summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-11-09 20:23:05 -0500
committerJune McEnroe <june@causal.agency>2019-11-09 20:23:05 -0500
commitca49c8f955d3bcb85430c196330be5532b3b100f (patch)
tree769c9433d0472e65236f9dcb9c4777836f34bffa
parentMaintain stateCaps and offer them to clients (diff)
downloadpounce-ca49c8f955d3bcb85430c196330be5532b3b100f.tar.gz
pounce-ca49c8f955d3bcb85430c196330be5532b3b100f.zip
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.
-rw-r--r--bounce.h2
1 files changed, 0 insertions, 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)