I am using openfire and converseJS in my chat application. I called converse.initialize({ parameters}) at the beginning and chat works fine. But when I logout I called
_converse.api.user.logout();
And then when I login again I called …
i started to using converse js,first of all,i am using converse.js 3.2.1 and for the xmpp server i am using ejabberd 17.04,and what i want is:
login to converse js and get the jid value
keep session alive across the browser( whenever it's closed…
When I try to view the converse.js demo I get the following errors
converse.js and Internet Explorer 11 error:
Changing compatibility settings doesn't fix the issue.
I've also setup a copy of converse.js in my environment and I've tried cleaning…
ConverseJS mentions that is supports chat states ("Mark is typing..." notifications), but I couldn't find any documentation that would explain how to actually turn it on.
I use ConverseJS 1.0.3 and Readme mentions it supports "Typing and state…
I have added a friend request (Add To Contact) with the following command.
sudo ejabberdctl add_rosteritem rohit localhost test localhost test none none
And While getting the contact it showing as below,
sudo ejabberdctl get_roster rohit…
I want to integrate XMPP chat into my website. Tried to create just a bare bone chat, where it should auto login and auto open a chat window. It just can auto login, but does nothing after that.
The whole code is as below. Why it does not auto open…
I have tried to connect to an OpenFire XMPP server via either converse.js or JSXC; in both cases, the client connects successfully, but while they can send messages with no problem, they cannot receive messsages, or, more specifically, they only…
Intro
I use converse.js for as XMPP webclient. Therefore I need a bosh server that handles the bidirectional communication.
As such a server acts node-xmpp-bosh. Since my site is SSL/TLS encrypted and it's only available through https, it's only…
I have created a virtual machine in Microsoft Azure. I have installed Openfire in the virtual machine. I have configured IIS to deploy my ConverseJS and I have established BOSCH connection from ConverseJS to Openfire. I have some users in openfire…
I was trying to create a web based chat application using Openfire + BOSH + Converse.js technique with html,css,javascript support. As the first step I have done setting up openfire and I have downloaded source code of converse.js . Now I am stuck…
I'm really new to XMPP and I decided to go with ejabberd. Firstly I tried to configure it on ubuntu, but I got error after error and I just switched to windows. The server is running now.
I've installed XAMPP and I tested the connection with…
I'm using smack to build the bosh connection to openfire.
I modified the BOSHConnection file to get sid and rid.
But when use it connect to conversejs, after few second it auto logout.
My conversejs setting something like:
keepalive:…
I have problem when trying to override converse.js core functions. Following this example: https://conversejs.org/docs/html/development.html#writing-a-converse-js-plugin and https://conversejs.org/docs/html/quickstart.html. My code look like…
I'm developing a web chat using converse.js, and I need to login at multiple users at same time. For example, alex1, alex2 and alex3, and keep them logged with session active.
What do you think it's the best way to achieve this?
Thanks.