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…
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…
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…
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…
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:…
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…
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…
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…
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} =…
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', {
…
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…
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…
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…
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…