# HG changeset patch # User Sean Egan # Date 1166473785 0 # Node ID e99816fc2cebf65157001fff0aa7f742e09cd6d4 # Parent 4f0575a9264d36f5e8f43382e2537441cd5dd120 [gaim-migrate @ 18021] typo committer: Tailor Script diff -r 4f0575a9264d -r e99816fc2ceb libgaim/protocols/jabber/auth.c --- 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);