Questions tagged [converse.js]

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

117 questions
0
votes
0 answers

whenever I try to configure room, converse.js disconnects. Why?

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,…
sonkhya
  • 17
  • 1
  • 6
0
votes
0 answers

Converse.js Dev environment

I am trying to get a development environment up and running so I can play around with things a bit. Everything goes well make dev and "node_modules" appears etc, however, when I try to load the dependencies "Loading converse.js and its dependencies"…
devfubar
  • 436
  • 2
  • 14
0
votes
0 answers

External authentication on Converse.js

I am trying to authenticate my Converse.js client to theOpenfire server using TLS. I have configured the server and the client for external authentication, but when trying to connect, it stays connecting forever, not returning error messages. Below…
JohnCalms
  • 87
  • 7
0
votes
1 answer

trouble getting converse.js to run

I'm trying to run converse.js on my system. I've configured the xmpp server (prosody) and verified that the bosh service works as it should. Now when I try to invoke it from chrome, I get the following error: converse.js:39566 FATAL: Error: Failed…
Folkert van Heusden
  • 433
  • 4
  • 17
  • 38
0
votes
1 answer

Hide list of occupants in converse.js

Is there any way or configuration through which we can hide the list of occupants programatically while showing chat view in converse.js
0
votes
1 answer

Unable to connect to xmpp using converse.js

I have an HTML file in which I am including these lines.
yam
  • 27
  • 7
0
votes
1 answer

connecting converse.js with fastpath in openfire

I have installed openfire with the fastpath plugin. Using the inverse plugin i can redirect the user to the appropriate queue in a workgroup. Now, i am trying to add converse.js to a page having the same functionality. I can see and chat with the…
sebudot
  • 13
  • 5
0
votes
1 answer

Converse.JS - BOSH Server side Response to CORS (OPTIONS) Request

I've wrote a XMPP Server on C#, based on another (OPEN SOURCE) project. That project had a lot of handlers that help me work the XMPP Protocol, but did not have a BOSH Connection manager - so i wrote one. The idea was to use the standard clients…
SammuelMiranda
  • 420
  • 4
  • 29
0
votes
1 answer

Customization of Converse.js

Can I use Converse.js in an angular 4 application. If yes, then how? Can I customize it to build an angular 4 app? Thanks in advance.
0
votes
1 answer

troubling getting conversejs 3.2.1 working with node-xmpp running on Ubuntu 16.04

I'm trying to configure conversejs 3.2.1 to work with node-xmpp-bosh running on Ubuntu 16.04. Node version is 4.2.6. Using default configs found in "bosh.conf.example.js", node-xmpp-bosh starts correctly and is listening on port 5280. This is…
rotor155
  • 53
  • 7
0
votes
1 answer

Issue in building Converse.js on windows

I am trying to build Converse.js on my Windows machine. I have installed all required pre-requisites as mentioned on the website. However i am getting issue while building a code. Can someone please help me with the steps to resolve? Here is the…
Rajan Phatak
  • 524
  • 8
  • 24
0
votes
1 answer

Wait until converse.js joins room

Is there a way through which we can wait until converse.js has joined a room? And once we have joined, we receive some sort of event ? I see that the converse documentation has a tag that can wait until converse.js has fully…
Mayank
  • 21
  • 3
0
votes
1 answer

Increase height of converse-muc-embedded window

Hi I am using conversejs client with converse-muc-embedded. I want to increase the height of the conversejs window that is populated. Is there a setting to do that ?
Mayank
  • 21
  • 3
0
votes
1 answer

When does converse.js chatBoxInitialized event actually emit?

I'm trying to configure a few settings in a converse.js chatbox (title, removing avatar, chatbox width) PRIOR to it "rendering" and displaying the chatbox. While not explicitly saying so, I had figured that the "chatBoxInitialized" event would fire…
rotor155
  • 53
  • 7
0
votes
1 answer

Trying to change conversejs chat window title text via jquery

I'm trying to change the title of a converse.js chat box that opens when sent a new message. I've got the id of the pop-up chat window stored in a variable chatbox_id, and I'm trying to use jquery inside an ajax success function to de-reference…
rotor155
  • 53
  • 7