Hi,

I installed the latest version of ejabberd-2.0.3 and now I have a
http-bind module of version "Ejabberd mod_http_bind v1.2"

However even now I don't see the jabber server sending any
<stream:feature/> attribute when I send in the initial session stream.

The code sends >>>>

Code:
--------------------
    
  <body content='text/xml; charset=utf-8' hold='1' 
xmlns='http://jabber.org/protocol/httpbind' to='localhost' wait='300' rid='1' 
route='xmpp:localhost:5222' secure='true' 
newkey='9aedc4ab3c3299150a1bbbd55bd0f9f01ed7271a' ver='1.6' 
xmlns:xmpp='urn:xmpp:xbosh' xmpp:version='1.6'/>
  
--------------------


It receives <<<<

Code:
--------------------
    
  <body xmlns='http://jabber.org/protocol/httpbind' 
sid='a8ff1833c6637ee6192b5312d329e5b30096805c' wait='300' requests='2' 
inactivity='30' maxpause='120' polling='2' ver='1.6' from='localhost' 
secure='true' authid='2425340297' xmlns:xmpp='urn:xmpp:xbosh' 
xmlns:stream='http://etherx.jabber.org/streams'/>
  
--------------------


Also I tried sending empty <body/> stanza's like this:

Code:
--------------------
    
  <body xmlns="http://jabber.org/protocol/httpbind";> </body>
  
--------------------


but I get nothing from ejabberd server. Can someone kindly help me with
the series of <body/> stanza or streams that needs to be exchanged?

Regards,
Abhinav


-- 
imoracle

------------------------------------
JAXL - Jabber XMPP Library in PHP
http://code.google.com/p/jaxl
------------------------------------
------------------------------------------------------------------------
imoracle's Profile: http://www.jabberforum.org/member.php?userid=17412
View this thread: http://www.jabberforum.org/showthread.php?t=1426

Reply via email to