Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions xep-0060.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3039,7 +3039,7 @@ And by opposing end them?
<p>The "retract-oldest" option is the default one and SHOULD be implemented even if this configuration isn't supported.</p>
<p>It is RECOMMENDED for the service to follow the "first in, first out" rule and retract the oldest item. Depending on node configuration, deletion of an existing item MAY result in sending of a retract notification to the subscribers.</p>
<p>When configured as "discard-oldest", a service MUST discard the oldest item.</p>
<p>The "reject" option for this configuration is described in <link url="publisher-publish-error-nodefull">Node is full</link> publishing errors.</p>
<p>The "reject" option for this configuration is described in <link url="#publisher-publish-error-nodefull">Node is full</link> publishing errors.</p>
</section4>
</section3>
<section3 topic='Error Cases' anchor='publisher-publish-error'>
Expand Down Expand Up @@ -3102,7 +3102,7 @@ And by opposing end them?
from='pubsub.shakespeare.lit'
to='[email protected]/elsinore'
id='publish1'>
<error type='cancel'
<error type='cancel'>
<conflict xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
<node-full xmlns='http://jabber.org/protocol/pubsub#errors'/>
</error>
Expand Down