Pidgin fails to connect to Vysper
---------------------------------
Key: VYSPER-97
URL: https://issues.apache.org/jira/browse/VYSPER-97
Project: VYSPER
Issue Type: Bug
Reporter: Niklas Gustavsson
Assignee: Bernd Fondermann
Pidgin 2.5.5 fails to connect to Vysper, due to the following stanza:
<auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="PLAIN"
xmlns:ga="http://www.google.com/talk/protocol/auth"
ga:client-uses-full-bind-result="true">AHVzZXIxAHBhc3N3b3JkMQ==</auth>
The problem boils down to a bug in the XML namespace handling in Vysper which
fails to get the namespace for the auth element due to multiple xmlns
declarations. Because of this, it will return an error to the client which will
disconnect.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.