Example #1
0
 def __init__(self, pubnub):
     Endpoint.__init__(self, pubnub)
     self._channel = None
     self._message = None
     self._should_store = None
     self._use_post = None
     self._meta = None
Example #2
0
 def __init__(self, pubnub):
     Endpoint.__init__(self, pubnub)
     self._start = None
     self._end = None
     self._limit = GetSpaces.MAX_LIMIT
     self._count = False
     self._include = None
Example #3
0
 def __init__(self, pubnub):
     Endpoint.__init__(self, pubnub)
     self._channels = None
     self._device_id = None
     self._push_type = None
     self._topic = None
     self._environment = None
 def __init__(self, pubnub):
     Endpoint.__init__(self, pubnub)
     self._channel = None
     self._start = None
     self._end = None
     self._reverse = None
     self._count = None
     self._include_timetoken = None
Example #5
0
 def __init__(self, pubnub):
     Endpoint.__init__(self, pubnub)
     self._channels = []
     self._start = None
     self._end = None
     self._count = None
     self._include_meta = None
     self._include_message_actions = None
Example #6
0
 def __init__(self, pubnub):
     Endpoint.__init__(self, pubnub)
     self._channel = None
     self._message = None
     self._should_store = None
     self._replicate = None
     self._use_post = None
     self._meta = None
Example #7
0
 def __init__(self, pubnub):
     Endpoint.__init__(self, pubnub)
     self._channel = None
     self._start = None
     self._end = None
     self._reverse = None
     self._count = None
     self._include_timetoken = None
Example #8
0
 def __init__(self, pubnub):
     Endpoint.__init__(self, pubnub)
     self._start = None
     self._end = None
     self._limit = GetSpaceMemberships.MAX_LIMIT
     self._count = False
     self._include = None
     self._user_id = None
     self._filter = None
 def __init__(self, pubnub):
     Endpoint.__init__(self, pubnub)
     self._start = None
     self._end = None
     self._limit = ManageMemberships.MAX_LIMIT
     self._count = False
     self._include = None
     self._user_id = None
     self._data = None
Example #10
0
    def __init__(self, pubnub):
        Endpoint.__init__(self, pubnub)
        self._ttl = None
        self._meta = None
        self._authorized_uuid = None
        self._channels = []
        self._groups = []
        self._uuids = []

        self._sort_params = True
Example #11
0
    def __init__(self, pubnub):
        Endpoint.__init__(self, pubnub)
        self._ttl = None
        self._meta = None
        self._channels = []
        self._groups = []
        self._users = []
        self._spaces = []

        self._sort_params = True
Example #12
0
    def __init__(self, pubnub):
        Endpoint.__init__(self, pubnub)
        self._auth_keys = []
        self._channels = []
        self._groups = []
        self._read = None
        self._write = None
        self._manage = None
        self._ttl = None

        self._sort_params = True
Example #13
0
    def __init__(self, pubnub):
        Endpoint.__init__(self, pubnub)
        self._auth_keys = []
        self._channels = []
        self._groups = []
        self._read = None
        self._write = None
        self._manage = None
        self._ttl = None

        self._sort_params = True
Example #14
0
File: leave.py Project: vtpp/python
 def __init__(self, pubnub):
     Endpoint.__init__(self, pubnub)
     self._channels = []
     self._groups = []
 def __init__(self, pubnub):
     Endpoint.__init__(self, pubnub)
     self._channel = None
     self._start = None
     self._end = None
 def __init__(self, pubnub):
     Endpoint.__init__(self, pubnub)
     self._channel = []
     self._channels_timetoken = []
Example #17
0
 def __init__(self, pubnub):
     Endpoint.__init__(self, pubnub)
     self._space_id = None
 def __init__(self, pubnub):
     Endpoint.__init__(self, pubnub)
     self._space_id = None
     self._include = None
     self._data = None
Example #19
0
 def __init__(self, pubnub, subscription_manager=None):
     Endpoint.__init__(self, pubnub)
     self._subscription_manager = subscription_manager
     self._channels = []
     self._groups = []
     self._state = None
Example #20
0
 def __init__(self, pubnub, subscription_manager=None):
     Endpoint.__init__(self, pubnub)
     self._subscription_manager = subscription_manager
     self._channels = []
     self._groups = []
     self._state = None
Example #21
0
 def __init__(self, pubnub):
     Endpoint.__init__(self, pubnub)
     self._channels = []
     self._groups = []
Example #22
0
 def __init__(self, pubnub):
     Endpoint.__init__(self, pubnub)
     self._channel_group = None
 def __init__(self, pubnub):
     Endpoint.__init__(self, pubnub)
     self._channel = None
     self._message = None
 def __init__(self, pubnub):
     Endpoint.__init__(self, pubnub)
     self._uuid = pubnub.config.uuid
 def __init__(self, pubnub):
     Endpoint.__init__(self, pubnub)
     self._channel_group = None
Example #26
0
 def __init__(self, pubnub):
     Endpoint.__init__(self, pubnub)
     self._user_id = None
 def __init__(self, pubnub):
     Endpoint.__init__(self, pubnub)
     self._device_id = None
     self._push_type = None
Example #28
0
 def __init__(self, pubnub):
     Endpoint.__init__(self, pubnub)
     self._channels = []
     self._channel_groups = []
     self._include_state = False
     self._include_uuids = True
Example #29
0
 def __init__(self, pubnub, token):
     Endpoint.__init__(self, pubnub)
     self.token = token
Example #30
0
 def __init__(self, pubnub):
     Endpoint.__init__(self, pubnub)
     self._include = {}
     self._data = None
Example #31
0
 def __init__(self, pubnub):
     Endpoint.__init__(self, pubnub)
     self._uuid = pubnub.config.uuid
Example #32
0
 def __init__(self, pubnub):
     Endpoint.__init__(self, pubnub)
     self._channel = None
     self._message_timetoken = None
     self._action_timetoken = None
 def __init__(self, pubnub):
     Endpoint.__init__(self, pubnub)
Example #34
0
 def __init__(self, pubnub):
     Endpoint.__init__(self, pubnub)
     self._channel = None
     self._start = None
     self._end = None
     self._limit = GetMessageActions.MAX_LIMIT