-
Notifications
You must be signed in to change notification settings - Fork 15
/
alt-connections.xml
51 lines (46 loc) · 1.61 KB
/
alt-connections.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE registry SYSTEM 'reg.dtd' [
<!ENTITY % ents SYSTEM 'reg.ent'>
<!ELEMENT registry ( meta, method* ) >
<!ELEMENT method ( name, desc, syntax, doc ) >
<!ELEMENT syntax (#PCDATA)* >
%ents;
]>
<?xml-stylesheet type='text/xsl' href='altconn.xsl'?>
<registry>
<meta>
<title>Alternative XMPP Connection Methods</title>
&LEGALNOTICE;
<overview>This is the official registry of Alternative XMPP Connection Methods as maintained by the ®ISTRAR; and authorized by &xep0156;.</overview>
<revision>
<version>0.2</version>
<date>2013-10-07</date>
<initials>psa</initials>
<remark>Added _xmpp-client-websocket from draft-ietf-xmpp-websocket.</remark>
</revision>
<revision>
<version>0.1</version>
<date>2007-06-12</date>
<initials>psa</initials>
<remark>Initial version (populated from XEP-0156, version 1.0).</remark>
</revision>
</meta>
<method>
<name>_xmpp-client-httppoll</name>
<desc>HTTP Polling connection method</desc>
<syntax>The http: or https: URL at which to contact the HTTP Polling connection manager or proxy</syntax>
<doc>XEP-0025 (DEPRECATED)</doc>
</method>
<method>
<name>_xmpp-client-websocket</name>
<desc>WebSocket connection method</desc>
<syntax>The ws: or wss: URI at which to contact the WebSocket connection manager or proxy</syntax>
<doc>&websocket;</doc>
</method>
<method>
<name>_xmpp-client-xbosh</name>
<desc>XMPP Over Bosh connection method</desc>
<syntax>The http: or https: URL at which to contact the HTTP Binding connection manager or proxy</syntax>
<doc>&xep0206;</doc>
</method>
</registry>