1
0
mirror of https://github.com/moparisthebest/xeps synced 2024-11-21 08:45:04 -05:00

XEP-0060: Fix two wrongly copy/pasted message ids.

This commit is contained in:
Emmanuel Gil Peyrot 2015-08-08 15:51:42 +01:00 committed by Matthew A. Miller
parent ee441f1313
commit 60f25afbdf

View File

@ -4261,7 +4261,7 @@ And by opposing end them?
<example caption='Node or service does not support subscription management'><![CDATA[
<iq type='error'
from='pubsub.shakespeare.lit'
id='purge1'>
id='subman1'>
<error type='cancel'>
<feature-not-implemented xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
<unsupported xmlns='http://jabber.org/protocol/pubsub#errors'
@ -4287,7 +4287,7 @@ And by opposing end them?
<example caption='Node does not exist'><![CDATA[
<iq type='error'
from='pubsub.shakespeare.lit'
id='purge1'>
id='subman1'>
<error type='cancel'>
<item-not-found xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
</error>