-
Notifications
You must be signed in to change notification settings - Fork 9
/
changelog.html
287 lines (250 loc) · 11.1 KB
/
changelog.html
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>XIFF Changelog</title>
<style type="text/css">
/* global font and body settings */
body {
font-size : 100%;
background-color : #d3d6d9;
padding: 30px;
}
body, td, th {
font-family : arial, helvetica, sans-serif;
font-size : 10pt;
}
pre, tt, code {
font-family : courier new, monospaced;
font-size : 9pt;
}
#pageContainer {
display: block;
position: relative;
clear: both;
background-color: #fff;
border: 1px solid #999;
padding: 40px;
-webkit-border-radius: 6px;
border-radius: 6px;
-moz-border-radius: 6px;
}
#headerBox {
display: block;
position: relative;
height: 60px;
background-color: #e7eaee;
border: 1px solid #cccccc;
border-bottom: none;
padding: 0px;
margin: 10px 0px 0px 0px;
}
#content {
margin: 0px 18px 0px 20px;
}
/* anchors */
a:link {
color: #11568c;
}
a:visited {
color: #571c8d;
}
a:hover {
color: #7a1d42;
text-decoration : underline;
}
a:active {
color: #7a1d42;
}
/* page header elements (logo and navigation) */
#nav {
display: block;
background-color: #335588;
margin-bottom: 0px;
color: #ffffff;
font-size: 11px;
line-height: 20px;
padding: 0px 0px 0px 0px;
}
#nav a {
margin: 0px 20px 0px 20px;
}
#nav a:link { color: #ffffff; }
#nav a:visited { color: #ffffff; }
#nav a:hover { color: #ffffff; }
#nav a:active { color: #ffffff; }
/* headings */
h1 {
display: block;
position: relative;
font-size : 1.7em;
font-weight : bold;
color: #670e15;
padding: 0px;
margin-left: 18px;
}
h2 {
font-size : 1.3em;
font-weight : bold;
margin: 40px 0px 6px 0px;
padding: 0px;
color: #335588;
}
h3 {
font-size : 1.0em;
font-weight : bold;
margin: 25px 0px 3px 0px;
padding: 0px;
color: #334466;
}
/* general elements */
p {
margin: 0px 0px 15px 0px;
}
ul {
margin: 5px 0px 15px 35px;
}
li {
padding-bottom : 4px;
}
tt {
font-family : courier new;
font-weight : bold;
color : #060;
}
hr {
display: block;
height: 1px;
background-color: #999999;
border: none;
margin: 40px 0px 20px 0px;
}
.footer {
font-size : 8pt;
color : #666;
text-align : center;
margin-top : 2em;
padding-top : 0.5em;
border-top : 1px #CCC solid;
}
</style>
</head>
<body>
<div id="pageContainer">
<div id="headerBox">
<h1>XIFF: Changelog</h1>
</div>
<div id="nav">
<a href="README.html">Readme</a>|<a href="changelog.html"><strong>Changelog</strong></a>|<a href="LICENSE.html">License</a>
</div>
<div id="content">
<!--
<h2>3.2.0 -- <span style="font-weight: normal;">2013</span></h2>
-->
<h2>3.1.0 -- <span style="font-weight: normal;">August 22, 2012</span></h2>
<h3>Bug</h3>
<ul>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-15'>XIFF-15</a>] - Fix recognition of namespace in extension handlers</li>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-25'>XIFF-25</a>] - Need to enable support for xhtml under XIFF.</li>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-34'>XIFF-34</a>] - Incorrect error type is being pass in XMPPBOSHConnection when SASL fails (Done prior to 3.0.0 release)</li>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-51'>XIFF-51</a>] - DiscoExtension.serviceNode</li>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-73'>XIFF-73</a>] - Apply patches to as3crypto for successful TLS connection and as3crypto library build</li>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-74'>XIFF-74</a>] - XMPPTLSConnection needs to send the TLSConfig object when startTLS is called</li>
</ul>
<h3>Improvement</h3>
<ul>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-6'>XIFF-6</a>] - Add userKick events when kicking</li>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-30'>XIFF-30</a>] - Merge exnihilo's AS3Crypto patch</li>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-32'>XIFF-32</a>] - Convert from XMLDocument/XMLNode to XML</li>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-44'>XIFF-44</a>] - Finish ASdoc documentation of all classes</li>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-54'>XIFF-54</a>] - Use XML and other proper AS3 classes instead of the legacy XMLNode and such</li>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-79'>XIFF-79</a>] - Add ability to change the ID generator on XMPP stanzas.</li>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-80'>XIFF-80</a>] - Add universally unique identifier generator for XMPP stanzas.</li>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-81'>XIFF-81</a>] - Prevent pinging the server if the server responds with an error of type cancel.</li>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-83'>XIFF-83</a>] - Unit Tests for core XIFF classes</li>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-94'>XIFF-94</a>] - XEP-0170: Recommended Order of Stream Feature Negotiation</li>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-97'>XIFF-97</a>] - XEP-0203: Delayed Delivery - Also for Presence</li>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-98'>XIFF-98</a>] - XEP-0030: Service Discovery - Outgoing</li>
</ul>
<h3>New Feature</h3>
<ul>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-47'>XIFF-47</a>] - Support XEP-0085: Chat State Notifications (Done prior to 3.0.0 release)</li>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-53'>XIFF-53</a>] - XEP-0138: Stream Compression</li>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-75'>XIFF-75</a>] - Add Facebook Chat support.</li>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-88'>XIFF-88</a>] - XEP-0184: Message Delivery Receipts</li>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-91'>XIFF-91</a>] - XEP-0092: Software Version</li>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-92'>XIFF-92</a>] - XEP-0096: SI File Transfer</li>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-95'>XIFF-95</a>] - XEP-0224: Attention</li>
</ul>
<h3>Task</h3>
<ul>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-2'>XIFF-2</a>] - Determine if XIFF has roster issues with 1500+ users</li>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-13'>XIFF-13</a>] - Get rid of XMLSocket usage (Done prior to 3.0.0 release)</li>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-77'>XIFF-77</a>] - Add XIFFGUI as example into svn</li>
</ul>
<h2>3.0.0 -- <span style="font-weight: normal;">August 19, 2010</span></h2>
<h3>Bug</h3>
<ul>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-3'>XIFF-3</a>] - Private messaging in conferencing</li>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-33'>XIFF-33</a>] - SASL failure is not being handled by XMPPBOSHConnection.as</li>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-36'>XIFF-36</a>] - Fix reconnection</li>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-38'>XIFF-38</a>] - RegistrationFieldsEvent dispatch and key fix</li>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-39'>XIFF-39</a>] - Roster EscapedJID passed to addRosterItem</li>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-40'>XIFF-40</a>] - Add clone() and toString() to all events</li>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-41'>XIFF-41</a>] - Remove void return type on constructors</li>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-60'>XIFF-60</a>] - Room events related to updates in the room</li>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-63'>XIFF-63</a>] - Update ArrayCollection to Extend Proxy and Implement Dynamic Object/Array Methods</li>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-64'>XIFF-64</a>] - Destroy method inconsistencies and error in Room and MUCOwnerExtension.</li>
</ul>
<h3>Improvement</h3>
<ul>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-37'>XIFF-37</a>] - If a server requires TLS, dispatch an error event and disconnect since we do not support this feature yet.</li>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-43'>XIFF-43</a>] - Add ant build scripts</li>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-46'>XIFF-46</a>] - Fire events for ERROR types in messages</li>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-50'>XIFF-50</a>] - new Object() ---> {} , new Array() ---> []</li>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-52'>XIFF-52</a>] - Change license</li>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-58'>XIFF-58</a>] - Removal of Flex specific classes</li>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-61'>XIFF-61</a>] - IQ Changes. Remove iqCallback and iqCallbackScope. Only need iqCallbackFunc (rewrite as iqCallback or iqSuccessCallback). Add iqErrorCallback.</li>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-62'>XIFF-62</a>] - Ant Build File Update</li>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-70'>XIFF-70</a>] - Add itemUpdated call to updateRosterItemPresence in Roster.</li>
</ul>
<h3>New Feature</h3>
<ul>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-35'>XIFF-35</a>] - XEP-0106 (JID escaping) support</li>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-55'>XIFF-55</a>] - Support for Digest-MD5 authentication</li>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-71'>XIFF-71</a>] - Add support for retrieving one's own vCard</li>
</ul>
<h3>Task</h3>
<ul>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-42'>XIFF-42</a>] - Look into removal of AVAILABLE_TYPE</li>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-45'>XIFF-45</a>] - Move to org.igniterealtime namespace</li>
<li>[<a href='http://issues.igniterealtime.org/browse/XIFF-69'>XIFF-69</a>] - Include as3crypto.swc in XIFF</li>
</ul>
<h2>3.0.0 Beta 1 -- <span style="font-weight: normal;">April 2, 2008</span></h2>
<h3><span style="color:red; font-weight:bold;">!</span> Upgrade Information</h3>
<ul>
<li>XIFF 3 is <i>not</i> API compatible with XIFF 2</li>
<li>XIFF 3 requires Adobe Flex and ActionScript 3</li>
</ul>
<h3>Major Improvement</h3>
<ul>
<li>Many many API changes. Documentation on the new API will be improved in subsequent betas. Please provide feedback on the new design</li>
<li>BOSH support</li>
<li>Limited SASL support (only when using BOSH, only ANONYMOUS and PLAIN)</li>
<li>XEP-0055 support (Jabber Search), including data forms</li>
<li>MUC improvements (kick/ban support, error handling, non-anonymous room support, bug fixes)</li>
<li>VCard support including XEP-0153 (VCard Avatars)</li>
</ul>
<h3>Minor Improvement</h3>
<ul>
<li>Added support for contacts being in multiple groups</li>
<li>XEP-0091 support (Note: this needs to be updated to use XEP-0203 instead)</li>
<li>Improved support for 'pending' contacts</li>
<li>Tons of assorted bugs fixed</li>
</ul>
<div class="footer">
<p>Copyright © 2003-2012 Igniterealtime Community Contributors</p>
</div>
</div>
</div>
</body>
</html>