|
__init__(self,
fulljid,
barejid=None,
nick=None,
role=None,
affiliation=None) |
source code
|
|
|
|
|
getFullJID(self)
Get the participant's full JID |
source code
|
|
|
getBareJID(self)
Get the participant's bare JID |
source code
|
|
|
getNick(self)
Get the participant's nickname |
source code
|
|
|
|
|
getAffiliation(self)
Get the participant's affiliation |
source code
|
|
|
setFullJID(self,
fulljid)
Set the participant's full JID |
source code
|
|
|
setBareJID(self,
barejid)
Set the participant's bare JID |
source code
|
|
|
setNick(self,
nick)
Set the participant's nickname |
source code
|
|
|
setRole(self,
role)
Set the participant's role |
source code
|
|
|
setAffiliation(self,
affiliation)
Set the participant's affiliation |
source code
|
|