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…
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…
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,…
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…
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…
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…
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…
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'…
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…
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.…
I want converse.js such that it should work properly in mobile browser.
converse.initialize({
websocket_url: webSocketUrl, // ConnectionUrl
keepalive: true,
message_carbons: true,
…
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…