[Pidgin] #7654: Plain auth in XMPP doesn't seem to work
Pidgin
trac at pidgin.im
Fri Nov 28 16:20:11 EST 2008
#7654: Plain auth in XMPP doesn't seem to work
--------------------+-------------------------------------------------------
Reporter: roman | Owner: lschiere
Type: defect | Status: pending
Milestone: | Component: XMPP
Version: 2.5.2 | Resolution:
Keywords: |
--------------------+-------------------------------------------------------
Changes (by datallah):
* status: new => pending
* component: unclassified => XMPP
Old description:
> {{{
> (21:38:06) jabber: Sending: <?xml version='1.0' ?>
> (21:38:06) jabber: Sending: <stream:stream to='somedomain.com'
> xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'
> version='1.0'>
> (21:38:06) jabber: Recv (289): <?xml version='1.0'
> encoding='UTF-8'?><stream:stream xmlns='jabber:client'
> xmlns:stream='http://etherx.jabber.org/streams' from='somedomain.com'
> id='8lPF88dNM' version='1.0'><stream:features><mechanisms
> xmlns='urn:ietf:params:xml:ns:xmpp-
> sasl'><mechanism>PLAIN</mechanism></mechanisms></stream:features>
> (21:38:06) sasl: Mechs found: PLAIN
> (21:38:06) jabber: Sending: <auth xmlns='urn:ietf:params:xml:ns:xmpp-
> sasl' mechanism='PLAIN'>authwashere</auth>
> (21:38:08) jabber: Recv (51): <success xmlns='urn:ietf:params:xml:ns
> :xmpp-sasl'/>
> (21:38:08) jabber: XML parser error for JabberStream 058771B0: Domain 1,
> code 5, level 3: Extra content at the end of the document
> }}}
New description:
{{{
(21:38:06) jabber: Sending: <?xml version='1.0' ?>
(21:38:06) jabber: Sending: <stream:stream to='somedomain.com'
xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'
version='1.0'>
(21:38:06) jabber: Recv (289): <?xml version='1.0'
encoding='UTF-8'?><stream:stream xmlns='jabber:client'
xmlns:stream='http://etherx.jabber.org/streams' from='somedomain.com'
id='8lPF88dNM' version='1.0'><stream:features><mechanisms
xmlns='urn:ietf:params:xml:ns:xmpp-
sasl'><mechanism>PLAIN</mechanism></mechanisms></stream:features>
(21:38:06) sasl: Mechs found: PLAIN
(21:38:06) jabber: Sending: <auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl'
mechanism='PLAIN'>authwashere</auth>
(21:38:08) jabber: Recv (51): <success xmlns='urn:ietf:params:xml:ns:xmpp-
sasl'/>
(21:38:08) jabber: XML parser error for JabberStream 058771B0: Domain 1,
code 5, level 3: Extra content at the end of the document
}}}
--
Comment:
There isn't any error here (the "XML parser error" isn't an actual
problem) - what is the problem you're experiencing?
Perhaps you just need to post more of the debug log.
Note that "PLAIN" certainly does work because that is what Google Talk
uses.
--
Ticket URL: <http://developer.pidgin.im/ticket/7654#comment:1>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list