diff options
author | June McEnroe <june@causal.agency> | 2020-08-10 14:33:05 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-08-11 14:58:38 -0400 |
commit | ec66173456b05d7369b5133d933784b0016fb9a1 (patch) | |
tree | 6f7fd63b3302cf9a906dd4dd2db967f799bff43c /bounce.h | |
parent | Refactor intercept to use Handlers and fix QUIT w/o message (diff) | |
download | pounce-ec66173456b05d7369b5133d933784b0016fb9a1.tar.gz pounce-ec66173456b05d7369b5133d933784b0016fb9a1.zip |
Implement stub of palaverapp.com capability
This needs to be documented! But the documentation won't make any sense until there's something that can implement the actual functionality of the capability.
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 4aa61b2..986bd5a 100644 --- a/bounce.h +++ b/bounce.h @@ -87,6 +87,7 @@ static inline struct Message parse(char *line) { X("labeled-response", CapLabeledResponse) \ X("message-tags", CapMessageTags) \ X("multi-prefix", CapMultiPrefix) \ + X("palaverapp.com", CapPalaverApp) \ X("sasl", CapSASL) \ X("server-time", CapServerTime) \ X("setname", CapSetname) \ |