Using
Converse JS v0.9.5 as web frontend for messenger
Openfire XMPP Server v3.10.2 as messenger's backend
Web application itself is written in PHP.
For now, Openfire and website has separate databases but they are synchronized.
What I want to…
I'm trying to connect converesejs example to an openfire server which is istalled on my localhost, but the connection can not be estableshed (I don't know why). However I can connect to openfire server with Psi. I think that the problem is with…
I found similar questions but the most of them are very old and in relation to XMPP (XEP-0231). In my case I was trying to do this only via bosh (http-bind) without a rich client and port 5222. I couldn't find anything in that direction. I've seen…
i just found one nice article about online chatting application with converse.js i read it's documentation and i like it. how ever i just have doubt it is there this chat facility can supported with asp.net 4.0 web site. Here i just want to know…
Please show me how conversejs can get the message stored in indexedDb by plugin if possible? I want to create my own chat history list interface because controlbox is not suitable for my business.
I'm looking into ways to open a chat window with a user via the API.
I have set up (and registered in the whitelist) a plugin, which triggers.
converse.plugins.add('startChat', {
initialize: function () {
…
I'm trying to modify the Converse.js client to automatically bind an anonymous user to a moderator without login. If the client pops up, the user shouldn't get a login prompt but automatically connect to a logged in moderator.
I have setup openfire server and I am able to connect converse.js client. It is working fine.
I however do not want to use the converse.js UI. Is there a way to only use converse api without the Backbone UI part.
I tried removing the Backbone part…
So I have a web site where you can login with a username and a password and I would like that with that one login, a session could be generated for converse.js
I've been reading the documentation and the SSO Support and I ended in an example repo…
I've managed to get a converse.js v.0.9.0 client working with an openfire server I have on a Debian machine.
The connection works just fine, I've created a couple of users to test things out and everything was working fine, I could login, make…
I have installed openfire as xmmp converse.js as server and chat client and OS Windows 8.I Probe openfire with pidgin and works. I can not connect converse.js with openfire, and I have done the following:
-I have enabled HTTP binding in openfire
-I…
I am trying to connect to the open fire using the smack bosh and trying to prebind the converse.js in the web page. My bosh code
BOSHConfiguration config = new BOSHConfiguration(false, "host", 7070, "/http-bind/", "",…
We have an internal Windows server with OpenFire 4.5.1 with inVerse 6.0.1 Release 1 installed. The plugin works great from Chrome browser and Edge browser, but I really need it to also work from IE11, if possible. When initial page loads, there…