Ticket #27 (new defect)

Opened 19 months ago

Last modified 18 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

Attachments

Change History

Changed 19 months ago by Jajcus

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

Changed 18 months ago by anonymous

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

Add/Change #27 (connect to wildfire im server error)

Author


E-mail address and user name can be saved in the Preferences.


Action
as new
 
Note: See TracTickets for help on using tickets.