Questions tagged [converse.js]

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

117 questions
0
votes
2 answers

attach files in converse js chat functionality using openfire

I want to setup chat functionality in my web app using Openfire and converse.js I am planning to implement an archiving feature to the chat. I have already installed the Monitoring Service plugin of Openfire and can now generate conversation…
Nitin
  • 881
  • 2
  • 10
  • 37
0
votes
1 answer

Mod Mam archive issue between multiple resources , issue opened in github

I have two login with different resource for my xmpp account , now i came across a situation wherein if i am login i received all the messages sent/received to both resources , Now one of my resource(desktop) goes offline and if any messages sent to…
Nitin
  • 197
  • 1
  • 1
  • 9
0
votes
1 answer

Cannot install converseJS properly in Laravel 5

I am working on an application where I am trying to get the chat feature working by using the ConverseJS XMPP client on the front end and Openfire RTC on the back end. I am working with Laravel 5 on the back end, and being the naive developer I am,…
Rohan
  • 13,308
  • 21
  • 81
  • 154
0
votes
1 answer

Is conversejs scalable to support 1M users

I wanted to set up a chat application for my website, so I decided to use Ratchet first. But I couldn't find the way to use it for private chat. Now I am headed to converse.js, but before this I wanted to know that is it scalable enough to hold a…
Naveen
  • 7,944
  • 12
  • 78
  • 165
0
votes
1 answer

ConerseJS : Play a sound only when browser window is not in focus and a new message arrives

I am new to ConverseJS Development. ConverseJS initialize() will set DEFAULT settings just once...I want to achieve the following : Play a sound only when browser window is not in focus and a new message arrives. Is there an option where I can ADD…
Gauri Padbidri
  • 371
  • 4
  • 15
0
votes
1 answer

Disabling login and register tab of converse.js, and connecting converse.js with openfire

I am a beginner and using the plugin for the first time. I am working on the converse.js plugin for my website's chat application. Since I have a login for the users, I don't want them to relogin on the converse.js chat. Can someone please guide me…
0
votes
1 answer

OpenFire + Converse.js Anonymous Login is false, Authentication Fails

I have installed OpenFire and Apache in windows, and created two users us1 & us2 in OpenFire. I have disabled Anonymous Login in OpenFire. Users able to login from Pidgin(XMAPP Client). Now Im trying to login from Converse.js, getting wired response…
Satish Bejgum
  • 223
  • 2
  • 16
0
votes
1 answer

converse.js connect is hanging

I have used converse.js for creating a chatbox in my website. (https://conversejs.org/) The second thing I have added is a openfire (http://www.igniterealtime.org/projects/openfire/) xmpp server. Converse.js however keeps hanging during 'signing'…
Djarshi
  • 93
  • 1
  • 11
0
votes
1 answer

Create password protected room using converse.js plugin

I am trying to create password protected room. I can create public room and configure password from configuration tab. But initially I have to create room as unsecured and public. I want to create room with password protected, so I don't need to go…
vcxz
  • 4,038
  • 4
  • 18
  • 17
-1
votes
1 answer

ConverseJS Filter Contacts

I'm trying to use conversejs library to my web project and i added required js files and make it run. But what i wanted to filter contacts. Once i loaded the page filter box is showing just a moment and disappears. I couldn't find how to enable it.…
Çağdaş Tunca
  • 873
  • 1
  • 11
  • 24
-2
votes
1 answer

Responsive converse.js UI

I want converse.js such that it should work properly in mobile browser. converse.initialize({ websocket_url: webSocketUrl, // ConnectionUrl keepalive: true, message_carbons: true, …
abhijit
  • 187
  • 1
  • 1
  • 12
-2
votes
1 answer

How To access open fire from another pc

We installed open-fire in window-R2. It worked fine in localhost but when we access from another Pc It give me err "This webpage is not available" How I we access openfire from anoter PC? 1. we open all port 2. Off Firewall Work Fine in…
AJAY AVHAD
  • 190
  • 10
1 2 3 4 5 6 7
8