Ticket #27 (new defect)

Opened 2 years ago

Last modified 3 months ago

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

Change History

Changed 2 years ago by Jajcus

This is a WildFire/OpenFire? bug. I think it has been fixed by now.

Changed 2 years ago by anonymous

I just test with most recently version of openfire, 3.6.0. it still has the same problem.

Note: See TracTickets for help on using tickets.