changeset 15232:e99816fc2ceb

[gaim-migrate @ 18021] typo committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 18 Dec 2006 20:29:45 +0000
parents 4f0575a9264d
children 57a208f9d97b
files libgaim/protocols/jabber/auth.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libgaim/protocols/jabber/auth.c	Mon Dec 18 19:41:38 2006 +0000
+++ b/libgaim/protocols/jabber/auth.c	Mon Dec 18 20:29:45 2006 +0000
@@ -65,7 +65,7 @@
 		xmlnode_set_namespace(auth, "urn:ietf:params:xml:ns:xmpp-sasl");
 		
 		xmlnode_set_attrib(auth, "xmlns:ga", "http://www.google.com/talk/protocol/auth");
-		xmlnode_set_attrib(auth, "ga:client-users-full-bind-result", "true");
+		xmlnode_set_attrib(auth, "ga:client-uses-full-bind-result", "true");
 		
 		response = g_string_new("");
 		response = g_string_append_len(response, "\0", 1);