git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@374 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2007-01-18 18:29:06 +00:00
parent 9f0b6ebf9a
commit 13248c79f3
1 changed files with 2 additions and 2 deletions

View File

@ -199,7 +199,7 @@
<example caption='Entity publishes full profile'><![CDATA[
<iq type='set' id='setfull'>
<profile xmlns='http://jabber.org/protocol/profile'>
<x xmlns='jabber:x:data' type='result'>
<x xmlns='jabber:x:data' type='submit'>
<field var='FORM_TYPE' type='hidden'>
<value>http://jabber.org/protocol/profile</value>
</field>
@ -219,7 +219,7 @@
</profile>
</iq>
]]></example>
<p>If the server can succesfully process the request and host the full profile, it MUST return an IQ-result:</p>
<p>If the server can successfully process the request and host the full profile, it MUST return an IQ-result:</p>
<example caption='Server acknowledges success'><![CDATA[
<iq type='result' to='hamlet@denmark.lit/elsinore' id='setfull'/>
]]></example>