From ca49c8f955d3bcb85430c196330be5532b3b100f Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sat, 9 Nov 2019 20:23:05 -0500 Subject: Remove extended-join and invite-notify The remaining caps only generate new commands which can easily be filtered out when sending to clients so will be in the first pass of support. extended-join is probably safe to pass through unaltered, just causing extraneous parameters on JOIN commands, but maybe not. invite-notify reuses the INVITE command where the invited user is not self. --- bounce.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/bounce.h b/bounce.h index 026199f..518360e 100644 --- a/bounce.h +++ b/bounce.h @@ -60,8 +60,6 @@ static inline struct Message parse(char *line) { X("account-notify", CapAccountNotify) \ X("away-notify", CapAwayNotify) \ X("chghost", CapChghost) \ - X("extended-join", CapExtendedJoin) \ - X("invite-notify", CapInviteNotify) \ X("sasl", CapSASL) \ X("server-time", CapServerTime) \ X("", CapUnsupported) -- cgit 1.4.1