mirror of
https://github.com/moparisthebest/xeps
synced 2024-12-21 23:28:51 -05:00
typos
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@963 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
fa63e0b57a
commit
635b40e3b8
@ -197,15 +197,18 @@
|
||||
]]></example>
|
||||
<p>The PEP service running at the user's server then SHOULD return the avatar data:</p>
|
||||
<example caption='Publishing avatar data to data node'><![CDATA[
|
||||
<iq type='result' from='juliet@capulet.com' to='romeo@montague.net/home' id='publish1'>
|
||||
<iq type='result'
|
||||
from='juliet@capulet.com'
|
||||
to='romeo@montague.net/home'
|
||||
id='retrieve1'>
|
||||
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
|
||||
<publish node='http://www.xmpp.org/extensions/xep-0084.html#ns-data'>
|
||||
<items node='http://www.xmpp.org/extensions/xep-0084.html#ns-data'>
|
||||
<item id='111f4b3c50d7b0df729d299bc6f8e9ef9066971f'>
|
||||
<data xmlns='http://www.xmpp.org/extensions/xep-0084.html#ns-data'>
|
||||
qANQR1DBwU4DX7jmYZnncm...
|
||||
</data>
|
||||
</item>
|
||||
</publish>
|
||||
</items>
|
||||
</pubsub>
|
||||
</iq>
|
||||
]]></example>
|
||||
|
Loading…
Reference in New Issue
Block a user