rayo / xmpp

Fork of the XMPP XEP repo
http://gitorious.org/xmpp
3 stars 3 forks source link

Error type for "internal server error" #43

Closed bklang closed 12 years ago

bklang commented 12 years ago

In section 6.2.1.1 we list several possible error conditions. I suggest we add one for "the server encountered an internal error processing the request" as a catchall for some kind of server failing that is not protocol- or authorization-related.

benlangfeld commented 12 years ago

I would suggest we're covered by the core XMPP spec in this general case?

bklang commented 12 years ago

Is it worth mentioning this as a possible cause in the list of error causes? And specifying that existing XMPP errors are sufficient? I suggest this because we do this in other places.

benlangfeld commented 12 years ago

I would suggest mentioning that all standard XMPP errors may be used where one in the Rayo spec does not fit, but not mentioning any specific ones.