diff options
| author | June McEnroe <june@causal.agency> | 2020-02-27 02:07:40 -0500 |
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2020-02-27 02:07:40 -0500 |
| commit | 0e519adaadf43bac33ac6caf3d37aed580724ea6 (patch) | |
| tree | 1c3750f1ecb3cce5d12c978ad8a27f98ed1b963b /bounce.h | |
| parent | Support setname (diff) | |
| download | pounce-0e519adaadf43bac33ac6caf3d37aed580724ea6.tar.gz pounce-0e519adaadf43bac33ac6caf3d37aed580724ea6.zip | |
Support cap-notify
Diffstat (limited to 'bounce.h')
| -rw-r--r-- | bounce.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bounce.h b/bounce.h index a4b1a91..1655772 100644 --- a/bounce.h +++ b/bounce.h @@ -69,6 +69,7 @@ static inline struct Message parse(char *line) { X("account-tag", CapAccountTag) \ X("away-notify", CapAwayNotify) \ X("batch", CapBatch) \ + X("cap-notify", CapCapNotify) \ X("causal.agency/passive", CapPassive) \ X("chghost", CapChghost) \ X("extended-join", CapExtendedJoin) \ |