From 58adceb4e9819284cd6b95b7d6ab3b99741fc24f Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sat, 3 Nov 2012 04:45:32 +0100 Subject: Provide text events for SASL auth, SASL responses and server capabilities --- src/common/text.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src/common/text.c') diff --git a/src/common/text.c b/src/common/text.c index 01c59704..2e6cb86a 100644 --- a/src/common/text.c +++ b/src/common/text.c @@ -1411,6 +1411,22 @@ static char * const pevt_generic_channel_help[] = { N_("Channel Name"), }; +static char * const pevt_saslauth_help[] = { + N_("Username") +}; + +static char * const pevt_saslresponse_help[] = { + N_("Server Name"), + N_("Raw Numeric or Identifier"), + N_("Username"), + N_("Message") +}; + +static char * const pevt_servercap_help[] = { + N_("Server Name"), + N_("Server Capabilities") +}; + static char * const pevt_servertext_help[] = { N_("Text"), N_("Server Name"), -- cgit 1.4.1