roundcube-converse.js-xmpp-plugin icon indicating copy to clipboard operation
roundcube-converse.js-xmpp-plugin copied to clipboard

No chat window appears, Roundcube Webmail 1.1-20.8.el7.kolab_3.3

Open wftl opened this issue 10 years ago • 1 comments

I've tried, several times, to make this work but no go. Roundcube tells me that the plugin is loaded (clicking the About link) and I can authenticate to my ejabberd server (clients, console, etc), just not in Roundcube. On a lark, I downloaded the latest converse.js file from GitHub, at version 0.8.6, then used the index.html file in the folder to test. The only change I made was to bosh_service_url at the bottom of the supplied index.html . The short story here is that it worked perfectly. For the record, no error shows up in Apache's error_log file to help out.

Interesting to note . . . if I turn on development mode by loading the submodule, as described in the README.md file, I can no longer log in, or out (if I was logged in) to Roundcube.

Thanks for any help.

-- Marcel

wftl avatar Dec 10 '14 17:12 wftl

kolab its a untracked version of roundcube every tab in roundcube its a rc task, the problem its that kolab do not follows stable brand and so its difficult to track that glitches..

u must configure property:

  • reverse proxy for the path in webserver "/http-bind" and "/http-bind/"
  • enable it that feature in the jabber server
  • allow open the ports for the respective http-bind feature
  • allow multiple connections for the client on the jabber server
  • test with the pidgin (apt-get install pidgin) the connection USING HTTP-BIND not 5222
  • if all ok, property configure parameter in conversejs once theis then in the roundcube window web browser see for errors on the console javascript and also see for errors on loading procedure (prefer to use chromium for that)

mckaygerhard avatar Feb 16 '16 19:02 mckaygerhard