Home | Trees | Index | Help |
|
---|
|
object
--+ |MucItemBase
--+ | MucItem
Method Summary | |
---|---|
Initialize a MucItem object. | |
libxml2.xmlNode |
Create XML representation of self . |
Initialize a MucItem object from an XML node. | |
Initialize a MucItem object from a set of attributes. | |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Instance Variable Summary | |
---|---|
JID |
actor : actor modyfying the user data. |
str |
affiliation : affiliation of the user. |
JID |
jid : JID of the user. |
unicode |
nick : nickname of the user. |
unicode |
reason : reason of change of the user data. |
str |
role : role of the user. |
Method Details |
---|
__init__(self,
xmlnode_or_affiliation,
role=None,
jid=None,
nick=None,
actor=None,
reason=None)
Initialize a |
as_xml(self, parent)Create XML representation ofself .
|
__from_xmlnode(self, xmlnode)Initialize aMucItem object from an XML node.
|
__init(self, affiliation, role, jid=None, nick=None, actor=None, reason=None)Initialize aMucItem object from a set of attributes.
|
Instance Variable Details |
---|
actoractor modyfying the user data.
|
affiliationaffiliation of the user.
|
jidJID of the user.
|
nicknickname of the user.
|
reasonreason of change of the user data.
|
rolerole of the user.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Dec 26 17:57:33 2005 | http://epydoc.sf.net |