Skip to content

Commit

Permalink
XEP-0272: Add revision block
Browse files Browse the repository at this point in the history
  • Loading branch information
mar-v-in authored and iNPUTmice committed Sep 17, 2024
1 parent b2fc80f commit d0d34ea
Showing 1 changed file with 22 additions and 11 deletions.
33 changes: 22 additions & 11 deletions xep-0272.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</abstract>
&LEGALNOTICE;
<number>0272</number>
<status>Deferred</status>
<status>Experimental</status>
<type>Standards Track</type>
<sig>Standards</sig>
<approver>Council</approver>
Expand All @@ -37,6 +37,17 @@
<email>[email protected]</email>
<jid>[email protected]</jid>
</author>
&larma;
<revision>
<version>0.2.0</version>
<date>2024-08-21</date>
<initials>lmw</initials>
<remark><ul>
<li>Send Jingle IQs to real JID</li>
<li>Define how to use with XEP-0482</li>
<li>Adjust namespace</li>
</ul></remark>
</revision>
<revision>
<version>0.1.2</version>
<date>2022-08-06</date>
Expand Down Expand Up @@ -140,9 +151,9 @@
<description xmlns='urn:xmpp:jingle:apps:rtp:0' media='audio'>
<payload-type id='97' name='speex' clockrate='8000'/>
<payload-type id='18' name='G729'/>
</description>
</content>
</muji>
</description>
</content>
</muji>
</presence>
]]></code>

Expand Down Expand Up @@ -224,10 +235,10 @@
<description xmlns='urn:xmpp:jingle:apps:rtp:0' media='audio'>
<payload-type id='97' name='speex' clockrate='8000'/>
<payload-type id='18' name='G729'/>
</description>
</content>
<preparing/>
</muji>
</description>
</content>
<preparing/>
</muji>
</presence>
]]></code>

Expand Down Expand Up @@ -260,9 +271,9 @@
<description xmlns='urn:xmpp:jingle:apps:rtp:0' media='audio'>
<payload-type id='97' name='speex' clockrate='8000'/>
<payload-type id='18' name='G729'/>
</description>
</content>
</muji>
</description>
</content>
</muji>
</presence>
]]></code>
</section1>
Expand Down

0 comments on commit d0d34ea

Please sign in to comment.