Home | Trees | Index | Help |
|
---|
|
Describes a user of a MUC room.
The attributes of this object should not be changed directly.
Method Summary | |
---|---|
Initialize a MucRoomUser object. | |
bool |
Check if two MucRoomUser objects describe the same user in the
same room. |
Update user information. |
Instance Variable Summary | |
---|---|
str |
affiliation : user's affiliation. |
unicode |
nick : user's nick (resource part of room_jid ) |
MucPresence |
presence : last presence stanza received for the user. |
JID |
real_jid : user's real jid or None if not available. |
str |
role : user's role. |
JID |
room_jid : user's room jid. |
Method Details |
---|
__init__(self,
presence_or_user_or_jid)
|
same_as(self, other)Check if twoMucRoomUser objects describe the same user in the
same room.
|
update_presence(self, presence)Update user information.
|
Instance Variable Details |
---|
affiliationuser's affiliation.
|
nickuser's nick (resource part ofroom_jid )
|
presencelast presence stanza received for the user.
|
real_jiduser's real jid or None if not available.
|
roleuser's role.
|
room_jiduser's room jid.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Dec 26 17:57:47 2005 | http://epydoc.sf.net |