This repository has been archived by the owner on Mar 10, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathchangelog.html
232 lines (195 loc) · 7.28 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Chat API Plugin Changelog</title>
<style type="text/css">
BODY {
font-size : 100%;
}
BODY, TD, TH {
font-family : tahoma, verdana, arial, helvetica, sans-serif;
font-size : 0.8em;
}
H2 {
font-size : 10pt;
font-weight : bold;
padding-left : 1em;
}
A:hover {
text-decoration : none;
}
H1 {
font-family : tahoma, arial, helvetica, sans-serif;
font-size : 1.4em;
font-weight: bold;
border-bottom : 1px #ccc solid;
padding-bottom : 2px;
}
TT {
font-family : courier new;
font-weight : bold;
color : #060;
}
PRE {
font-family : courier new;
font-size : 100%;
}
</style>
</head>
<body>
<h1>
Chat API Plugin Changelog
</h1>
<p><b>0.9.6 Release 5</b> -- November 24, 2019</p>
<ul>
<li>Only route MUC broadcast messages when user is online</li>
<li>Upgraded to Converse 5.0.1</li>
</ul>
<p><b>0.9.6 Release 4</b> -- September 20, 2019</p>
<ul>
<li>Fine-tuned logging of messages</li>
<li>Smart ID Certificates</li>
<li>Add support for IRMA plugin</li>
</ul>
<p><b>0.9.6 Release 3</b> -- August 20, 2019</p>
<ul>
<li>Fixed NPE in interceptPacket</li>
</ul>
<p><b>0.9.6 Release 2</b> -- August 15, 2019</p>
<ul>
<li>Upgraded to Converse 5.0.1</li>
</ul>
<p><b>0.9.6 Release 1</b> -- July 31, 2019</p>
<ul>
<li>Added support for Pade 2.x</li>
</ul>
<p><b>0.9.5 Release 6</b> -- July 15, 2019</p>
<ul>
<li>Added support for inband-registration</li>
<li><a href="https://github.com/igniterealtime/Openfire-Chat/issues/12">Added global property "plugin.ofchat.push.always" to control push notification always or once</a></li>
</ul>
<p><b>0.9.5 Release 5</b> -- July 1, 2019</p>
<ul>
<li><a href="https://github.com/igniterealtime/Openfire-Chat/issues/13">Fixed #13: Add support for RSS/Atom feeds for PWA with proxy url fetch</a></li>
<li><a href="https://github.com/igniterealtime/Openfire-Chat/issues/12">Fixed #12: Send only one push notification while user is offline</a></li>
</ul>
<p><b>0.9.5 Release 4</b> -- June 17, 2019</p>
<ul>
<li><a href="https://github.com/igniterealtime/Pade/issues/181">Fixed #181: Branding parameters are not applied to main web page in PWA mode</a></li>
<li><a href="https://github.com/igniterealtime/Pade/issues/182">Fixed #182: PWA mode / geolocalisation is not working PC and Mobile phone</a></li>
</ul>
<p><b>0.9.5 Release 3</b> -- May 24, 2019</p>
<ul>
<li><a href="https://github.com/igniterealtime/Openfire-Chat/issues/10">Fixed #10: Package Pàdé as a progressive web app</a></li>
</ul>
<p><b>0.9.5 Release 2</b> -- Appril 25, 2019</p>
<ul>
<li>Added support for inband-registration</li>
</ul>
<p><b>0.9.5 Release 1</b> -- March 14, 2019</p>
<ul>
<li>Support Kerberos for Windows SSO</li>
<li>Added pade.chat</li>
</ul>
<p><b>0.9.4 Release 9</b> -- February 28, 2019</p>
<ul>
<li>Add support for direct muc notifications</li>
</ul>
<p><b>0.9.4 Release 8</b> -- February 06, 2019</p>
<ul>
<li>Add support for direct email registration using SMTP</li>
</ul>
<p><b>0.9.4 Release 7</b> -- December 21, 2018</p>
<ul>
<li>Added support for creating PDF file from chat conversations</li>
<li>It can work alongside Rest API. It now uses different property names.</li>
</ul>
<p><b>0.9.4 Release 6</b> -- December 8, 2018</p>
<ul>
<li>Added support for E-Residency smart card for auto-registration and auto-signon</li>
<li>Added Rayo CTI API demo web app with the candybar and dialpad telephone widgets</li>
</ul>
<p><b>0.9.4 Release 5</b> -- November 12, 2018</p>
<ul>
<li>Added support for Generic SSO using Credentials Management API</li>
<li>Added support for SMTP/XMPP Email Gateway using SubethaSmtp for incoming and Openfire for outgoing</li>
</ul>
<p><b>0.9.4 Release 4</b> -- September 29, 2018</p>
<ul>
<li>Remove custom version of Jitsi-Meet</li>
<li>Added support for Windows SSO using Waffle</li>
<li>Added support for CORS pre-flight</li>
<li>Added sms handler for mexmo</li>
</ul>
<p><b>0.9.4 Release 3</b> -- August 30, 2018</p>
<ul>
<li>Added SIP websockets support for chat api push events</li>
<li>Upgraded smack to 4.3.0</li>
<li><a href="https://github.com/igniterealtime/openfire-chat/issues/1">Issue #1: Allow login of any user without password for trusted admin users</a></li>
<li><a href="https://github.com/igniterealtime/openfire-chat/issues/2">Issue #2: Support JSON payload in send chat/groupchat message</a></li>
<li><a href="https://github.com/igniterealtime/openfire-chat/issues/3">Issue #3: Add rest endpoint to create/delete workgroups</a></li>
<li><a href="https://github.com/igniterealtime/openfire-chat/issues/4">Issue #4: Configure secure or plain port to swagger (http/https)</a></li>
<li><a href="https://github.com/igniterealtime/openfire-chat/issues/5">Issue #4: Add an endpoint for retrieving chat room history</a></li>
</ul>
<p><b>0.9.4 Release 2</b> -- July 17, 2018</p>
<ul>
<li>Added reverse-proxy on the http-bind port</li>
<li>Changed upload temporary folder to "/tmp"</li>
</ul>
<p><b>0.9.4 Release 1</b> -- June 30, 2018</p>
<ul>
<li>Created as a standalone project on ignite-realtime</li>
</ul>
<p><b>0.9.3 Release 8</b> -- June 3, 2018</p>
<ul>
<li>Added support for collaboration with h5p content</li>
</ul>
<p><b>0.9.3 Release 7</b> -- May 7, 2018</p>
<ul>
<li>Added REST endpoint to Ask for uPort user registration</li>
</ul>
<p><b>0.9.3 Release 6</b> -- April 6, 2018</p>
<ul>
<li>Added verto communicator to dashboard</li>
<li>Added support for client audio/video recording</li>
</ul>
<p><b>0.9.3 Release 5</b> -- March 18, 2018</p>
<ul>
<li>Added dashboard for real time event monitoring</li>
</ul>
<p><b>0.9.3 Release 4</b> -- March 13, 2018</p>
<ul>
<li>Upgraded Jitsi Meet to ver 2608</li>
<li>Provide support for MTLS and client certificate password-less login with Pade and Etherlynk</li>
<li>Provide support for downloading and emailing client certificates</li>
<li>Provide support for uploading collaboartion applications from Pade and Etherlynk</li>
</ul>
<p><b>0.9.3 Release 3</b> -- February 28, 2018</p>
<ul>
<li>Upgraded Jitsi Meet to ver 2569</li>
<li>Provide support for Time based One-Time Password (TOTP) login</li>
</ul>
<p><b>0.9.3 Release 2</b> -- December 20, 2017</p>
<ul>
<li>Added a brute force user out of MUC room option when user disconnects and leaves a ghost session</li>
</ul>
<p><b>0.9.3 Release 1</b> -- December 6, 2017</p>
<ul>
<li>Released as a package for Etherlynk</li>
</ul>
<p><b>0.0.3</b> -- July 8, 2017</p>
<ul>
<li>Make it a sub-menu in Openfire admin WebApps top menu</li>
</ul>
<p><b>0.0.2</b> -- July 3, 2017</p>
<ul>
<li>Added Swagger-UI for REST API documentation and sandbox</li>
<li>Added Kaiwa chat application</li>
<li>Fix of Openfire 4.1.5 HttpBindManager getContexts breaking change</li>
</ul>
<p><b>0.0.1</b> -- February 14th, 2017</p>
<ul>
<li>Initial release</li>
</ul>
</body>
</html>