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…
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…
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?
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…