-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathxmpp_errors.def
20 lines (20 loc) · 1.37 KB
/
xmpp_errors.def
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
XMPP_ERROR(STANZA_ERROR_BAD_REQUEST, "bad-request", "modify")
XMPP_ERROR(STANZA_ERROR_CONFLICT, "conflict", "cancel")
XMPP_ERROR(STANZA_ERROR_FEATURE_NOT_IMPLEMENTED, "feature-not-implemented", "modify")
XMPP_ERROR(STANZA_ERROR_FORBIDDEN, "forbidden", "auth")
XMPP_ERROR(STANZA_ERROR_GONE, "gone", "modify")
XMPP_ERROR(STANZA_ERROR_INTERNAL_SERVER_ERROR, "internal-server-error", "wait")
XMPP_ERROR(STANZA_ERROR_ITEM_NOT_FOUND, "item-not-found", "cancel")
XMPP_ERROR(STANZA_ERROR_JID_MALFORMED, "jid-malformed", "modify")
XMPP_ERROR(STANZA_ERROR_NOT_ACCEPTABLE, "not-acceptable", "modify")
XMPP_ERROR(STANZA_ERROR_NOT_ALLOWED, "not-allowed", "cancel")
XMPP_ERROR(STANZA_ERROR_NOT_AUTHORIZED, "not-authorized", "auth")
XMPP_ERROR(STANZA_ERROR_RECIPIENT_UNAVAILABLE, "recipient-unavailable", "wait")
XMPP_ERROR(STANZA_ERROR_REDIRECT, "redirect", "modify")
XMPP_ERROR(STANZA_ERROR_REGISTRATION_REQUIRED, "registration-required", "auth")
XMPP_ERROR(STANZA_ERROR_REMOTE_SERVER_NOT_FOUND, "remote-server-not-found", "cancel")
XMPP_ERROR(STANZA_ERROR_REMOTE_SERVER_TIMEOUT, "remote-server-timeout", "wait")
XMPP_ERROR(STANZA_ERROR_RESOURCE_CONSTRAINT, "resource-constraint", "wait")
XMPP_ERROR(STANZA_ERROR_SERVICE_UNAVAILABLE, "service-unavailable", "cancel")
XMPP_ERROR(STANZA_ERROR_UNDEFINED_CONDITION, "undefined-condition", "wait")
XMPP_ERROR(STANZA_ERROR_UNEXPECTED_REQUEST, "unexpected-request", "wait")