117 questions
0
votes
1
answer
70
views
conversejs logout, disconnect and initialize again
When initialize is run first time everything works fine: controlbox and chatnox are shown. But I have a button that doStartChat and doLogoutChat:
if( session != null )
{
...
0
votes
0
answers
17
views
Is resize disabled in converse.js?
The full-screen converse.js client is available from https://conversejs.org/
When I hover my mouse near the left-hand drawer component I get a left-pointing arrow, suggesting that it is interactive.
...
0
votes
1
answer
62
views
Show chatboxes in popup windows just like in facebook web as well as in fullscreen view mode
I have setup conversejs in fullscreen view mode. Like in Facebook when you click on a chat it opens the chat in a popup window, i want the same functionality in Conversejs as well. Chat boxes will be ...
0
votes
0
answers
125
views
Setting locale error with i18n in converse.js
i have built the converse.js files according to the steps in option 3 in this link: https://conversejs.org/docs/html/quickstart.html
Then i had the JavaScript and CSS files in Dist directory. I saved ...
0
votes
0
answers
57
views
InverseJS plugins like Converse.js
Does Inverse.js (sharing the same source code as Converse.js) support custom developer plugin, like Converse.js ? The same way as Converse.js ?
0
votes
1
answer
169
views
is it possible to create groups of contacts with Converse.js
I'd like to customize the user interface of Converse.js . The goal is to create groups of contacts.
For example:
Group A1 : John Doe, Alice DY
Group B1 : Lucy MA, John Doe, Jack KA
Is it possible ? ...
0
votes
1
answer
116
views
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.
0
votes
1
answer
116
views
How can I get the chat room online members without reload the page in converse js
I am using converse.js and I am trying to get the users who joined the chat room, I am able to get the users but when a new user joins I can not get the new user on my console log until I reload the ...
0
votes
1
answer
211
views
How can I get the online users list using converse Strophe environment in react js
Is there any method to get the online user list using converse js? I found it is possible by Strophe.js which is already implemented on converse.js.
I created a converse plugin but don't know how can ...
0
votes
1
answer
211
views
Creating custom plugin for Converse.js 9.1.1
I downloaded conversejs 9.1.1 and I am trying to learn the plugin architecture by making my own custom plugin. I looked at the http-auth plugin here to see how to add a plugin.
https://github.com/...
0
votes
1
answer
187
views
Is there any way to send a message automatically in converse.js
Is there any way to send a message automatically, I found a sendMessage trigger but it doesn't work, maybe I am doing wrong something
export const msgUser = (viewerChannelCredentials: any) => {
...
0
votes
1
answer
108
views
conversejs overrides is not working when I try to show icon in massages
I am trying to override the renderActions function but it is not working, I am trying to add icons in every massage, I have tried like the below code:
export const restrictUserOnLoadPlugin = () => {...
0
votes
1
answer
141
views
Synchronizing roster with the jabber server while user is offline
I am using ejabbered with converse.js and I am playing around with user administration on ejabberd admin panel, more precisely with adding/removing a user from and to a shared group.
While the user is ...
0
votes
0
answers
227
views
Converse embedded css issues
and greetings. I'm trying to get converse to work in embedded mode, so there is a 'full screen' version that doesn't take up the entire page. I'm having issues, where the converse control box grows ...
0
votes
1
answer
152
views
Remove user is online/offline notifications
I am using conversejs with an ejabberd xmpp server backend. I am trying to find a way to disable the user is online / user is offline messages from appearing within chats between users. The number of ...