From 3a6ff15c475069f707d1fd81aee0c101f73272c8 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 11 Nov 2019 00:16:50 -0500 Subject: Filter userhost-in-names I really want to be writing tests for these functions... --- bounce.h | 1 + 1 file changed, 1 insertion(+) (limited to 'bounce.h') 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 { -- cgit 1.4.1