summary refs log tree commit diff
path: root/bounce.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-11-10 19:23:52 -0500
committerJune McEnroe <june@causal.agency>2019-11-10 19:23:52 -0500
commit5ca40fc488de638a155a659f0334c7fb8b99b7a2 (patch)
tree7158c5b4ceef01faf20677298ed085b159668d39 /bounce.h
parentExpand client configuration documentation and list capabilities (diff)
downloadpounce-5ca40fc488de638a155a659f0334c7fb8b99b7a2.tar.gz
pounce-5ca40fc488de638a155a659f0334c7fb8b99b7a2.zip
Filter extended-join
Diffstat (limited to 'bounce.h')
-rw-r--r--bounce.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bounce.h b/bounce.h
index e304055..8480d75 100644
--- a/bounce.h
+++ b/bounce.h
@@ -60,6 +60,7 @@ static inline struct Message parse(char *line) {
 	X("account-notify", CapAccountNotify) \
 	X("away-notify", CapAwayNotify) \
 	X("chghost", CapChghost) \
+	X("extended-join", CapExtendedJoin) \
 	X("sasl", CapSASL) \
 	X("server-time", CapServerTime) \
 	X("", CapUnsupported)