Package xmpp :: Module session
[show private | hide private]
[frames | no frames]

Module xmpp.session

Classes
Session The Session class instance is used for storing all session-related info like credentials, socket/xml stream/session state flags, roster items (in case of client type connection) etc.

Variable Summary
str __version__ = '$Id'
int SESSION_AUTHED = 2                                                                     
int SESSION_BOUND = 3                                                                     
int SESSION_CLOSED = 5                                                                     
int SESSION_NOT_AUTHED = 1                                                                     
int SESSION_OPENED = 4                                                                     
int SOCKET_ALIVE = 1                                                                     
int SOCKET_DEAD = 2                                                                     
int SOCKET_UNCONNECTED = 0                                                                     
int STREAM__CLOSED = 4                                                                     
int STREAM__CLOSING = 3                                                                     
int STREAM__NOT_OPENED = 1                                                                     
int STREAM__OPENED = 2                                                                     

Variable Details

__version__

Type:
str
Value:
'$Id'                                                                  

SESSION_AUTHED

Type:
int
Value:
2                                                                     

SESSION_BOUND

Type:
int
Value:
3                                                                     

SESSION_CLOSED

Type:
int
Value:
5                                                                     

SESSION_NOT_AUTHED

Type:
int
Value:
1                                                                     

SESSION_OPENED

Type:
int
Value:
4                                                                     

SOCKET_ALIVE

Type:
int
Value:
1                                                                     

SOCKET_DEAD

Type:
int
Value:
2                                                                     

SOCKET_UNCONNECTED

Type:
int
Value:
0                                                                     

STREAM__CLOSED

Type:
int
Value:
4                                                                     

STREAM__CLOSING

Type:
int
Value:
3                                                                     

STREAM__NOT_OPENED

Type:
int
Value:
1                                                                     

STREAM__OPENED

Type:
int
Value:
2                                                                     

Generated by Epydoc 2.1 on Mon Mar 6 14:11:54 2006 http://epydoc.sf.net