summary refs log tree commit diff
path: root/bounce.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-11-11 00:16:50 -0500
committerJune McEnroe <june@causal.agency>2019-11-11 00:16:50 -0500
commit3a6ff15c475069f707d1fd81aee0c101f73272c8 (patch)
tree61b6715a6cb3ce642421666f2e9bddbdd64267cc /bounce.h
parentCompare words without copying in filters (diff)
downloadpounce-3a6ff15c475069f707d1fd81aee0c101f73272c8.tar.gz
pounce-3a6ff15c475069f707d1fd81aee0c101f73272c8.zip
Filter userhost-in-names
I really want to be writing tests for these functions...
Diffstat (limited to 'bounce.h')
-rw-r--r--bounce.h1
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 {