diff libpurple/protocols/jabber/auth_scram.h @ 28717:464d022d7d6e

jabber: Add SASLprep and the username substitution called for in draft-ietf-sasl-scram-10 5.1. The non-libidn code has not been tested.
author Paul Aurich <paul@darkrain42.org>
date Mon, 30 Nov 2009 20:34:54 +0000
parents 65a34cce02e3
children 1c1910b17ae5
line wrap: on
line diff
--- a/libpurple/protocols/jabber/auth_scram.h	Mon Nov 30 02:44:03 2009 +0000
+++ b/libpurple/protocols/jabber/auth_scram.h	Mon Nov 30 20:34:54 2009 +0000
@@ -40,8 +40,8 @@
 
 	GString *client_proof;
 	GString *server_signature;
-	
-	const gchar *password;
+
+	gchar *password;
 	gboolean channel_binding;
 	int step;
 } JabberScramData;