-
Notifications
You must be signed in to change notification settings - Fork 0
/
xep-0005.xml
114 lines (105 loc) · 3.82 KB
/
xep-0005.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE xep SYSTEM 'xep.dtd' [
<!ENTITY % ents SYSTEM "xep.ent">
%ents;
]>
<?xml-stylesheet type='text/xsl' href='xep.xsl'?>
<xep>
<header>
<title>Jabber Interest Groups</title>
<abstract>This is the official list and summary information of the Jabber Interest Groups.</abstract>
&LEGALNOTICE;
<number>0005</number>
<status>Obsolete</status>
<type>Informational</type>
<sig>None</sig>
<dependencies>
<spec>XMPP Core</spec>
</dependencies>
<supersedes/>
<supersededby/>
<shortname>N/A</shortname>
<author>
<firstname>Jeremie</firstname>
<surname>Miller</surname>
<email>[email protected]</email>
</author>
<revision>
<version>1.1</version>
<date>2002-05-08</date>
<initials>psa</initials>
<remark>Changed Status to Obsolete per approval of XEP-0019.</remark>
</revision>
<revision>
<version>1.0</version>
<date>2001-07-03</date>
<initials>jer</initials>
<remark>First Post! ;)</remark>
</revision>
</header>
<section1 topic='Standards Compliance'>
<ul>
<li>Michael Bauer / [email protected]</li>
<li>Julian Missig / [email protected]</li>
<li>Terry Smelser / [email protected]</li>
<li>DJ Adams / [email protected]</li>
<li>Mike Szczerban / [email protected]</li>
</ul>
<p>Determine standards for implementing derivative trademarks (e.g., "100% Jabber Protocol Compliant") and test software and services for compliance.</p>
</section1>
<section1 topic='File Transfer and Out Of Band data (OOB)'>
<ul>
<li>Ryan Eatmon / [email protected]</li>
<li>Jer / [email protected]</li>
<li>Stephen Lee / [email protected]</li>
<li>Jim Powell / [email protected]</li>
<li>Zad / [email protected]</li>
<li>Michael J. Emswiler / [email protected]</li>
</ul>
<p>Resolve issues around using the jabber:*:oob namespaces, and explore extending them to support additional requirements for managing multimedia streams (SIP).
Create additional protocols and methods to assist exchanging OOB data in heterogeneous environments where direct connections are not possible (PASS).</p>
</section1>
<section1 topic='Security'>
<ul>
<li>Thomas Muldowney / [email protected]</li>
<li>Al Sutton / [email protected]</li>
<li>Rahul Dave / [email protected]</li>
</ul>
<p>Focusing on authentication, message encryption, connection security, etc.</p>
</section1>
<section1 topic='Forms'>
<ul>
<li>Ryan Eatmon / [email protected]</li>
<li>Thomas Muldowney / [email protected]</li>
<li>Adam Theo / [email protected]</li>
<li>Mike Szczerban / [email protected]</li>
<li>Michael J. Emswiler / [email protected]</li>
</ul>
<p>To define a new namespace for dynamic forms. Minimally to supplant jabber:iq:register and jabber:iq:search.</p>
</section1>
<section1 topic='Text Formatting'>
<ul>
<li>Julian Missig / [email protected]</li>
<li>Michael J. Emswiler / [email protected]</li>
</ul>
<p>Will determine the protocol for sending and receiving formatted messages in Jabber (XHTML-Basic)</p>
</section1>
<section1 topic='Browsing'>
<ul>
<li>Jer / [email protected]</li>
<li>Peter Millard / [email protected]</li>
<li>David Waite / [email protected]</li>
</ul>
<p>The replacement for agents, including extensible directory lookups and namespace feature negotiation. Defined as a draft protocol but needs additional work.</p>
</section1>
<section1 topic='Presence Management'>
<ul>
<li>Dave Smith / [email protected]</li>
<li>Oliver Wing / [email protected]</li>
<li>David Waite / [email protected]</li>
<li>Rahul Dave / [email protected]</li>
<li>Peter Millard / [email protected]</li>
</ul>
<p>Describe in detail how presence management currently works, and work on proposals for things like invisibility.</p>
</section1>
</xep>