Hi Joe,
I uses version 2.1.0.710, and try the Example. I can't connect to our ejabberd server.
Below is the debug logs:
SEND: Psuedo-stream body
SEND: POST /http-bind/ HTTP/1.1
Host:
cp01001.uc.tsdlab.tais.comContent-Type: text/xml; charset=utf-8
Content-Length: 170
<body content="text/xml; charset=utf-8" to="
cp01001.uc.tsdlab.tais.com" wait="60" hold="5" xml:lang="en-US" rid="205571258" xmlns="
http://jabber.org/protocol/httpbind" />
RECV: <stream:stream xmlns:stream="
http://etherx.jabber.org/streams" id="410262106" xmlns="jabber:client" version="1.0">
SEND: POST /http-bind/ HTTP/1.1
Host:
cp01001.uc.tsdlab.tais.comContent-Type: text/xml; charset=utf-8
Content-Length: 115
<body sid="152a72dbc5b414f3418d2b31416fa2971e417ef2" rid="205571259" xmlns="
http://jabber.org/protocol/httpbind" />
SEND: POST /http-bind/ HTTP/1.1
Host:
cp01001.uc.tsdlab.tais.comContent-Type: text/xml; charset=utf-8
Content-Length: 115
<body sid="152a72dbc5b414f3418d2b31416fa2971e417ef2" rid="205571260" xmlns="
http://jabber.org/protocol/httpbind" />
It seems that the first post message from the client is missing "xmpp:version="1.0""
When I manually added the attribute, it will go a bit further. It passes authentication, but it fails at setting the resources. It seems that it is not sending xmpp:restart="true" before setting the resource.
Do you know what I miss?
By the way, I use Visual Studio 2008.
/Djie
--------------------
On Friday, June 22, 2012 10:20:32 AM UTC-7, Joe Hildebrand wrote:
On Jun 22, 2012, at 10:46 AM, djie wrote:
I was wondering whether Jabber-Net support XMPP over BOSH (XEP-206)?
--
You received this message because you are subscribed to the Google Groups "jabber-net" group.
To post to this group, send email to
jabbe...@googlegroups.com.