CaptchaStatus
Description:
[ CCode ( cprefix = "TP_CAPTCHA_STATUS_" , has_type_id = false ) ]
public enum CaptchaStatus
Bitfield/set of flags generated from the Telepathy specification.
Content:
Enum values:
- FAILED -
Authentication has failed in some way.
- LOCAL_PENDING -
The challenge/response exchange is in progress and waiting for a local action.
- REMOTE_PENDING -
The challenge/response exchange is in progress and waiting for a response from the server.
- SUCCEEDED -
Everyone is happy.
- TRY_AGAIN - The
server has indicated an authentication failure.