| Trees | Indices | Help |
|
|---|
|
|
An encrypted stanza negotiation has several states. They arerepresented as the following values in the 'status' attribute of the session object:
- None:
default state
- 'requested-e2e':
this client has initiated an esession negotiation and is waiting for a response
- 'responded-e2e':
this client has responded to an esession negotiation request and is waiting for the initiator to identify itself and complete the negotiation
- 'identified-alice':
this client identified itself and is waiting for the responder to identify itself and complete the negotiation
- 'active':
an encrypted session has been successfully negotiated. messages of any of the types listed in 'encryptable_stanzas' should be encrypted before they're sent.
The transition between these states is handled in gajim.py's handle_session_negotiation method.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
kc_s = property(get_kc_s, set_kc_s)
|
|||
kc_o = property(get_kc_o, set_kc_o)
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Send an error and cancels everything If fields is None, the remote party has given us a bad cryptographic value of some kind. Otherwise, list the fields we haven't implemented. |
|
|
|||
kc_s
|
kc_o
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 12 02:06:48 2010 | http://epydoc.sourceforge.net |