XEP ideas/Server status page

From XMPP WIKI
Revision as of 12:49, 23 April 2020 by Pep. (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


A way for clients to obtain the status page of a service that it could display to users when said service is experiencing issues.

https://mail.jabber.org/pipermail/standards/2018-December/035514.html

0157 Contact Addresses for XMPP Services

Clients would have to cache it to display it back when it's necessary

DNS

_status.jabberfr.org IN URI 0 0 "https://statut.jabberfr.org/"

(URI resource record)

DNS having more chance to be alive when the server is down, this would prevent the need for caching. It might require services allowing users to have their own domain to also indicate that they need to setup another record for their users.

<stream:error/> answer

Maybe all is needed is an entity replying something along the lines of <stream:error><system-shutdown/><text>Service down because reasons.<////>