SASLStatus
Description:
[ CCode ( cprefix = "TP_SASL_STATUS_" , has_type_id = false ) ]
public enum SASLStatus
Bitfield/set of flags generated from the Telepathy specification.
Content:
Enum values:
- CLIENT_ACCEPTED -
The Handler has indicated successful authentication, and the connection manager is waiting for confirmation from the server.
- CLIENT_FAILED -
The client has indicated an authentication failure.
- IN_PROGRESS - The
challenge/response exchange is in progress.
- NOT_STARTED - The
initial state.
- SERVER_FAILED -
The server has indicated an authentication failure.
- SERVER_SUCCEEDED -
The server has indicated successful authentication, and the connection manager is waiting for confirmation from the
Handler.
- SUCCEEDED - Everyone
is happy (the server sent success, and the client has called AcceptSASL).