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 dd26bc3..d94eae4 100644 --- a/bounce.h +++ b/bounce.h @@ -64,6 +64,7 @@ static inline struct Message parse(char *line) { X("invite-notify", CapInviteNotify) \ X("sasl", CapSASL) \ X("server-time", CapServerTime) \ + X("userhost-in-names", CapUserhostInNames) \ X("", CapUnsupported) enum Cap { |