Package common :: Package zeroconf :: Module roster_zeroconf :: Class Roster
[hide private]
[frames] | no frames]

Class Roster

source code

Instance Methods [hide private]
 
__init__(self, zeroconf) source code
 
update_roster(self) source code
 
getRoster(self) source code
 
getDiffs(self)
Update the roster with new data and return dict with jid -> new status pairs to do notifications and stuff
source code
 
setItem(self, jid, name='', groups='') source code
 
setItemMulti(self, items) source code
 
delItem(self, jid) source code
 
getItem(self, jid) source code
 
__getitem__(self, jid) source code
 
getItems(self) source code
 
keys(self) source code
 
getRaw(self) source code
 
getResources(self, jid) source code
 
getGroups(self, jid) source code
 
getName(self, jid) source code
 
getStatus(self, jid) source code
 
getMessage(self, jid) source code
 
getShow(self, jid) source code
 
getPriority(self, jid) source code
 
getSubscription(self, jid) source code
 
Subscribe(self, jid) source code
 
Unsubscribe(self, jid) source code
 
Authorize(self, jid) source code
 
Unauthorize(self, jid) source code
Method Details [hide private]

__init__(self, zeroconf)
(Constructor)

source code 

update_roster(self)

source code 

getRoster(self)

source code 

getDiffs(self)

source code 
Update the roster with new data and return dict with jid -> new status pairs to do notifications and stuff

setItem(self, jid, name='', groups='')

source code 

setItemMulti(self, items)

source code 

delItem(self, jid)

source code 

getItem(self, jid)

source code 

__getitem__(self, jid)
(Indexing operator)

source code 

getItems(self)

source code 

keys(self)

source code 

getRaw(self)

source code 

getResources(self, jid)

source code 

getGroups(self, jid)

source code 

getName(self, jid)

source code 

getStatus(self, jid)

source code 

getMessage(self, jid)

source code 

getShow(self, jid)

source code 

getPriority(self, jid)

source code 

getSubscription(self, jid)

source code 

Subscribe(self, jid)

source code 

Unsubscribe(self, jid)

source code 

Authorize(self, jid)

source code 

Unauthorize(self, jid)

source code