Sponsored Content
The Lounge What is on Your Mind? PubNub Live Chat Beta Testing Post 303034917 by pubnubcraig on Thursday 9th of May 2019 10:54:20 AM
Old 05-09-2019
Mystery solved - I dug in further to the logs to find out the source of the v3 SDK. I was our Realtime Analytics tool that you must have enabled at one time. It hasn't been upgraded because it still works on that older version, but likely we will be EOL'ing/removing that tool in the next release of the PubNub Admin Dashboard.
This User Gave Thanks to pubnubcraig For This Post:
 

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
ldap_version(3LDAP)					      LDAP Library Functions					       ldap_version(3LDAP)

NAME
ldap_version - get version information about the LDAP SDK for C SYNOPSIS
cc -flag ... file ...-lldap [-library ...] #include <ldap.h> int ldap_version(LDAPVERSION *ver); DESCRIPTION
A call to this function returns the version information for the LDAP SDK for C. This is a deprecated function. Use ldap_get_option(3LDAP) instead. The version information is returned in the LDAPVersion structure pointed to by ver. If NULL is passed for ver, then only the SDK version will be returned. RETURN VALUES
The ldap_version() function returns the version number of the LDAP SDK for C, multiplied by 100. For example, for version 1.0 of the LDAP SDK for C, the function returns 100. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsl (32-bit) | +-----------------------------+-----------------------------+ | |SUNWcslx (64-bit) | +-----------------------------+-----------------------------+ |Interface Stability |Obsolete | +-----------------------------+-----------------------------+ SEE ALSO
ldap_get_option(3LDAP), attributes(5) SunOS 5.10 19 Oct 2001 ldap_version(3LDAP)
All times are GMT -4. The time now is 11:48 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy