This commit is contained in:
stpeter 2011-08-30 11:41:18 -06:00
parent b6f77e8fd3
commit 5c3e51ed16
1 changed files with 8 additions and 2 deletions

View File

@ -38,6 +38,12 @@
<email>linuxwolf@outer-planes.net</email>
<jid>linuxwolf@outer-planes.net</jid>
</author>
<revision>
<version>0.4</version>
<date>2011-08-29</date>
<initials>mm</initials>
<remark><p>Fixed typos in examples.</p></remark>
</revision>
<revision>
<version>0.3</version>
<date>2011-07-11</date>
@ -123,7 +129,7 @@
<iq xmlns='jabber:client'
type='set'
id='enable1'>
<enable var='urn:xmpp:carbons:1'/>
<enable xmlns='urn:xmpp:carbons:1'/>
</iq>]]></example>
<p>Carbons will generally be enabled before the client sends the first undirected presence, to ensure that all inbound messages will be delivered according to the Carbon rules. The server will respond with an IQ result when Carbons are enabled:</p>
<example caption='Server acknowledges Carbons enablement'><![CDATA[
@ -138,7 +144,7 @@
<iq xmlns='jabber:client'
type='set'
id='disable1'>
<disable var='urn:xmpp:carbons:1'/>
<disable xmlns='urn:xmpp:carbons:1'/>
</iq>]]></example>
<p>The server will respond with an IQ result when Carbons are disabled:</p>
<example caption='Server acknowledges Carbons enablement'><![CDATA[