diff options
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) |