Questions tagged [converse.js]

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

117 questions
0
votes
1 answer

ConverseJS Openfire re-login issue (Bad Request 400)

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 …
user1438823
  • 1,273
  • 3
  • 18
  • 25
0
votes
1 answer

i have problems with xmpp serverside binding with fatal error

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

Is converse.js supported in Internet Explorer 11?

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…
RMata
  • 1
  • 1
0
votes
0 answers

How to configure ConverseJS to turn on chat states (XEP 0085)?

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…
MikeMarsian
  • 608
  • 1
  • 7
  • 21
0
votes
0 answers

Requested Contact not displaying in the conversejs web client

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…
Ghost Rider
  • 175
  • 2
  • 10
0
votes
1 answer

How to auto open a chat in XMPP chat client Converse.js

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…
Dopinder
  • 11
  • 3
0
votes
2 answers

Successfully connecting to XMPP via BOSH, but chat window is only updating when I send something

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…
Haroldo_OK
  • 6,612
  • 3
  • 43
  • 80
0
votes
1 answer

Use https with only http supporting node-xmpp-bosh

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…
rwx
  • 696
  • 8
  • 25
0
votes
1 answer

Accessing Openfire outside Azure VM not working

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…
Alias Varghese
  • 2,104
  • 3
  • 24
  • 52
0
votes
1 answer

Implementing chat in webapp using converse.js

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…
Alias Varghese
  • 2,104
  • 3
  • 24
  • 52
0
votes
1 answer

ejabberd stateless configuration

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…
Bogdan Daniel
  • 2,689
  • 11
  • 43
  • 76
0
votes
1 answer

conversejs + openfire + smack prebind issue

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:…
hendry91
  • 93
  • 2
  • 10
0
votes
1 answer

Can't override converse.js core functions

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

Openfire returns error 500 when retrieving privacy lists

I'm using converse.js and trying to work with privacy lists. I'm trying to send this IQ:
Alex M.
  • 635
  • 1
  • 6
  • 19
0
votes
1 answer

How to login at multiple users at once on converse.js

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.
Alex M.
  • 635
  • 1
  • 6
  • 19