From d39908ab72efde02fabd17c222cd0105ebda9a22 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Fri, 10 Jan 2020 23:22:27 -0500 Subject: Add a vendor capability for passive clients This way things like litterbox can do it automatically without having to be configured with a hyphen-prefixed username, which is usually invalid anywhere else. --- bounce.h | 1 + 1 file changed, 1 insertion(+) (limited to 'bounce.h') diff --git a/bounce.h b/bounce.h index 497640d..5bff619 100644 --- a/bounce.h +++ b/bounce.h @@ -63,6 +63,7 @@ static inline struct Message parse(char *line) { #define ENUM_CAP \ X("account-notify", CapAccountNotify) \ X("away-notify", CapAwayNotify) \ + X("causal.agency/passive", CapPassive) \ X("chghost", CapChghost) \ X("extended-join", CapExtendedJoin) \ X("invite-notify", CapInviteNotify) \ -- cgit 1.4.1