Hi, all
I'm building xmpp/web chat server.
First I tried Openfire http-bind option thru Candy on Apache.
It seems working but unstable ( connections are broken within several minutes.)
I learned Openfire built-in http-bind is buggy and punjab may be better.
So I'm trying punjab with:
candy-chat-candy-v1.0.9-8
Openfire-3.8.2-1
CentOS release 6.4
Python 2.6.6
Twisted-13.1.0
I don't know which version of the punjab I'm trying because gitHub download ZIP didn't show me.
I execute
twistd -y punjab.tac
in a root shell, no message showed, looks fine, but candy will not connect.
for a test, I accessed Openfire's http-bind with
then it returns BOSH message, but punjab
What should I do next?
Thank you.