changeset 29845:ce87ffff1fcc

jabber: This is waaaaay more verbose, but has a hope of being approachable. Feedback welcome.
author Paul Aurich <paul@darkrain42.org>
date Thu, 29 Apr 2010 04:06:07 +0000
parents 9882971c8085
children 75ea2a624b10
files libpurple/protocols/jabber/auth_scram.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/jabber/auth_scram.c	Thu Apr 29 03:57:14 2010 +0000
+++ b/libpurple/protocols/jabber/auth_scram.c	Thu Apr 29 04:06:07 2010 +0000
@@ -56,9 +56,9 @@
 	{ "extensions-not-supported",
 		N_("Unsupported Extension") },
 	{ "channel-bindings-dont-match",
-		N_("Channel Bindings don't match; possible MITM") },
+		N_("Unexpected response from the server.  This may indicate a possible MITM attack") },
 	{ "server-does-support-channel-binding",
-		N_("Server does support channel binding; possible MITM") },
+		N_("The server does support channel binding, but did not appear to advertise it.  This indicates a likely MITM attack") },
 	{ "channel-binding-not-supported",
 		N_("Server does not support channel binding") },
 	{ "unsupported-channel-binding-type",