From c390b90bdb5ae3a4a1fff041fc6b7f2f0eb2bcf2 Mon Sep 17 00:00:00 2001 From: "Stephen L. Blum" Date: Thu, 7 Mar 2013 10:19:40 -0800 Subject: [PATCH] added presence details. --- README.md | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 44638fb11..0864c6318 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - [![browser support](http://ci.testling.com/devendram/javascript.png)](http://ci.testling.com/devendram/javascript) # YOU MUST HAVE A PUBNUB ACCOUNT TO USE THE API. @@ -311,6 +310,38 @@ To use AES encryption in PubNub, simply do the following: ``` +## PRESENCE + +PubNub Network offers Channel Presence which +allows you to ask the question "Who's There?" +and get back an answer with list of users and the occupancy count. + +```html +
+ + +``` + + ## REPLAY Replay is an API that allows you to "replay" the events of a channel