AddOn Messenger (Realtime Chatting) [Paid] [Deleted]

Status
Not open for further replies.
I have HTTP and HTTPS both open for my users.
But HTTP is the default scheme.
I got it working on both http and https now, almost :D.

HTTP + HTTP real time chat works.
HTTPS + HTTPS real time chat works.

But when 1st user connect via HTTP and the 2nd user connect via HTTPS, real-time chat is not working.
Any work around for this?
Thanks!
 
But when 1st user connect via HTTP and the 2nd user connect via HTTPS, real-time chat is not working.
RoldanLTNope. I have try but it is seem not possible.

BUG:
When a user was deleted and also a participant on recent conversation, in some idle forum page, I got this error pop saying conversation cannot be found.
Thanks. I will look into it.
 
BUG:
When a user was deleted and also a participant on recent conversation, in some idle forum page, I got this error pop saying conversation cannot be found.
 
Can someone tell me how to setup this addon to automaticaly refresh all messages?
 
Last edited:
Nobita updated Messenger (Realtime Chatting) with a new update entry:

Version 2.0.4 released!

Install Guild:
  • You MIGHT restart server when update to this version. There are some steps to update which you need to do.
Step 1: Go to server directory.
Code:
 cd /some/path/forum_root/server
Step 2: Stop all current processes.
Code:
forever stopall

Step 3: Update all dependencies to latest version
Code:
npm update
Code:
npm update -g
Step 4: Start server
Code:
forever start server.js


Changes Log:
  • Bring back...

Read the rest of this update entry...
 
Nobita updated Messenger (Realtime Chatting) with a new update entry:

Version 2.0.5 released!

Important:
  • You MIGHT restart server when update to this version. There are some steps to update which you need to do.
Step 1: Go to server directory.
Code:
 cd /some/path/forum_root/server
Step 2: Stop all current processes.
Code:
forever stopall

Step 3: Update all dependencies to latest version
Code:
npm update
Code:
npm update -g
Step 4: Start server
Code:
forever start server.js
Changes log:
  • Improvement...

Read the rest of this update entry...
 
Status
Not open for further replies.
Back
Top