Questions tagged [converse.js]

Converse.js is a Javascript-based XMPP/Jabber chat client for websites.

117 questions
5
votes
1 answer

Converse.js render into a container

Is it possible to configure Converse.js to render it's boxes into custom div containers instead of adding them to the body of the page?
Levente Gal
  • 114
  • 7
5
votes
1 answer

Creating persistent connection between Converse JS and Openfire Server

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…
demonoid
  • 318
  • 3
  • 13
  • 40
4
votes
1 answer

ConverseJS and OpenFire

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…
user2071019
  • 53
  • 1
  • 3
  • 7
3
votes
0 answers

XMPP: Possible to send media over bosh (http-bind)?

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…
3
votes
1 answer

how to implement Converse.js An XMPP chat client for asp.net 4.0 web site

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…
Shalin Gajjar
  • 229
  • 1
  • 5
  • 15
2
votes
1 answer

Conversejs has support to get archive message in indexedDb by plugin not?

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.
2
votes
2 answers

Converse opening a chat from API

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 () { …
sbozzie
  • 717
  • 2
  • 12
  • 33
2
votes
1 answer

automatically log in with converse.js

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.
2
votes
1 answer

Converse.js core library

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…
Nitin Mukesh
  • 4,266
  • 6
  • 22
  • 26
2
votes
0 answers

Problems forwarding messages on Openfire

I'm sending the following XML to Openfire, hoping that it forwards the message for me, or just returns me something telling me where I'm wrong:
Alex M.
  • 635
  • 1
  • 6
  • 19
2
votes
2 answers

Trying Prebinding converse.js with php to an openfire server

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…
Failon
  • 69
  • 4
2
votes
1 answer

ConverseJS and Openfire: room joining problems

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…
Failon
  • 69
  • 4
2
votes
1 answer

How to connect converse.js with openfire?

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…
2
votes
2 answers

Java - trying to prebind converse.js using bosh but not able to get the sid and rid...using the smack bosh

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/", "",…
Mahi
  • 71
  • 1
  • 4
1
vote
1 answer

inVerse (from Converse.js) plugin to OpenFire doesn't work on IE11

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…
JustAGuy
  • 11
  • 1
1
2 3 4 5 6 7 8