From: <sea...@us...> - 2006-12-18 20:29:46
|
Revision: 18021 http://svn.sourceforge.net/gaim/?rev=18021&view=rev Author: seanegan Date: 2006-12-18 12:29:45 -0800 (Mon, 18 Dec 2006) Log Message: ----------- typo Modified Paths: -------------- trunk/libgaim/protocols/jabber/auth.c Modified: trunk/libgaim/protocols/jabber/auth.c =================================================================== --- trunk/libgaim/protocols/jabber/auth.c 2006-12-18 19:41:38 UTC (rev 18020) +++ trunk/libgaim/protocols/jabber/auth.c 2006-12-18 20:29:45 UTC (rev 18021) @@ -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); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |