-
Notifications
You must be signed in to change notification settings - Fork 48
Description
Hi,
I am using this plugin with openfire. It works fine for openfire. But now am moving from openfire to ejabberd. The users are able to login but while setting presence, it is giving error for this presence post request.
It should return the acknowledgement for the presence( as it returns for openfire ), but it responding something like
"<\body xmlns='http://jabber.org/protocol/httpbind'><\presence xmlns='jabber:client' from='mnarole01@localhost/mnarole01#1481' to='mnarole01@localhost/mnarole01#1481'/></body>"
Note : Please consider body tag as normal opening and closing body tag as it is sending in post request.
And for the post of next request it is giving error
The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request POST /xmpp-httpbind/.
Reason: Error reading from remote server.
Please help me, am I missing some configuration on ejabberd.
Thank you in advance.