From 786390e9ee0024ab3061a9133700457b07ae0f80 Mon Sep 17 00:00:00 2001 From: Devendra Date: Wed, 18 Dec 2013 23:23:22 +0530 Subject: adding pam client support to python sdk --- python-twisted/unassembled/Platform.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'python-twisted/unassembled/Platform.py') diff --git a/python-twisted/unassembled/Platform.py b/python-twisted/unassembled/Platform.py index 7318703..0ad8ff8 100644 --- a/python-twisted/unassembled/Platform.py +++ b/python-twisted/unassembled/Platform.py @@ -26,7 +26,9 @@ class Pubnub(PubnubCoreAsync): secret_key = False, cipher_key = False, ssl_on = False, - origin = 'pubsub.pubnub.com' + origin = 'pubsub.pubnub.com', + pres_uuid = None, + auth_key = None ) : super(Pubnub, self).__init__( publish_key=publish_key, @@ -35,6 +37,8 @@ class Pubnub(PubnubCoreAsync): cipher_key=cipher_key, ssl_on=ssl_on, origin=origin, + uuid = pres_uuid, + auth_key = auth_key ) self.headers = {} self.headers['User-Agent'] = ['Python-Twisted'] -- cgit v1.2.3