Skip navigation
3530 Views 15 Replies Latest reply: Feb 18, 2010 5:26 AM by Daryl Herzmann RSS
Arthur123 Bronze 2 posts since
Feb 9, 2010
Currently Being Moderated

Feb 9, 2010 2:54 PM

Problem with Bosh connection

When we connect using Bosh we don't receive the correct xml namespace during a Bosh handshake reply.

 

Expected server response:

 

  • <iq type="result" id="MX_1" to="mydomain.com/2a58bcb5" xmlns="jabber:client">
  • <bind xmlns="urn:ietf:params:xml:ns:xmpp-bind">
  •     <jid>arthur@mydomain.com/MatriX</jid>
  • </bind>
  • </iq>
  •  

    Actual server response:

     

  • <iq type="result" id="MX_1" to="mydomain.com/2a58bcb5" xmlns="http://jabber.org/protocol/httpbind">
  • <bind xmlns="urn:ietf:params:xml:ns:xmpp-bind">
  •     <jid>arthur@mydomain.com/MatriX</jid>
  • </bind>
  • </iq>
  •  

     

    Please refer to post #11 on this thread http://forum.ag-software.de/thread/879

    More Like This

    • Retrieving data ...

    Bookmarked By (0)

    Legend

    • Correct Answers - 10 points
    • Helpful Answers - 5 points