[Pidgin] #2432: Pidgin is not connecting when using XMPP under special conditions

Pidgin trac at pidgin.im
Mon Aug 6 09:30:52 EDT 2007


#2432: Pidgin is not connecting when using XMPP under special conditions
------------------------------+---------------------------------------------
  Reporter:  Valgoerad        |       Owner:  datallah
      Type:  defect           |      Status:  new     
  Priority:  minor            |   Milestone:          
 Component:  winpidgin (gtk)  |     Version:  2.1.0   
Resolution:                   |    Keywords:          
   Pending:  1                |  
------------------------------+---------------------------------------------
Changes (by Valgoerad):

  * pending:  1 => 0

Comment:

 Psi uses colors to mark outgoing and incoming messages in it's own XML
 console so it will be a bit harder to read since there are no colors
 present here obviously. But I hope it will prove sufficient.

 PSI output:

 {{{
 <?xml version="1.0"?>


 <stream:stream xmlns:stream="http://etherx.jabber.org/streams"
 version="1.0" xmlns="jabber:client" to="aie.pl" xml:lang="en"
 xmlns:xml="http://www.w3.org/XML/1998/namespace" >


 <?xml version='1.0'?><stream:stream xmlns='jabber:client'
 xmlns:stream='http://etherx.jabber.org/streams' id='3722030807'
 from='aie.pl' version='1.0' xml:lang='en'>


 <stream:features>
 <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>
 <mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl">
 <mechanism>DIGEST-MD5</mechanism>
 <mechanism>PLAIN</mechanism>
 </mechanisms>
 <register xmlns="http://jabber.org/features/iq-register"/>
 </stream:features>


 <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="DIGEST-MD5" />


 <challenge xmlns="urn:ietf:params:xml:ns:xmpp-
 sasl">bm9uY2(...)</challenge>


 <response xmlns="urn:ietf:params:xml:ns:xmpp-
 sasl">dXNlcm5hbWU9(...)</response>


 <challenge xmlns="urn:ietf:params:xml:ns:xmpp-
 sasl">cnNwYXV0aD0(...)</challenge>


 <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl"/>


 <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl"/>


 <?xml version="1.0"?>


 <stream:stream xmlns:stream="http://etherx.jabber.org/streams"
 version="1.0" xmlns="jabber:client" to="aie.pl" xml:lang="en"
 xmlns:xml="http://www.w3.org/XML/1998/namespace" >


 <?xml version='1.0'?><stream:stream xmlns='jabber:client'
 xmlns:stream='http://etherx.jabber.org/streams' id='855998014'
 from='aie.pl' version='1.0' xml:lang='en'>


 <stream:features>
 <bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/>
 <session xmlns="urn:ietf:params:xml:ns:xmpp-session"/>
 </stream:features>


 <iq type="set" id="bind_1" >
 <bind xmlns="urn:ietf:params:xml:ns:xmpp-bind">
 <resource>Netia</resource>
 </bind>
 </iq>


 <iq xmlns="jabber:client" type="result" id="bind_1" >
 <bind xmlns="urn:ietf:params:xml:ns:xmpp-bind">
 <jid>martel at aie.pl/Netia</jid>
 </bind>
 </iq>


 <iq type="set" id="aac3a" >
 <session xmlns="urn:ietf:params:xml:ns:xmpp-session"/>
 </iq>


 <iq type="result" id="aac3a" >
 <session xmlns="urn:ietf:params:xml:ns:xmpp-session"/>
 </iq>


 <iq type="get" id="aac4a" >
 <query xmlns="jabber:iq:roster"/>
 </iq>
 }}}

-- 
Ticket URL: <http://developer.pidgin.im/ticket/2432#comment:2>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list