Questions tagged [converse.js]

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

117 questions
0
votes
0 answers

how to implement converse.js with Zentyal server 7.0

i am trying to test the full page test site, it logs in but then keeps spinning and displays nothing. any help is very much appriciated Sepp on the converse website i clicked on the full page test link, entered my credentials both username@FQDN and…
Sepp
  • 1
0
votes
0 answers

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 the dist directory in my webpage root…
0
votes
0 answers

When I try to override a core function in converse.js I get an error

I am using converse.js 7.0.6 version. I am trying to set the subject topic button to be by default hidden, currently, it is visible by default. I have investigated I need to override this function toggleSubjectHiddenState, when I try to use…
Jerin
  • 717
  • 1
  • 7
  • 28
0
votes
0 answers

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 ?
mistergreen
  • 109
  • 8
0
votes
0 answers

How to recognize the same resouce login in 2 devices to log it out in converse.js xmpp?

I'm using converse.js and ejjabberd xmpp , when I login 1 account in 2 devices (maybe 2 browser tabs) then when a message comes in only 1 device is received. So how can I exit device 1 when logging into device 2 . In converse.js I can't find it…
0
votes
1 answer

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 ? Is there a plugin ? Converse.js version:…
mistergreen
  • 109
  • 8
0
votes
1 answer

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 page, Below I have created a plugin for getting…
Karim
  • 59
  • 6
0
votes
1 answer

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 I show the online users. export const…
Karim
  • 59
  • 6
0
votes
1 answer

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

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) => { const {username, channel} =…
0
votes
1 answer

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 = () => { window.converse.plugins.add('restrict-user', { …
0
votes
1 answer

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 online(converse client is connected to the…
Smiki
  • 19
  • 5
0
votes
0 answers

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 outside of the area I've assigned, but there is no…
Gfellha
  • 89
  • 5
0
votes
1 answer

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 reconnections people are going through are…
Gfellha
  • 89
  • 5
0
votes
1 answer

Converse.js render into a container - 2021

First of all, sorry for my English. I want to customize conversejs, so conversejs render its chatbox to another element. I know similar questions were answered by jcbrand, make conversejs. Converse.js render into a container But the question is too…
jongmin94
  • 3
  • 3