Package pyxmpp :: Module message
[show private | hide private]
[frames | no frames]

Module pyxmpp.message

Message XMPP stanza handling

Normative reference:
  - `RFC 3920 <http://www.ietf.org/rfc/rfc3920.txt>`__

Classes
Message Wraper object for <message /> stanzas.

Variable Summary
str __revision__ = '$Id: message.py 548 2005-03-02 21:13:51Z...
tuple message_types = ('normal', 'chat', 'headline', 'error', ...

Imported modules:
libxml2
Imported classes:
Stanza
Imported exceptions:
StanzaError
Imported functions:
from_utf8, to_utf8
Imported variables:
common_ns
Variable Details

__revision__

Type:
str
Value:
'$Id: message.py 548 2005-03-02 21:13:51Z jajcus $'                    

message_types

Type:
tuple
Value:
('normal', 'chat', 'headline', 'error', 'groupchat')                   

Generated by Epydoc 2.1 on Wed May 31 22:36:59 2006 http://epydoc.sf.net