added missing reference to XEP-0033

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1816 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2008-04-29 02:19:43 +00:00
parent 6594b9a72c
commit a112055683
1 changed files with 3 additions and 2 deletions

View File

@ -5764,8 +5764,9 @@ And by opposing end them?
<p>Therefore we define three node configuration options:</p>
<ul>
<li>pubsub#itemreply -- the per-item policy for replies (the value is "owner" or "publisher").</li>
<li>pubsub#replyto -- the specific user JID(s) to which replies should be sent.</li>
<li>pubsub#replyroom -- the multi-user chat room to which replies should be sent.</li>
<li>pubsub#replyto -- the specific user JID(s) to which replies should be sent, where the reply-to-JID information is provided by means of a &xep0033; header of type "replyto".</li>
<li>pubsub#replyroom -- the multi-user chat room to which replies should be sent, where the reply-to-room information is provided by means of an <cite>Extended Stanza Addressing</cite> header of type "replyroom".</li>
.</li>
</ul>
<p>A node owner MUST NOT define more than one of these options.</p>
<p>An example is shown below.</p>