git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@963 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2007-06-18 15:55:23 +00:00
parent fa63e0b57a
commit 635b40e3b8
1 changed files with 6 additions and 3 deletions

View File

@ -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>