From a0ffcf82565df8358c8498dbf6da6889ef292b55 Mon Sep 17 00:00:00 2001 From: Devendra Date: Wed, 31 Dec 2014 00:21:27 +0530 Subject: updating docs --- docs/build/doctrees/environment.pickle | Bin 10081 -> 10081 bytes docs/build/doctrees/index.doctree | Bin 399147 -> 412563 bytes docs/build/html/.buildinfo | 2 +- docs/build/html/genindex.html | 10 +- docs/build/html/index.html | 210 +++++++++++++++++++-------------- docs/build/html/objects.inv | Bin 411 -> 411 bytes docs/build/html/py-modindex.html | 10 +- docs/build/html/search.html | 10 +- docs/build/html/searchindex.js | 2 +- 9 files changed, 137 insertions(+), 107 deletions(-) (limited to 'docs') diff --git a/docs/build/doctrees/environment.pickle b/docs/build/doctrees/environment.pickle index c12faad..eab7341 100644 Binary files a/docs/build/doctrees/environment.pickle and b/docs/build/doctrees/environment.pickle differ diff --git a/docs/build/doctrees/index.doctree b/docs/build/doctrees/index.doctree index b081b22..2075527 100644 Binary files a/docs/build/doctrees/index.doctree and b/docs/build/doctrees/index.doctree differ diff --git a/docs/build/html/.buildinfo b/docs/build/html/.buildinfo index c24b844..b4b3186 100644 --- a/docs/build/html/.buildinfo +++ b/docs/build/html/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 9bfef501afd0f10215c217de6f058e7b +config: f25f30516c827cc5c86d7dbb326ddd20 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/build/html/genindex.html b/docs/build/html/genindex.html index 144f61e..80a0f59 100644 --- a/docs/build/html/genindex.html +++ b/docs/build/html/genindex.html @@ -7,7 +7,7 @@
-Method for fetching permissions from pubnub servers.
This method provides a mechanism to reveal existing PubNub Access Manager attributes for any combination of subscribe_key, channel and auth_key.
@@ -67,7 +67,14 @@ for any combination of subscribe_key, channel and auth_key.Method for granting permissions.
This function establishes subscribe and/or write permissions for PubNub Access Manager (PAM) by setting the read or write attribute @@ -169,11 +176,18 @@ will revoke any previous grants with read or write set to true.
Subscribe to presence data on a channel.
+Subscribe to presence events on a channel.
Only works in async mode
channel: Channel name ( string ) on which to publish message -callback: A callback method should be passed to the method.
+channel: Channel name ( string ) on which to listen for events +callback: A callback method should be passed as parameter.
-If set, the api works in async mode. +If passed, the api works in async mode. Required argument when working with twisted or tornado .-
- error: Optional variable. An error method can be passed to the method.-
- If set, the api works in async mode. -Required argument when working with twisted or tornado .+
- error: Optional variable. An error method can be passed as parameter.+
- If set, the api works in async mode.
- Returns:@@ -388,18 +404,25 @@ Async Mode : None
- -revoke(channel=None, auth_key=None, ttl=1, callback=None, error=None)¶+revoke(channel=None, channel_group=None, auth_key=None, ttl=1, callback=None, error=None)¶
Method for revoking permissions.
- Args:
- class Pubnub.PubnubTwisted(publish_key, subscribe_key, secret_key=None, cipher_key=None, auth_key=None, ssl_on=False, origin='pubsub.pubnub.com')¶
@@ -536,7 +546,7 @@ Required argument when working with twisted or tornado .
- channel: (string) (optional)
- Specifies channel name to revoke permissions to. -If channel is not specified, the revoke applies to all +If channel/channel_group is not specified, the revoke applies to all channels associated with the subscribe_key. If auth_key is not specified, it is possible to grant permissions to multiple channels simultaneously by specifying the channels as a comma separated list.+
- channel_group: (string) (optional)+
- Specifies channel group name to revoke permissions to. +If channel/channel_group is not specified, the grant applies to all +channels associated with the subscribe_key. If auth_key +is not specified, it is possible to revoke permissions to +multiple channel groups simultaneously by specifying the channel groups +as a comma separated list.
- auth_key: (string) (optional)
- Specifies auth_key to revoke permissions to. It is possible to specify multiple auth_keys as comma @@ -506,23 +529,10 @@ Required argument when working with twisted or tornado .
- unsubscribe(channel)¶
-
- Subscribe to presence data on a channel.+
- Unsubscribe from channel .
- Only works in async mode
- Args:-
- -
channel: Channel name ( string ) on which to publish message -message: Message to be published ( String / int / double / dict / list ). -callback: A callback method should be passed to the method.
---If set, the api works in async mode. -Required argument when working with twisted or tornado .-
-- error: Optional variable. An error method can be passed to the method.-
- If set, the api works in async mode. -Required argument when working with twisted or tornado .-
- Returns:-
- Returns a list in sync mode i.e. when callback argument is not given+
- channel: Channel name ( string ) on which to publish message
- -audit(channel=None, auth_key=None, callback=None, error=None)¶+audit(channel=None, channel_group=None, auth_key=None, callback=None, error=None)¶
Method for fetching permissions from pubnub servers.
This method provides a mechanism to reveal existing PubNub Access Manager attributes for any combination of subscribe_key, channel and auth_key.
@@ -546,7 +556,14 @@ for any combination of subscribe_key, channel and auth_key.- channel: (string) (optional)
- Specifies channel name to return PAM attributes optionally in combination with auth_key. -If channel is not specified, results for all channels +If channel/channel_group is not specified, results for all channels +associated with subscribe_key are returned. +If auth_key is not specified, it is possible to return +results for a comma separated list of channels.+
- channel_group: (string) (optional)+
- Specifies channel group name to return PAM +attributes optionally in combination with auth_key. +If channel/channel_group is not specified, results for all channels associated with subscribe_key are returned. If auth_key is not specified, it is possible to return results for a comma separated list of channels.@@ -630,7 +647,7 @@ provided at time of initializing pubnub object
- -grant(channel=None, auth_key=False, read=True, write=True, ttl=5, callback=None, error=None)¶+grant(channel=None, channel_group=None, auth_key=False, read=False, write=False, manage=False, ttl=5, callback=None, error=None)¶
Method for granting permissions.
This function establishes subscribe and/or write permissions for PubNub Access Manager (PAM) by setting the read or write attribute @@ -648,11 +665,18 @@ will revoke any previous grants with read or write set to true.
- channel: (string) (optional)
- Specifies channel name to grant permissions to. -If channel is not specified, the grant applies to all +If channel/channel_group is not specified, the grant applies to all channels associated with the subscribe_key. If auth_key is not specified, it is possible to grant permissions to multiple channels simultaneously by specifying the channels as a comma separated list.+
- channel_group: (string) (optional)+
- Specifies channel group name to grant permissions to. +If channel/channel_group is not specified, the grant applies to all +channels associated with the subscribe_key. If auth_key +is not specified, it is possible to grant permissions to +multiple channel groups simultaneously by specifying the channel groups +as a comma separated list.
- auth_key: (string) (optional)
- Specifies auth_key to grant permissions to. It is possible to specify multiple auth_keys as comma @@ -666,6 +690,9 @@ Read permissions are removed by setting to False.
- write: (boolean) (default: True)
- Write permissions are granted by setting to true. Write permissions are removed by setting to false.+
- manage: (boolean) (default: True)+
- Manage permissions are granted by setting to true. +Manage permissions are removed by setting to false.
- ttl: (int) (default: 1440 i.e 24 hrs)
- Time in minutes for which granted permissions are valid. Max is 525600 , Min is 1. @@ -801,20 +828,19 @@ Required argument when working with twisted or tornado .
- presence(channel, callback, error=None)¶-
Subscribe to presence data on a channel.
+
Subscribe to presence events on a channel.
Only works in async mode
- Args:-
channel: Channel name ( string ) on which to publish message -callback: A callback method should be passed to the method.
+
channel: Channel name ( string ) on which to listen for events +callback: A callback method should be passed as parameter.
-If set, the api works in async mode. +If passed, the api works in async mode. Required argument when working with twisted or tornado .-
- error: Optional variable. An error method can be passed to the method.-
- If set, the api works in async mode. -Required argument when working with twisted or tornado .+
- error: Optional variable. An error method can be passed as parameter.+
- If set, the api works in async mode.
- Returns:@@ -867,18 +893,25 @@ Async Mode : None
- -revoke(channel=None, auth_key=None, ttl=1, callback=None, error=None)¶+revoke(channel=None, channel_group=None, auth_key=None, ttl=1, callback=None, error=None)¶
Method for revoking permissions.
- Args:
- class Pubnub.PubnubTornado(publish_key, subscribe_key, secret_key=False, cipher_key=False, auth_key=False, ssl_on=False, origin='pubsub.pubnub.com')¶
@@ -1015,7 +1035,7 @@ Required argument when working with twisted or tornado .
- channel: (string) (optional)
- Specifies channel name to revoke permissions to. -If channel is not specified, the revoke applies to all +If channel/channel_group is not specified, the revoke applies to all channels associated with the subscribe_key. If auth_key is not specified, it is possible to grant permissions to multiple channels simultaneously by specifying the channels as a comma separated list.+
- channel_group: (string) (optional)+
- Specifies channel group name to revoke permissions to. +If channel/channel_group is not specified, the grant applies to all +channels associated with the subscribe_key. If auth_key +is not specified, it is possible to revoke permissions to +multiple channel groups simultaneously by specifying the channel groups +as a comma separated list.
- auth_key: (string) (optional)
- Specifies auth_key to revoke permissions to. It is possible to specify multiple auth_keys as comma @@ -985,23 +1018,10 @@ Required argument when working with twisted or tornado .
- unsubscribe(channel)¶
-
- Subscribe to presence data on a channel.+
- Unsubscribe from channel .
- Only works in async mode
- Args:-
- -
channel: Channel name ( string ) on which to publish message -message: Message to be published ( String / int / double / dict / list ). -callback: A callback method should be passed to the method.
---If set, the api works in async mode. -Required argument when working with twisted or tornado .-
-- error: Optional variable. An error method can be passed to the method.-
- If set, the api works in async mode. -Required argument when working with twisted or tornado .-
- Returns:-
- Returns a list in sync mode i.e. when callback argument is not given+
- channel: Channel name ( string ) on which to publish message
- -audit(channel=None, auth_key=None, callback=None, error=None)¶+audit(channel=None, channel_group=None, auth_key=None, callback=None, error=None)¶
Method for fetching permissions from pubnub servers.
This method provides a mechanism to reveal existing PubNub Access Manager attributes for any combination of subscribe_key, channel and auth_key.
@@ -1025,7 +1045,14 @@ for any combination of subscribe_key, channel and auth_key.- channel: (string) (optional)
- Specifies channel name to return PAM attributes optionally in combination with auth_key. -If channel is not specified, results for all channels +If channel/channel_group is not specified, results for all channels +associated with subscribe_key are returned. +If auth_key is not specified, it is possible to return +results for a comma separated list of channels.+
- channel_group: (string) (optional)+
- Specifies channel group name to return PAM +attributes optionally in combination with auth_key. +If channel/channel_group is not specified, results for all channels associated with subscribe_key are returned. If auth_key is not specified, it is possible to return results for a comma separated list of channels.@@ -1109,7 +1136,7 @@ provided at time of initializing pubnub object
- -grant(channel=None, auth_key=False, read=True, write=True, ttl=5, callback=None, error=None)¶+grant(channel=None, channel_group=None, auth_key=False, read=False, write=False, manage=False, ttl=5, callback=None, error=None)¶
Method for granting permissions.
This function establishes subscribe and/or write permissions for PubNub Access Manager (PAM) by setting the read or write attribute @@ -1127,11 +1154,18 @@ will revoke any previous grants with read or write set to true.
- channel: (string) (optional)
- Specifies channel name to grant permissions to. -If channel is not specified, the grant applies to all +If channel/channel_group is not specified, the grant applies to all channels associated with the subscribe_key. If auth_key is not specified, it is possible to grant permissions to multiple channels simultaneously by specifying the channels as a comma separated list.+
- channel_group: (string) (optional)+
- Specifies channel group name to grant permissions to. +If channel/channel_group is not specified, the grant applies to all +channels associated with the subscribe_key. If auth_key +is not specified, it is possible to grant permissions to +multiple channel groups simultaneously by specifying the channel groups +as a comma separated list.
- auth_key: (string) (optional)
- Specifies auth_key to grant permissions to. It is possible to specify multiple auth_keys as comma @@ -1145,6 +1179,9 @@ Read permissions are removed by setting to False.
- write: (boolean) (default: True)
- Write permissions are granted by setting to true. Write permissions are removed by setting to false.+
- manage: (boolean) (default: True)+
- Manage permissions are granted by setting to true. +Manage permissions are removed by setting to false.
- ttl: (int) (default: 1440 i.e 24 hrs)
- Time in minutes for which granted permissions are valid. Max is 525600 , Min is 1. @@ -1280,20 +1317,19 @@ Required argument when working with twisted or tornado .
- presence(channel, callback, error=None)¶-
Subscribe to presence data on a channel.
+
Subscribe to presence events on a channel.
Only works in async mode
- Args:-
channel: Channel name ( string ) on which to publish message -callback: A callback method should be passed to the method.
+
channel: Channel name ( string ) on which to listen for events +callback: A callback method should be passed as parameter.
-If set, the api works in async mode. +If passed, the api works in async mode. Required argument when working with twisted or tornado .-
- error: Optional variable. An error method can be passed to the method.-
- If set, the api works in async mode. -Required argument when working with twisted or tornado .+
- error: Optional variable. An error method can be passed as parameter.+
- If set, the api works in async mode.
- Returns:@@ -1346,18 +1382,25 @@ Async Mode : None
- -revoke(channel=None, auth_key=None, ttl=1, callback=None, error=None)¶+revoke(channel=None, channel_group=None, auth_key=None, ttl=1, callback=None, error=None)¶
Method for revoking permissions.
- Args:
@@ -1544,7 +1574,7 @@ Required argument when working with twisted or tornado .
- channel: (string) (optional)
- Specifies channel name to revoke permissions to. -If channel is not specified, the revoke applies to all +If channel/channel_group is not specified, the revoke applies to all channels associated with the subscribe_key. If auth_key is not specified, it is possible to grant permissions to multiple channels simultaneously by specifying the channels as a comma separated list.+
- channel_group: (string) (optional)+
- Specifies channel group name to revoke permissions to. +If channel/channel_group is not specified, the grant applies to all +channels associated with the subscribe_key. If auth_key +is not specified, it is possible to revoke permissions to +multiple channel groups simultaneously by specifying the channel groups +as a comma separated list.
- auth_key: (string) (optional)
- Specifies auth_key to revoke permissions to. It is possible to specify multiple auth_keys as comma @@ -1464,23 +1507,10 @@ Required argument when working with twisted or tornado .
- unsubscribe(channel)¶
-
- Subscribe to presence data on a channel.+
- Unsubscribe from channel .
- Only works in async mode
- Args:-
- -
channel: Channel name ( string ) on which to publish message -message: Message to be published ( String / int / double / dict / list ). -callback: A callback method should be passed to the method.
---If set, the api works in async mode. -Required argument when working with twisted or tornado .-
-- error: Optional variable. An error method can be passed to the method.-
- If set, the api works in async mode. -Required argument when working with twisted or tornado .-
- Returns:-
- Returns a list in sync mode i.e. when callback argument is not given+
- channel: Channel name ( string ) on which to publish message
- modules |-
- PubNub 3.5.2 documentation »+
- PubNub 3.5.3 documentation »diff --git a/docs/build/html/objects.inv b/docs/build/html/objects.inv index 1da9ba1..a3f471d 100644 Binary files a/docs/build/html/objects.inv and b/docs/build/html/objects.inv differ diff --git a/docs/build/html/py-modindex.html b/docs/build/html/py-modindex.html index 88fac11..9df1a1a 100644 --- a/docs/build/html/py-modindex.html +++ b/docs/build/html/py-modindex.html @@ -6,7 +6,7 @@ -@@ -94,7 +94,7 @@
Python Module Index — PubNub 3.5.2 documentation +Python Module Index — PubNub 3.5.3 documentation @@ -14,7 +14,7 @@ - + - + @@ -43,7 +43,7 @@- modules |-
- PubNub 3.5.2 documentation »+
- PubNub 3.5.3 documentation »
- modules |-
- PubNub 3.5.2 documentation »+
- PubNub 3.5.3 documentation »diff --git a/docs/build/html/searchindex.js b/docs/build/html/searchindex.js index 43d1c8d..4d83cb9 100644 --- a/docs/build/html/searchindex.js +++ b/docs/build/html/searchindex.js @@ -1 +1 @@ -Search.setIndex({envversion:42,terms:{"23f34d3f4rq34r34rq23q":0,all:0,newest:0,my_rw_authkei:0,obtain:0,tcp:0,ssl_on:0,reconnect:0,ttl:0,follow:0,twist:0,simultan:0,callback:0,cipher:0,paramet:0,access:0,onli:0,locat:0,uuid:0,zone:0,how:0,here_now:0,readabl:0,publish_kei:0,send:0,should:0,pub2:0,valid:0,dict:0,appli:0,input:0,sent:0,pubsub:0,real:0,applic:0,digit:0,"return":0,string:0,thei:0,transpar:0,fals:0,ciphertext:0,auth:0,ssl:0,mechan:0,now:0,requir:0,my_channel:0,reveal:0,name:0,specif:0,level:0,revers:0,list:0,geograph:0,privileg:0,server:0,separ:0,provid:0,token:0,api:0,mode:0,contain:0,comma:0,servic:0,set:0,specifi:0,permiss:0,my_admin_authkei:0,multipl:0,sync:0,my_ro_authkei:0,sampl:0,result:0,pass:0,pres_uuid:0,successfulli:0,event:0,special:0,page:0,variabl:0,index:0,what:0,oldest:0,network:0,channel:0,subscribe_kei:0,"while":0,publish:0,cipher_kei:0,current:0,method:0,state:0,pool:0,enncrypt:0,"new":0,get:0,across:0,attribut:0,object:0,kei:0,gener:0,each:0,usag:0,here:0,plaintext:0,base:0,async:0,disconnect:0,my_authkei:0,secret_kei:0,valu:0,care:0,both:0,about:0,output:0,socket:0,success:0,through:0,manag:0,precis:0,"123123234t234f34fq3dq":0,auth_kei:0,my_subkei:0,com:0,first:0,origin:0,arg:0,simpli:0,directli:0,revok:0,slice:0,transit:0,number:0,unix:0,"boolean":0,uniqu:0,ensur:0,total:0,storag:0,your:0,cloud:0,min:0,given:0,from:0,associ:0,doubl:0,three:0,messag:0,avail:0,start:0,call:0,includ:0,subscrib:0,taken:0,unsubscrib:0,store:0,listen:0,"function":0,option:0,presenc:0,search:0,andarrai:0,ani:0,line:0,"true":0,must:0,count:0,replic:0,none:0,retriev:0,possibl:0,"default":0,remov:0,work:0,histor:0,histori:0,below:0,limit:0,can:0,behavior:0,error:0,minut:0,initi:0,fetch:0,connect:0,control:0,payload:0,exampl:0,creat:0,"int":0,dure:0,respons:0,decrypt:0,argument:0,pub3:0,"case":0,pub1:0,exist:0,pub5:0,pub4:0,need:0,w34tcw45t45tcw435tww3:0,"null":0,sever:0,occup:0,end:0,open:0,grant:0,receiv:0,format:0,when:0,write:0,also:0,epoch:0,playback:0,take:0,which:0,indefinit:0,you:0,unlimit:0,singl:0,begin:0,thi:0,tornado:0,max:0,previou:0,"143r34f34t34fq34q34q3":0,statu:0,abc:0,user:0,establish:0,eavesdropp:0,encrypt:0,data:0,"class":0,demonstr:0,audit:0,appropri:0,center:0,read:0,secur:0,quantiti:0,caus:0,inform:0,client:0,combin:0,potenti:0,time:0,pam:0,order:0},objtypes:{"0":"py:module","1":"py:method","2":"py:class"},objnames:{"0":["py","module","Python module"],"1":["py","method","Python method"],"2":["py","class","Python class"]},filenames:["index"],titles:["Welcome to PubNub’s documentation!"],objects:{"":{Pubnub:[0,0,0,"-"]},"Pubnub.PubnubTornado":{audit:[0,1,1,""],revoke:[0,1,1,""],grant:[0,1,1,""],here_now:[0,1,1,""],decrypt:[0,1,1,""],publish:[0,1,1,""],presence:[0,1,1,""],subscribe:[0,1,1,""],unsubscribe:[0,1,1,""],time:[0,1,1,""],encrypt:[0,1,1,""],history:[0,1,1,""]},"Pubnub.PubnubTwisted":{audit:[0,1,1,""],revoke:[0,1,1,""],grant:[0,1,1,""],here_now:[0,1,1,""],presence:[0,1,1,""],decrypt:[0,1,1,""],publish:[0,1,1,""],subscribe:[0,1,1,""],unsubscribe:[0,1,1,""],time:[0,1,1,""],encrypt:[0,1,1,""],history:[0,1,1,""]},Pubnub:{PubnubTornado:[0,2,1,""],Pubnub:[0,2,1,""],PubnubTwisted:[0,2,1,""]},"Pubnub.Pubnub":{audit:[0,1,1,""],revoke:[0,1,1,""],here_now:[0,1,1,""],grant:[0,1,1,""],decrypt:[0,1,1,""],publish:[0,1,1,""],presence:[0,1,1,""],subscribe:[0,1,1,""],unsubscribe:[0,1,1,""],time:[0,1,1,""],encrypt:[0,1,1,""],history:[0,1,1,""]}},titleterms:{welcom:0,pubnub:0,indic:0,pubnubtwist:0,tabl:0,pubnubtornado:0,document:0}}) \ No newline at end of file +Search.setIndex({envversion:42,terms:{"23f34d3f4rq34r34rq23q":0,all:0,newest:0,my_rw_authkei:0,obtain:0,tcp:0,ssl_on:0,reconnect:0,ttl:0,follow:0,twist:0,simultan:0,callback:0,cipher:0,paramet:0,access:0,onli:0,group:0,uuid:0,zone:0,how:0,here_now:0,readabl:0,publish_kei:0,send:0,should:0,pub2:0,valid:0,dict:0,appli:0,input:0,sent:0,pubsub:0,real:0,applic:0,digit:0,"return":0,string:0,thei:0,transpar:0,fals:0,none:0,auth:0,ssl:0,mechan:0,now:0,requir:0,my_channel:0,reveal:0,daemon:0,name:0,specif:0,level:0,channel_group:0,revers:0,list:0,geograph:0,privileg:0,server:0,separ:0,provid:0,token:0,api:0,mode:0,contain:0,comma:0,remov:0,set:0,specifi:0,permiss:0,my_admin_authkei:0,multipl:0,sync:0,my_ro_authkei:0,sampl:0,result:0,pass:0,pres_uuid:0,successfulli:0,event:0,special:0,page:0,variabl:0,index:0,what:0,oldest:0,network:0,channel:0,subscribe_kei:0,"while":0,publish:0,cipher_kei:0,current:0,method:0,state:0,pool:0,enncrypt:0,"new":0,get:0,across:0,attribut:0,object:0,kei:0,gener:0,each:0,usag:0,here:0,plaintext:0,base:0,async:0,locat:0,my_authkei:0,secret_kei:0,valu:0,care:0,both:0,about:0,output:0,socket:0,success:0,through:0,manag:0,precis:0,"123123234t234f34fq3dq":0,auth_kei:0,my_subkei:0,com:0,first:0,origin:0,arg:0,simpli:0,directli:0,revok:0,slice:0,transit:0,number:0,unix:0,"boolean":0,uniqu:0,ensur:0,total:0,storag:0,your:0,cloud:0,min:0,given:0,from:0,associ:0,doubl:0,three:0,messag:0,avail:0,start:0,call:0,includ:0,subscrib:0,taken:0,unsubscrib:0,store:0,listen:0,"function":0,option:0,presenc:0,search:0,andarrai:0,ani:0,line:0,"true":0,must:0,count:0,replic:0,ciphertext:0,retriev:0,possibl:0,"default":0,servic:0,work:0,histor:0,histori:0,below:0,limit:0,can:0,behavior:0,error:0,minut:0,initi:0,fetch:0,connect:0,control:0,payload:0,exampl:0,creat:0,"int":0,dure:0,respons:0,decrypt:0,argument:0,pub3:0,"case":0,pub1:0,exist:0,pub5:0,pub4:0,need:0,w34tcw45t45tcw435tww3:0,"null":0,sever:0,occup:0,end:0,open:0,grant:0,receiv:0,format:0,when:0,write:0,also:0,epoch:0,playback:0,take:0,which:0,indefinit:0,you:0,unlimit:0,singl:0,begin:0,thi:0,tornado:0,max:0,previou:0,"143r34f34t34fq34q34q3":0,statu:0,disconnect:0,abc:0,user:0,establish:0,eavesdropp:0,encrypt:0,data:0,"class":0,demonstr:0,audit:0,appropri:0,center:0,read:0,secur:0,quantiti:0,caus:0,inform:0,client:0,combin:0,potenti:0,time:0,pam:0,azur:0,order:0},objtypes:{"0":"py:module","1":"py:method","2":"py:class"},objnames:{"0":["py","module","Python module"],"1":["py","method","Python method"],"2":["py","class","Python class"]},filenames:["index"],titles:["Welcome to PubNub’s documentation!"],objects:{"":{Pubnub:[0,0,0,"-"]},"Pubnub.PubnubTornado":{audit:[0,1,1,""],revoke:[0,1,1,""],grant:[0,1,1,""],here_now:[0,1,1,""],decrypt:[0,1,1,""],publish:[0,1,1,""],presence:[0,1,1,""],subscribe:[0,1,1,""],unsubscribe:[0,1,1,""],time:[0,1,1,""],encrypt:[0,1,1,""],history:[0,1,1,""]},"Pubnub.PubnubTwisted":{audit:[0,1,1,""],revoke:[0,1,1,""],grant:[0,1,1,""],here_now:[0,1,1,""],presence:[0,1,1,""],decrypt:[0,1,1,""],publish:[0,1,1,""],subscribe:[0,1,1,""],unsubscribe:[0,1,1,""],time:[0,1,1,""],encrypt:[0,1,1,""],history:[0,1,1,""]},Pubnub:{PubnubTornado:[0,2,1,""],Pubnub:[0,2,1,""],PubnubTwisted:[0,2,1,""]},"Pubnub.Pubnub":{audit:[0,1,1,""],revoke:[0,1,1,""],here_now:[0,1,1,""],grant:[0,1,1,""],decrypt:[0,1,1,""],publish:[0,1,1,""],presence:[0,1,1,""],subscribe:[0,1,1,""],unsubscribe:[0,1,1,""],time:[0,1,1,""],encrypt:[0,1,1,""],history:[0,1,1,""]}},titleterms:{welcom:0,pubnub:0,indic:0,pubnubtwist:0,tabl:0,pubnubtornado:0,document:0}}) \ No newline at end of file -- cgit v1.2.3