-
Notifications
You must be signed in to change notification settings - Fork 15
/
jingle-apps.xml
34 lines (31 loc) · 982 Bytes
/
jingle-apps.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE registry SYSTEM 'reg.dtd' [
<!ENTITY % ents SYSTEM 'reg.ent'>
<!ELEMENT registry ( meta, application* ) >
<!ELEMENT application ( name, desc, transport, doc ) >
<!ELEMENT transport (#PCDATA)* >
%ents;
]>
<?xml-stylesheet type='text/xsl' href='jingle-apps.xsl'?>
<registry>
<meta>
<title>Jingle Application Formats</title>
&LEGALNOTICE;
<overview>This is the official registry of Jingle Application Formats as maintained by the ®ISTRAR; and authorized by &xep0166;.</overview>
<revision>
<version>0.1</version>
<date>2009-06-10</date>
<initials>psa</initials>
<remark>Initial version, populated with "rtp" application format from XEP-0167.</remark>
</revision>
</meta>
<application>
<name>rtp</name>
<desc>
Jingle sessions that support media exchange
via the Real-time Transport Protocol.
</desc>
<transport>datagram</transport>
<doc>XEP-0167</doc>
</application>
</registry>