I installed converse.js
in my server and got it connected to ejabberd
using ejabberd's BOSH
. Ejabberd is also installed in my server. Now when i create a room, the room is created, I can invite users. But when I go to the configuration page, converse.js
hangs and disconnects and does not allow me to configure the room at all. What am I doing wrong here? Do I have to enable some configuration in ejabberd?
Asked
Active
Viewed 62 times
0

sonkhya
- 17
- 1
- 6
-
Take a look at what your client sends, and what replies the server. Maybe the server returns some meaningful error stanza to the client. – Badlop Sep 19 '18 at 10:10
-
I will try that. Let me see if converse also creates log files or not. Thanks. – sonkhya Sep 19 '18 at 14:40
-
If you have only a user, and the traffic is not encrypted, you can sniff the traffic in realtime with something like: sudo tcpflow -i lo -Cg port 5222 – Badlop Sep 20 '18 at 09:26