Package common :: Module pep :: Class UserLocationPEP
[hide private]
[frames] | no frames]

Class UserLocationPEP

source code


XEP-0080: User Location
Instance Methods [hide private]
 
_extract_info(self, items)
To be implemented by subclasses
source code
 
_update_account(self, account) source code
 
asPixbufIcon(self)
SHOULD be implemented by subclasses
source code
 
asMarkupText(self)
SHOULD be implemented by subclasses
source code

Inherited from AbstractPEP: __init__

Inherited from AbstractPEP (private): _update_contacts

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

Class Methods [hide private]

Inherited from AbstractPEP: get_tag_as_PEP

Class Variables [hide private]
  type = 'location'
  namespace = 'http://jabber.org/protocol/geoloc'
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

_extract_info(self, items)

source code 
To be implemented by subclasses
Overrides: AbstractPEP._extract_info
(inherited documentation)

_update_account(self, account)

source code 
Overrides: AbstractPEP._update_account

asPixbufIcon(self)

source code 
SHOULD be implemented by subclasses
Overrides: AbstractPEP.asPixbufIcon
(inherited documentation)

asMarkupText(self)

source code 
SHOULD be implemented by subclasses
Overrides: AbstractPEP.asMarkupText
(inherited documentation)

Class Variable Details [hide private]

type

Value:
'location'

namespace

Value:
'http://jabber.org/protocol/geoloc'