Questions tagged [converse.js]

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

117 questions
0
votes
1 answer

Conversejs groupchat subscriptions (ejabberd)

I have been struggling to configure a group chat using conversejs and ejabberd. From the documentation I've stumbled across, it seems like it is possible to have a persistent group chat that users can be subscribed to, which will allow them to…
0
votes
1 answer

how can i add reply message in conversejs

I am using converse.js to provide chat functionality. I am looking for a way to add reply to specific chat room message. any one know how can i do that? for example: in group user1 send: hello and user2 wants reply to this message and say hello…
vahid
  • 1
  • 2
0
votes
1 answer

how to integrate converse js XMPP with react application

I want to implement a chat client. so I tried with conversejs. but I can't found to integrate it with the react application. Is there any way to do it?
0
votes
1 answer

Notification Group Room message didn't show unread messages, only displays the browser notification

How can I display unread messages like private chats.. Any new message to group room... didn't show the unread messages like private messages
ridermansb
  • 10,779
  • 24
  • 115
  • 226
0
votes
1 answer

How to manage events in converse.js xmpp library

Im actually developing a custom ERP for my business company and i need implement xmpp web based chat applicatión using Converse.js. But i can't find any solution to manage events callback's with the api. According to the documentation, the following…
0
votes
1 answer

Is there a way to not show invite popups in conversejs when converse is initialized as singleton in embeded mode?

I am using conversejs as client for providing a multiuser chat embeded in an html page. User might be added to a lot of groups. When a user is chating in a group and gets invite to join another group a popup is shown to accept the invite, i do not…
0
votes
2 answers

Issue running converse with openfire

I have configured openfire with xampp and checked the default 7443 and 5222 ports for http-bind and c2s connections respectively. I have registered users adam,levine on openfire. Now I am trying to open control box for the registered users but I am…
0
votes
1 answer

Clear all MUC messages when joining room using Conversejs

I've configured Conversejs to Auto join a room, with a preconfigured account and credentials. I would like it to clear the previous messages when the room is joined. I've been able to put together this shell of a plugin, and have confirmed it…
0
votes
1 answer

Desktop Notification Not Working in Converse.js 5.0.1

I am setting up a server, the server is a Centos 7 + Apache machine, I downloaded converse.js and called "css" and "js" through the CDN provided by them, where i just did the Download and put inside my folders ( css , js ) but I am trying to use the…
0
votes
2 answers

How to change between fullscreen and overlayed chat with button click event in converse.js

I'm trying to put a button to change overlayed view to fullscreen, and another one from overlayed to fullscreen without using HTML redirection. Tried to use converse.api.settings.update but it does not work, looks like it's not rendering the page…
0
votes
0 answers

Getting notifications in MUC with ejabberd and converse.js

I'm using ejabberd as xmpp server, and I'm trying to receive some notification from a multi user chat room when the user is not present at the chatroom , to accomplish this I've subscribed the user to the chat room, but at the end, on the frontend I…
Mohammed
  • 143
  • 7
0
votes
2 answers

how to add multiple values to list

This is a statement from converse.js documentation. auto_join_rooms Default: [] This settings allows you to provide a list of groupchat conversations to be automatically joined once the user has logged in. You can either specify a simple list of…
sobha
  • 165
  • 1
  • 9
0
votes
2 answers

Converse.js - Prosody bosh not offering supported authentication mechanism

Converse.js successfully makes requests to Prosody bosh but the chat client never actually connects. In the console I can see it hitting the bosh endpoint and after each request it outputs to the console: "Server did not yet offer a supported…
tacobell
  • 61
  • 1
  • 7
0
votes
1 answer

Converse Support for IE

My company has been using Inverse for quite sometime. I normally download it from Ignite, but now Inverse has been replaced with Converse. The new version of Converse does not have IE support. Is there a version out there that will work in Internet…
Rob
  • 1
  • 1
0
votes
1 answer

how can I add a button chatbox header section in conversejs?

I want to stream video to my users while they are chatting. I am wondering what should I do to add a button in the Header Section of the chat panel so that the user can see a video in a modal dialog box when he clicks on the button? I changed the…
sonkhya
  • 17
  • 1
  • 6