Home | Trees | Indices | Help |
|
---|
|
object --+ | objects.StanzaPayloadObject --+ | VCard
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
str
|
|
||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
: unicode
|
xml_element_name =
: name for the XML element provided by the class. |
||
: unicode
|
xml_element_namespace =
: namespace URI for the XML element provided by the class. |
||
components = {"FN":(VCardString, "required"), "N":(VCardName,
|
|
|||
: list of VCardAdr
|
adr : address(es). |
||
: list of VCardString
|
bday : birthday date(s). |
||
: list of VCardCategories
|
categories : categories. |
||
: list of VCardString
|
class : class(es). |
||
: list of VCardXString
|
desc : description. |
||
: list of VCardEmail
|
email : e-mail address(es). |
||
: VCardString, |
fn : full name. |
||
: list of VCardGeo
|
geo : geolocation(s). |
||
: list of VCardJID
|
jabberid : JID(s). |
||
: list of VCardKey
|
key : key(s). |
||
: list of VCardLabel
|
label : address label(s). |
||
: list of VCardImage
|
logo : logo(s). |
||
: list of VCardString
|
mailer : mailer(s). |
||
: VCardName, |
n : structural name. |
||
: list of VCardString
|
nickname : nickname(s). |
||
: list of VCardString
|
note : note(s). |
||
: list of VCardOrg
|
org : organization(s). |
||
: list of VCardImage
|
photo : photo(s). |
||
: list of VCardString
|
prodid : product id(s). |
||
: list of VCardString
|
rev : revision(s). |
||
: list of VCardString
|
role : role(s). |
||
: list of VCardString
|
sort-string : sort string(s). |
||
: list of VCardSound
|
sound : sound(s). |
||
: list of VCardTel
|
tel : phone number(s). |
||
: list of VCardString
|
title : title(s). |
||
: list of VCardString
|
tz : timezone(s). |
||
: list of VCardString
|
uid : user identifier(s). |
||
: list of VCardString
|
url : URL(s). |
|
|||
Inherited from |
|
|
Initialize the mandatory self.fn from self.n. This is a workaround for buggy clients which set only one of them. |
|
|
self .
|
repr(x)
|
self .
|
Complete the XML node with Should be overriden in classes derived from StanzaPayloadObject.
|
|
components
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun May 8 13:35:02 2011 | http://epydoc.sourceforge.net |