Ticket #27 (new defect)
connect to wildfire im server error
| Reported by: | anonymous | Owned by: | jajcus |
|---|---|---|---|
| Priority: | major | Component: | pyxmpp |
| Keywords: | wildfire | Cc: |
Description
in processing input bind result stanza:
<iq type="result" id="849305" to="myserver.com/838805ce"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>jiddd@…/pyxmpp</jid></bind></iq>
to="myserver.com/838805ce" field was incorrect processed. suggestion :
insert after stanzaprocessor.py line 265 :
if to and to.node == None :
to = None
Attachments
Change History
Note: See
TracTickets for help on using
tickets.