Sponsored Content
The Lounge What is on Your Mind? PubNub Live Chat Beta Testing Post 303034889 by Neo on Wednesday 8th of May 2019 11:17:48 PM
Old 05-09-2019
Hi Craig,

Here is the pubnub dependency in the node project:

Code:
 "pubnub": "^4.23.0",

The PHP version of the SDK (used for server side messages) was provided to me by your team, and of course that it is a different project and I don't have that information handy.

I have no idea why the pubnode SDK has tokens that shows JS v3.16.3, but I just started this project a few weeks ago and only installed "pubnub": "^4.23.0",

I assume there is legacy code in your SDK and that is why you are setting what you are seeing.

I did install "pubnub-vue": "^1.0.1", initially, but I abandoned that code rather quickly. I probably should remove the that unused package from my project file, which I just did:

Code:
npm uninstall pubnub-vue --save

and rebuilt the project without this unused code in version 0.7604, which I just built and installed on the server.

Maybe removing that pubnub-vue repo, which I thought was unused, will get rid of the JS v3.16.3 code you were seeing?

Also, when I have time, I'll rebuild the project and test:

Code:
  pubnub.subscribe({
      channels: ["ch1", "control"],
      withPresence: true
    });

right now, it is still running:

Code:
  pubnub.subscribe({
      channels: ["ch1", "control"],
      withPresence: false
    });



I will test this again soon, with the changes you made to our pubnub config and report back!

Thanks for all your great help and interest in this little project
 

4 More Discussions You Might Find Interesting

1. Solaris

Live Chat For Solaris?

Does anyone know of any online live chat discussion groups for Solaris? If so, please let me know... Thanks! Rob Sandifer (3 Replies)
Discussion started by: RobSand
3 Replies

2. What is on Your Mind?

A Quick Video Overview of PubNub Live Chat @UNIX.com (version 0.7614)

A number of people have asked me to make some videos, so I just got my first condenser microphone and so I can make some amateurish screen casts. I will try to do better in the future. A quick overview of PubNub Live Chat @unix.com The video is best is you set the Quality to HD 1080. The... (0 Replies)
Discussion started by: Neo
0 Replies

3. What is on Your Mind?

Live Chat (Alpha) in UserCP SF 0.7517

Interesting.... I am still working on the kinks for Live Chat here at unix.com using a publish-subscribe API from PubNub. Two days ago while working on it, a new user joined the live chat and asked about how to post a new thread in the forum. Then today, one of the members of the PubNub team... (23 Replies)
Discussion started by: Neo
23 Replies

4. What is on Your Mind?

Update: UserCP Screeching Frog 0.7641 - Changed Live Chat to Live Updates

Update: UserCP Screeching Frog 0.7641 - Changed Live Chat to Live Updates In this version of the UserCP, I have changed "Live Chat" to "Live Updates" by disabling the ability to post in the "live chat" area and changed the name to "Live Updates" The reason for this change is that experienced... (6 Replies)
Discussion started by: Neo
6 Replies
NAGZILLAC(1)						      General Commands Manual						      NAGZILLAC(1)

NAME
nagzillac - jabber relay bot client SYNOPSIS
nagzillac type^JID^message DESCRIPTION
This manual page documents briefly the nagzillac command. nagzillac is the client for nagzilla that takes the data you hand it as argument and sends it over to the nagzilla daemon that will send the message along. OPTIONS
nagzillac only takes one options that consists of three arguments. They are seperated by the carret character(`^'), although the last argu- ment may contain carrets without any troubles. Here is an explenation of the different parts: type This is the type of the message. It can be either room (which will send the message to a jabber conference room) or chat (target should be a jabber ID). JID This is the target for the message. If you choose room type it has to be a conference room name or complete ID. A single room with- out any @ in it will get sent to the configured conference server. If you choose the chat type the JID has to be the jabber ID of the user to receive the message, either just the user part which will get added the jabber server as domain part, or a full jabber ID. message The final part is the message that will get sent. At the moment it will be put into the body as plain text. Please notice that you will have to quote or escape special characters in the message like white space. FILES
/etc/nagzillac/nagzillac.cfg The configuration file for the nagzilla client. Please see the comments in the file for informations on what to tweak. EXAMPLE
The following sends a chat message to the rhonda user on the default server: nagzillac "chat^rhonda^hi there" This will send a message to a conference room on a different server: nagzillac "room^monitor@jabber.doma.in^alert - do something" SEE ALSO
nagzillad(1). AUTHOR
nagzillac was written by Bill Mathews. This manual page was written by Gerfried Fuchs <rhonda@debian.at> for the Debian project (and may be used by others). 2009-06-03 NAGZILLAC(1)
All times are GMT -4. The time now is 07:38 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy