diff options
author | June McEnroe <june@causal.agency> | 2019-11-10 19:23:52 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-11-10 19:23:52 -0500 |
commit | 5ca40fc488de638a155a659f0334c7fb8b99b7a2 (patch) | |
tree | 7158c5b4ceef01faf20677298ed085b159668d39 /bounce.h | |
parent | Expand client configuration documentation and list capabilities (diff) | |
download | pounce-5ca40fc488de638a155a659f0334c7fb8b99b7a2.tar.gz pounce-5ca40fc488de638a155a659f0334c7fb8b99b7a2.zip |
Filter extended-join
Diffstat (limited to '')
-rw-r--r-- | bounce.h | 1 |
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) |