mirror of
https://github.com/moparisthebest/xeps
synced 2025-02-16 07:10:15 -05:00
XEP-0406: fix xmlns in example
This commit is contained in:
parent
e4d3f721c2
commit
c3bcc4b691
@ -214,7 +214,7 @@
|
|||||||
id='lx09df27'
|
id='lx09df27'
|
||||||
to='mix.shakespeare.example'
|
to='mix.shakespeare.example'
|
||||||
type='get'>
|
type='get'>
|
||||||
<pubsub xmlns='http://jabber.org/protocol/'>
|
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
|
||||||
<items node='urn:xmpp:mix:nodes:info'/>
|
<items node='urn:xmpp:mix:nodes:info'/>
|
||||||
</pubsub>
|
</pubsub>
|
||||||
</iq>
|
</iq>
|
||||||
@ -223,7 +223,7 @@
|
|||||||
id='lx09df27'
|
id='lx09df27'
|
||||||
to='hag66@shakespeare.example/UUID-a1j/7533'
|
to='hag66@shakespeare.example/UUID-a1j/7533'
|
||||||
type='result'>
|
type='result'>
|
||||||
<pubsub xmlns='http://jabber.org/protocol/'>
|
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
|
||||||
<items node='urn:xmpp:mix:nodes:info'>
|
<items node='urn:xmpp:mix:nodes:info'>
|
||||||
<item>
|
<item>
|
||||||
<x xmlns='jabber:x:data' type='form'>
|
<x xmlns='jabber:x:data' type='form'>
|
||||||
|
Loading…
Reference in New Issue
Block a user