You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Niklas Gustavsson (JIRA)" <ji...@apache.org> on 2009/07/06 11:38:14 UTC

[jira] Created: (VYSPER-97) Pidgin fails to connect to Vysper

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.


[jira] Assigned: (VYSPER-97) Pidgin fails to connect to Vysper

Posted by "Niklas Gustavsson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/VYSPER-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Niklas Gustavsson reassigned VYSPER-97:
---------------------------------------

    Assignee:     (was: Bernd Fondermann)

> 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
>
> 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.


[jira] Closed: (VYSPER-97) Pidgin fails to connect to Vysper

Posted by "Niklas Gustavsson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/VYSPER-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Niklas Gustavsson closed VYSPER-97.
-----------------------------------

    Resolution: Fixed
      Assignee: Niklas Gustavsson

Fixed in rev 799260

> 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: Niklas Gustavsson
>
> 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.