I have a cakephp2.3 based project with table name "user_master".
I am using ejabberd chat application and ejabberd user table name is "user".
I am using convers.js client.
Now i am facing problem to use my existing project user with XMPP ejabberd to…
I am using converse.js library to create XMPP client, but I can't figure out how to display user's full name (if have) from vCard instead of username in chatbox.
Is there some simple configuration solution, or I need to write custom plugin for it?
I am using converse.js to provide chat functionality.
I am looking for a way to send some messages thru the API based on other buttons in the rest of the system.
var chat =…
I am trying to use converse.js and load it with webpack.
Converse.js loads there templates like this:
define("converse-templates", [
"tpl!action",
"tpl!add_contact_dropdown",
"tpl!add_contact_form",
Which gives me an error like…
How do I only allow contacts who are on my roster list to send me messages?
Is there any XEP responsible to do that? Or will I need to do this client-side?
Can anyone give some idea on how to go about customizing the converse.js file in angularjs so that it can be displayed as a web page rather than its predefined toggle functionality?
Please give some idea about how to initiate with the customization…
Can anybody help me out if it's possible to make the form for joining a room invisible and to make the list of rooms take the entire space in the rooms tab. Please help me out.
Image showing the part to be made invisble
I want to retrieve all chat conversations from ejabberd, even after I logout, close the browser and login again. Please suggest any way to do it. I am using converse.js. Should I add something in converse configuration to retrieve the chat…
how to register an user using converse.js to ejabberd from javascript instead of using register form of converse.js. I want to register the user using converse.js api instead doing it manually from the form. Please help me with your suggestions.
I am currently using the ConverseJS library in order to connect to the XMPP server and it is working pitch perfect. The one problem I am facing is that I want the chat history and in XMPP there is a function to fetch the message. I am using the…
Is it possible to add an open source jabber client such as converse.js via portlet or suitelet's online html field and attaching that somehow to a record ?
I tried by adding the converse.min.js as a library script file and converse.min.css in the…
I'm using Openfire to make an http-binding with Converse.js.
I want to prebind it in order to make single session on my webapp. I used the java librarie smack-bosh.
I succeed to login (and stay logged) with converse directly to openfire (chat, add…
I set up a BOSH server using node-xmpp-bosh and configured converse.js (a javascript XMPP client) to use the BOSH url I set up, I tried log in with my jabber.org account on converse.js and all worked fine.
Now I need to make this work with a private…
I am trying to the get the values of SID, RID and JID from the strophe connection and trying to pass them to converse.js. I am running the example that comes with strophe and I am able to get the message with all the values but i can not retrieve…
I need to resolve some Cross Domain Policy issues for our team's project setup (Converse.js,
XMPP, BOSH, ...) by setting up a nginx reverse proxy configuration.
I want to archieve exactly these bindings:
nginx to local gunicorn HTTP server…