summaryrefslogtreecommitdiff
path: root/wocky/wocky-connector.h
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2011-03-08 09:08:16 +0000
committerJonny Lamb <jonny.lamb@collabora.co.uk>2011-03-08 09:08:16 +0000
commitdbd2c93d0d777091df23d16239d51032b90f20a7 (patch)
tree6dcc56f28dffe28c4e7e0d8b4827374b8b742184 /wocky/wocky-connector.h
parentccc668e882edb10c635c6e3282e4af0d63853ef8 (diff)
downloadwocky-dbd2c93d0d777091df23d16239d51032b90f20a7.tar.gz
connector: make WockyConnectorError conform a little more
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'wocky/wocky-connector.h')
-rw-r--r--wocky/wocky-connector.h66
1 files changed, 38 insertions, 28 deletions
diff --git a/wocky/wocky-connector.h b/wocky/wocky-connector.h
index 30cbddd..6c53091 100644
--- a/wocky/wocky-connector.h
+++ b/wocky/wocky-connector.h
@@ -39,35 +39,45 @@ typedef struct _WockyConnectorPrivate WockyConnectorPrivate;
/**
* WockyConnectorError:
- * @WOCKY_CONNECTOR_ERROR_UNKNOWN : Unexpected Error Condition
- * @WOCKY_CONNECTOR_ERROR_IN_PROGRESS : Connection Already Underway
- * @WOCKY_CONNECTOR_ERROR_BAD_JID : JID is Invalid
- * @WOCKY_CONNECTOR_ERROR_NON_XMPP_V1_SERVER : XMPP Version < 1
- * @WOCKY_CONNECTOR_ERROR_BAD_FEATURES : Feature Stanza Invalid
- * @WOCKY_CONNECTOR_ERROR_TLS_UNAVAILABLE : TLS Unavailable
- * @WOCKY_CONNECTOR_ERROR_TLS_REFUSED : TLS Refused by Server
- * @WOCKY_CONNECTOR_ERROR_TLS_SESSION_FAILED : TLS Handshake Failed
- * @WOCKY_CONNECTOR_ERROR_BIND_UNAVAILABLE : Bind Not Available
- * @WOCKY_CONNECTOR_ERROR_BIND_FAILED : Bind Failed
- * @WOCKY_CONNECTOR_ERROR_BIND_INVALID : Bind Args Invalid
- * @WOCKY_CONNECTOR_ERROR_BIND_DENIED : Bind Not Allowed
- * @WOCKY_CONNECTOR_ERROR_BIND_CONFLICT : Bind Resource In Use
- * @WOCKY_CONNECTOR_ERROR_BIND_REJECTED : Bind Error (Generic)
- * @WOCKY_CONNECTOR_ERROR_SESSION_FAILED : Session Failed
- * @WOCKY_CONNECTOR_ERROR_SESSION_DENIED : Session Refused by Server
- * @WOCKY_CONNECTOR_ERROR_SESSION_CONFLICT : Session Not Allowed
- * @WOCKY_CONNECTOR_ERROR_SESSION_REJECTED : Session Error
- * @WOCKY_CONNECTOR_ERROR_INSECURE : Insufficent Security for Requested Operation
- * @WOCKY_CONNECTOR_ERROR_REGISTRATION_FAILED : Account Registration Error
- * @WOCKY_CONNECTOR_ERROR_REGISTRATION_UNAVAILABLE : Account Registration Not Available
- * @WOCKY_CONNECTOR_ERROR_REGISTRATION_UNSUPPORTED : Account Registration Not Implemented
- * @WOCKY_CONNECTOR_ERROR_REGISTRATION_EMPTY : Account Registration Makes No Sense
- * @WOCKY_CONNECTOR_ERROR_REGISTRATION_CONFLICT : Account Already Registered
- * @WOCKY_CONNECTOR_ERROR_REGISTRATION_REJECTED : Account Registration Rejected
- * @WOCKY_CONNECTOR_ERROR_UNREGISTER_FAILED : Account Cancellation Failed
- * @WOCKY_CONNECTOR_ERROR_UNREGISTER_DENIED : Account Cancellation Refused
+ * @WOCKY_CONNECTOR_ERROR_UNKNOWN: Unexpected error condition
+ * @WOCKY_CONNECTOR_ERROR_IN_PROGRESS: Connection already underway
+ * @WOCKY_CONNECTOR_ERROR_BAD_JID: JID is invalid
+ * @WOCKY_CONNECTOR_ERROR_NON_XMPP_V1_SERVER: XMPP version < 1
+ * @WOCKY_CONNECTOR_ERROR_BAD_FEATURES: Feature stanza invalid
+ * @WOCKY_CONNECTOR_ERROR_TLS_UNAVAILABLE: TLS unavailable
+ * @WOCKY_CONNECTOR_ERROR_TLS_REFUSED: TLS refused by server
+ * @WOCKY_CONNECTOR_ERROR_TLS_SESSION_FAILED: TLS handshake failed
+ * @WOCKY_CONNECTOR_ERROR_BIND_UNAVAILABLE: Bind not available
+ * @WOCKY_CONNECTOR_ERROR_BIND_FAILED: Bind failed
+ * @WOCKY_CONNECTOR_ERROR_BIND_INVALID: Bind args invalid
+ * @WOCKY_CONNECTOR_ERROR_BIND_DENIED: Bind not allowed
+ * @WOCKY_CONNECTOR_ERROR_BIND_CONFLICT: Bind resource in use
+ * @WOCKY_CONNECTOR_ERROR_BIND_REJECTED: Bind error (generic)
+ * @WOCKY_CONNECTOR_ERROR_SESSION_FAILED: Session failed
+ * @WOCKY_CONNECTOR_ERROR_SESSION_DENIED: Session refused by server
+ * @WOCKY_CONNECTOR_ERROR_SESSION_CONFLICT: Session not allowed
+ * @WOCKY_CONNECTOR_ERROR_SESSION_REJECTED: Session error
+ * @WOCKY_CONNECTOR_ERROR_INSECURE: Insufficent security for requested
+ * operation
+ * @WOCKY_CONNECTOR_ERROR_REGISTRATION_FAILED: Account registration
+ * error
+ * @WOCKY_CONNECTOR_ERROR_REGISTRATION_UNAVAILABLE: Account
+ * registration not available
+ * @WOCKY_CONNECTOR_ERROR_REGISTRATION_UNSUPPORTED: Account
+ * registration not implemented
+ * @WOCKY_CONNECTOR_ERROR_REGISTRATION_EMPTY: Account registration
+ * makes no sense
+ * @WOCKY_CONNECTOR_ERROR_REGISTRATION_CONFLICT: Account already
+ * registered
+ * @WOCKY_CONNECTOR_ERROR_REGISTRATION_REJECTED: Account registration
+ * rejected
+ * @WOCKY_CONNECTOR_ERROR_UNREGISTER_FAILED: Account cancellation
+ * failed
+ * @WOCKY_CONNECTOR_ERROR_UNREGISTER_DENIED: Account cancellation
+ * refused
*
- * The #WockyConnector specific errors that can occur while connecting.
+ * The #WockyConnector specific errors that can occur while
+ * connecting.
*/
typedef enum {
WOCKY_CONNECTOR_ERROR_UNKNOWN,