freeswitch/src/mod/event_handlers/mod_rayo/xmpp_errors.def

21 lines
1.4 KiB
Modula-2

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")