Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 3.6.4
-
Fix Version/s: 3.7.0 beta
-
Component/s: Connection Manager, Core
-
Labels:None
-
Ignite Forum URL:
-
Acceptance Test - Add?:No
Description
BOSH should return iq, message and presence stanzas within
{{{
jabber:client
}}}
instead of
{{{
http://jabber.org/protocol/httpbind
}}}
Issue Links
- is related to
-
TINDER-40
Support setup the namespace of IQ, Presence and Message Packets
-
Openfire don't specify any namespace of an IQ, Message or Presence stanza explicitly. This means for BOSH that all normal stanzas are within the 'http://jabber.org/protocol/httpbind' namespace. From XEP: XMPP Over BOSH:
but also
So I think maybe we should state the 'jabber:client' namespace explicitly but the clients should also work without it.