mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-23 17:52:15 -05:00
xep-0284: Fix xmlns in disco#info examples
XEP-0030 was from the `http://jabber.org/protocol/*` era, nothing else uses `http://xmpp.org/protocol`. This appears to be a mistake, which is corrected in this commit.
This commit is contained in:
parent
c8e9cebc6b
commit
53c9d4a4f8
@ -265,13 +265,13 @@
|
||||
to='kingclaudius@shakespeare.lit/castle'
|
||||
id='disco1'>
|
||||
type='get'>
|
||||
<query xmlns='http://xmpp.org/protocol/disco#info'/>
|
||||
<query xmlns='http://jabber.org/protocol/disco#info'/>
|
||||
</iq>
|
||||
]]></example>
|
||||
<p>If the host supports Shared XML Editing over XMPP, it MUST return features of "urn:xmpp:sxe:0" and "urn:xmpp:jingle:transports:sxe" &NSNOTE;:</p>
|
||||
<example caption='Service discovery response'><![CDATA[
|
||||
<iq from='laertes@shakespeare.lit/castle' to='kingclaudius@shakespeare.lit/castle' type='result' id='disco1'>
|
||||
<query xmlns='http://xmpp.org/protocol/disco#info'>
|
||||
<query xmlns='http://jabber.org/protocol/disco#info'>
|
||||
<identity category='client' type='pc'/>
|
||||
...
|
||||
<feature var='urn:xmpp:sxe:0'/>
|
||||
|
Loading…
Reference in New Issue
Block a user