diff options
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) |