This content has been marked as final.
Show 4 replies
-
Re: Log/Trace bosh messages between jitmeet and Jitsi Videobridge plugin
Dele OlajideMar 29, 2014 10:52 AM (in response to Leo)
Http-Bind Properties
Property Description Default log.httpbind.enabled Print all packets which were sent or received via http-bind to STOUT. false xmpp.httpbind.client.idle Seconds a session has to be idle to be closed 30 xmpp.httpbind.client.requests.max the number of simultaneous requests allowable. 2 xmpp.httpbind.client.requests.wait the longest time (in seconds) that Openfire is allowed to wait before responding to any request during the session. 0x7fffffff xmpp.httpbind.client.requests.polling the maximum allowable period over which a client can send empty requests to the server. 5 -
Re: Log/Trace bosh messages between jitmeet and Jitsi Videobridge plugin
Leo Mar 30, 2014 8:43 AM (in response to Dele Olajide)Hi Dele,
Thanks for providing this information. I set log.httpbind.enabled to true, but I still cannot see Rayo messages from ofmeet.
-
Re: Log/Trace bosh messages between jitmeet and Jitsi Videobridge plugin
Dele OlajideMar 30, 2014 8:57 AM (in response to Leo)
ofmeet rayo messages are displayed in chrome javascript console. If you are using websockets, enable Openfire debug logs otherwise turn websockets off and use http-bind and the messages will appear in stdout.log
jitmeet only uses http-bind and yoy should see the messages in stdout.log
-
Re: Log/Trace bosh messages between jitmeet and Jitsi Videobridge plugin
Leo Mar 31, 2014 12:13 AM (in response to Dele Olajide)Thanks for your clarifications. Now I can intercept all the messages.
-
-
-