removed legacy text about associated room

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3900 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2010-01-30 13:23:08 +00:00
parent baa9a73b73
commit f188daab5b
1 changed files with 1 additions and 2 deletions

View File

@ -5358,11 +5358,10 @@ And by opposing end them?
<li>In the context of a group weblog, different users might publish to the weblog and replies might go to the publisher of an entry rather than to the weblog owner.</li>
<li>In the context of an integrated pubsub and multi-user chat system, the node owner might be the room owner but all replies need to be sent to the room rather than to the owner.</li>
</ul>
<p>Therefore we define the "itemreply" node configuration option, with three possible values:</p>
<p>Therefore we define the "itemreply" node configuration option, with two possible values:</p>
<ul>
<li>"owner" (i.e., the node owner or an alias for the node owners)</li>
<li>"publisher" (i.e., the item publisher)</li>
<li>"room" (i.e., the MUC room associated with the room)</li>
</ul>
<p>A node owner MUST NOT define more than one of these options.</p>
<p>An example is shown below.</p>