comparison 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
comparison
equal deleted inserted replaced
28716:eb4081c68c57 28717:464d022d7d6e
38 char *cnonce; 38 char *cnonce;
39 GString *auth_message; 39 GString *auth_message;
40 40
41 GString *client_proof; 41 GString *client_proof;
42 GString *server_signature; 42 GString *server_signature;
43 43
44 const gchar *password; 44 gchar *password;
45 gboolean channel_binding; 45 gboolean channel_binding;
46 int step; 46 int step;
47 } JabberScramData; 47 } JabberScramData;
48 48
49 #include "auth.h" 49 #include "auth.h"