diff options
author | June McEnroe <june@causal.agency> | 2020-02-26 03:20:59 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-02-26 03:20:59 -0500 |
commit | 348dd564a15ae8dd5aee6a60805a44bd95e73f5b (patch) | |
tree | 157ec45b0161923fd18060a1543606b619f6f670 /bounce.h | |
parent | Support labeled-response (diff) | |
download | pounce-348dd564a15ae8dd5aee6a60805a44bd95e73f5b.tar.gz pounce-348dd564a15ae8dd5aee6a60805a44bd95e73f5b.zip |
Support setname
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 e87d7bb..a4b1a91 100644 --- a/bounce.h +++ b/bounce.h @@ -78,6 +78,7 @@ static inline struct Message parse(char *line) { X("multi-prefix", CapMultiPrefix) \ X("sasl", CapSASL) \ X("server-time", CapServerTime) \ + X("setname", CapSetname) \ X("userhost-in-names", CapUserhostInNames) \ X("", CapUnsupported) |