Package spade :: Package xmppd :: Package modules :: Module muc :: Class Participant
[hide private]
[frames] | no frames]

Class Participant

source code

A client that participates in a MUC room

Instance Methods [hide private]
 
__init__(self, fulljid, barejid=None, nick=None, role=None, affiliation=None) source code
 
__str__(self) 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
 
getRole(self)
Get the participant's role
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