| Home | Trees | Index | Help |
|
|---|
| Package pyxmpp :: Package jabber :: Module vcard :: Class VCardJID |
|
VCardField --+
|
VCardJID
JID vCard field.
This field is not defined in RFC 2426, so it will be named 'x-jabberid'
in RFC 2425 output.
:Ivariables:
- `value`: field value.
:Types:
- `value`: `JID`
| Method Summary | |
|---|---|
Initialize a `VCardJID` object. | |
__str__(self)
| |
__unicode__(self)
| |
Create vcard-tmp XML representation of the field. | |
RFC2426-encode the field content. | |
| Inherited from VCardField | |
| |
| Method Details |
|---|
__init__(self,
name,
value,
rfc2425parameters=None)
|
as_xml(self, parent)
Create vcard-tmp XML representation of the field.
:Parameters:
- `parent`: parent node for the element
:Types:
- `parent`: `libxml2.xmlNode`
:return: xml node with the field data.
:returntype: `libxml2.xmlNode`
|
rfc2426(self)RFC2426-encode the field content. :return: the field in the RFC 2426 format. :returntype: `str`
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Wed May 31 22:36:58 2006 | http://epydoc.sf.net |