Package common :: Module contacts :: Class CommonContact
[hide private]
[frames] | no frames]

Class CommonContact

source code


Instance Methods [hide private]
 
__init__(self, jid, account, resource, show, status, name, our_chatstate, composing_xep, chatstate, client_caps=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
get_full_jid(self) source code
 
get_shown_name(self) source code
 
supports(self, requested_feature)
Return True if the contact has advertised to support the feature identified by the given namespace.
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, jid, account, resource, show, status, name, our_chatstate, composing_xep, chatstate, client_caps=None)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

get_full_jid(self)

source code 

get_shown_name(self)

source code 

supports(self, requested_feature)

source code 
Return True if the contact has advertised to support the feature identified by the given namespace. False otherwise.