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:
parent
ee441f1313
commit
60f25afbdf
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user