XEP-0281: Remove the supersededby note.

With the previous commit it is functionally equivalent, so no version
bump.
This commit is contained in:
Emmanuel Gil Peyrot 2017-01-28 20:42:29 +00:00 committed by Sam Whited
parent d97d9f6c84
commit 41ad35b7a6
1 changed files with 1 additions and 3 deletions

View File

@ -9,7 +9,7 @@
<xep>
<header>
<title>DMUC1: Distributed Multi-User Chat</title>
<abstract>This document defines methods for distributing Multi-User Chat (MUC) rooms across multiple chat services. Note: This document has been retracted by the author in favor of XEP-0289.</abstract>
<abstract>This document defines methods for distributing Multi-User Chat (MUC) rooms across multiple chat services.</abstract>
&LEGALNOTICE;
<number>0281</number>
<status>Retracted</status>
@ -53,8 +53,6 @@
<section1 topic='Introduction' anchor='intro'>
<p><em>Note: This document has been retracted by the author in favor of &xep0289;.</em></p>
<section2 topic='Motivation' anchor='motivation'>
<p>&xep0045; defines a full-featured technology for multi-user text conferencing in XMPP. By design, <cite>XEP-0045</cite> assumes that a conference room is hosted at a single service, which can be accessed from any point on the network. However, this assumption introduces a single point of failure for the conference room, since if occupants at a using domain lose connectivity to the hosting domain then they also lose connectivity to the room. In some deployment scenarios (and even on the open Internet) this behavior is suboptimal. Therefore, this document attempts to define a technology for distributing MUC rooms across multiple services.</p>
</section2>