mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 16:55:07 -05:00
0.4
This commit is contained in:
parent
b6f77e8fd3
commit
5c3e51ed16
10
xep-0280.xml
10
xep-0280.xml
@ -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[
|
||||
|
Loading…
Reference in New Issue
Block a user