commit cb0ba06
delthas
·
2022-11-15 10:39:22 +0000 UTC
parent 1f923f8
Enable receiving away updates for private buffers We just need to enable extended-monitor :-)
1 files changed,
+11,
-10
+11,
-10
1@@ -51,16 +51,17 @@ func (auth *SASLPlain) Respond(challenge string) (res string, err error) {
2
3 // SupportedCapabilities is the set of capabilities supported by this library.
4 var SupportedCapabilities = map[string]struct{}{
5- "away-notify": {},
6- "batch": {},
7- "cap-notify": {},
8- "echo-message": {},
9- "invite-notify": {},
10- "message-tags": {},
11- "multi-prefix": {},
12- "server-time": {},
13- "sasl": {},
14- "setname": {},
15+ "away-notify": {},
16+ "batch": {},
17+ "cap-notify": {},
18+ "echo-message": {},
19+ "extended-monitor": {},
20+ "invite-notify": {},
21+ "message-tags": {},
22+ "multi-prefix": {},
23+ "server-time": {},
24+ "sasl": {},
25+ "setname": {},
26
27 "draft/chathistory": {},
28 "draft/event-playback": {},