Home | Trees | Indices | Help |
|
---|
|
client.Client --+ | JabberClient
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
DiscoInfo |
|
||
DiscoInfo |
|
||
|
|||
Inherited from |
|
|||
disco_identity : default identity of the default disco_info. |
|||
: DiscoInfo |
disco_info : default Disco#info reply for a query to an empty node -- provides information about the client and its supported fetures. |
||
: DiscoItems |
disco_items : default Disco#items reply for a query to an empty node. |
||
: bool
|
register : when True than registration will be started instead of authentication.
|
||
Inherited from |
|
|
Connect to the server and set up the stream. Set self.stream and notify self.state_changed when connection succeeds. Additionally, initialize Disco items and info of the client.
|
|
|
|
Handle a disco#info request. self.disco_get_info method will be used to prepare the query response.
|
Handle a disco#items request. self.disco_get_items method will be used to prepare the query response.
|
Called when session is started. Activates objects from
|
|
|
|
Fill-in the registration form provided by the server. This default implementation fills-in "username" and "passwords" fields only and instantly submits the form.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun May 8 13:35:00 2011 | http://epydoc.sourceforge.net |