-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathchangelog.html
940 lines (761 loc) · 51.6 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
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Pade 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>
Pade Changelog
</h1>
<p><b>1.8.4</b> -- <i>(tbd)</i></p>
<ul>
</ul>
<p><b>1.8.3</b> -- <i>September 20, 2024</i></p>
<ul>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/476">Issue #476 - Compatibility issue with Openfire 4.9.0.</a></li>
</ul>
<p><b>1.8.2</b> -- <i>April 30, 2024</i></p>
<ul>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/472">Issue #472 - NTLM SSO stopped working with Of 4.8+ and Pade 1.8.1</a></li>
</ul>
<p><b>1.8.1</b> -- <i>March 19, 2024</i></p>
<ul>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/pull/471">Issue #471 - Pade Converse does not load when jitsi meet is set to root</a></li>
</ul>
<p><b>1.8.0</b> -- <i>March 18, 2024</i></p>
<ul>
<li>Marking that this version (and implicitly, future versions) are now compatible with Openfire 4.8.0+</li>
</ul>
<p><b>1.7.9</b> -- <i>December 31, 2023</i></p>
<ul>
<li>Update to latest Pade client code</li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/pull/465">Issue #465 - fix firefox's unsupported codec error</a></li>
</ul>
<p><b>1.7.8</b> -- <i>October 31, 2023</i></p>
<ul>
<li>Marking that this version (and implicitly, earlier versions) are not compatible with Openfire 4.8.0</li>
</ul>
<p><b>1.7.7</b> -- <i>August 31, 2023</i></p>
<ul>
<li>Upgrade to latest ConverseJS code</li>
<li>Upgrade to converse galene plugin</li>
<li><a href="https://discourse.igniterealtime.org/t/pade-1-7-4-1-7-6-focus-user-password-error/92819">Pade 1.7.4-1.7.6 focus user password error</a></li>
</ul>
<p><b>1.7.6</b> -- <i>March 18, 2023</i></p>
<ul>
<li>Upgrade to latest ConverseJS, Jitsi meet, jicofo and jvb code</li>
</ul>
<p><b>1.7.5</b> -- <i>January 31, 2023</i></p>
<ul>
<li>Revert Jitsi code back to 1.7.0</li>
</ul>
<p><b>1.7.4</b> -- <i>December 31, 2022</i></p>
<ul>
<li>Upgrade to latest ConverseJS, Jitsi meet, jicofo and jvb code</li>
<li>Add Maston converse plugin to Pade client</li>
</ul>
<p><b>1.7.3</b> -- <i>October 31, 2022</i></p>
<ul>
<li>Upgrade to latest ConverseJS, Jitsi jicofo and jvb code</li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/pull/435">Issue #435 - Cannot create new users with Padé</a></li>
</ul>
<p><b>1.7.2</b> -- <i>September 30, 2022</i></p>
<ul>
<li>Upgrade to latest ConverseJS code</li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/pull/432">Issue #432 - Bump jsoup from 1.14.2 to 1.15.3</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/security/dependabot/6">Issue #6 - Jettison parser crash by stackoverflow</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/344">Issue #344 - Fix race condition when pushing custom properities</a></li>
</ul>
<p><b>1.7.1</b> -- <i>August 31, 2022</i></p>
<ul>
<li>Upgrade to latest ConverseJS, Jitsi meet, jicofo and jvb code</li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/pull/421">Issue #421 - pade login page does not show up, option page is accessed on fresh new browser accesses</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/pull/424">Issue #424 - Pade first login page with firefox does not work</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/pull/425">Issue #425 - Cannot create account with Padé 1.7.0 as previously</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/pull/427">Issue #427 - fix: problem with java execution (jdk11)</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/pull/431">Issue #431 - Setting UHD resolution up to 4k</a></li>
</ul>
<p><b>1.7.0</b> -- <i>April 30, 2022</i></p>
<ul>
<li>Upgrade to Pade 2.0 client</li>
<li>Upgrade to latest Jitsi code</li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/pull/415">Issue #415 - make the raising hand animation working again</a></li>
</ul>
<p><b>1.6.3</b> -- <i>March 31, 2022</i></p>
<ul>
<li>Upgrade to latest Jitsi code</li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/pull/393">Issue #393 - Implement a local meeting calendar feature</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/pull/394">Issue #394 - Add support for the Capture-Current-Tab</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/pull/395">Issue #395 - A Thread leak in Websocket Proxy</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/pull/397">Issue #397 - Regression: Counted hands caption not working</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/pull/398">Issue #398 - Make the raised hand caption feature working again</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/pull/399">Issue #399 - Regression: Administrative Messages not working</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/pull/401">Issue #401 - Change shortcut used for Shared Mouse Pointer</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/pull/402">Issue #402 - Support Participants Pane</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/pull/403">Issue #403 - Implement server-side login Jitsi Meet Polls</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/pull/404">Issue #404 - Use local store as fallback for Credentials API</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/pull/405">Issue #405 - Update web-push framework</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/pull/407">Issue #407 - NPE while sending Admin Message</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/pull/408">Issue #408 - Pade behind a proxy</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/pull/409">Issue #409 - Fix toggling speech recognition when toggling video</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/pull/410">Issue #410 - Enhance WebPush feature</a></li>
</ul>
<p><b>1.6.2</b> -- <i>February 28, 2022</i></p>
<ul>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/pull/385">Issue #385 - Static ICE mapping no longer offered to clients</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/pull/388">Issue #388 - Fix inprogress list</a></li>
</ul>
<p><b>1.6.1</b> -- <i>February 15, 2022</i></p>
<ul>
<li>Upgrade to latest Jitsi code</li>
</ul>
<p><b>1.6.0</b> -- <i>January 20, 2022</i></p>
<ul>
<li>Move Jitsi logging to debug</li>
<li>Upgrade to latest Openfire 4.7.0. Set min Opefire version to 4.7.0 and build with version 4.7.0</li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/376">Issue #376 - Add support for clustering using Hazelcast plugin</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/381">Issue #381 - Rename the package for the PushInterceptor</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/383">Issue #383 - Fix NPE with Bookmark packet interceptor</a></li>
</ul>
<p><b>1.5.4</b> -- <i>Januray 20, 2022</i></p>
<ul>
<li>Move Jitsi logging to debug</li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/383">Issue #383 - Fix NPE with Bookmark packet interceptor</a></li>
</ul>
<p><b>1.5.3</b> -- <i>Januray 13, 2022</i></p>
<ul>
<li>Upgrade to latest Openfire 4.6.4. Set min Opefire version to 4.6.4 and build with version 4.6.4</li>
<li>Add Image preview for Convers 9.0</li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/373">Issue #373 - Cannot set audio transcription for a specific room</a></li>
</ul>
<p><b>1.5.2</b> -- <i>December 13, 2021</i></p>
<ul>
<li>Upgrade to latest Jitsi code</li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/370">Issue #370 - Lobby room, request to enter, no message receive in Jitsi room Padé 1.5.1</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/371">Issue #371 - CC button does not work / Cannot set voice to text properties in room as previously</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/372">Issue #372 - Ending call no longer redirects to application context</a></li>
</ul>
<p><b>1.5.1</b> -- <i>November 30, 2021</i></p>
<ul>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/368">Issue #368 - [Enhancment] Allow External JVBs and NTLM SSO Under Linux</a></li>
</ul>
<p><b>1.5.0</b> -- <i>November 10, 2021</i></p>
<ul>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/359">Issue #359 - Upgrade to latest Jitsi code</a></li>
</ul>
<p><b>1.4.1</b> -- <i>May 31, 2021</i></p>
<ul>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/299">Issue #299 - Feature: Add more Hotkeys</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/317">Issue #317 - Upgrading Jicofo to Stable Release 2.0.5765</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/326">Issue #326 - Push notifications are not working anymore</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/329">Issue #329 - Padé 1.40 Jitsi meet room on android incorrect menu formatting</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/331">Issue #331 - Feature: Make Spacebar Hotkey act as Push-To-Mute</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/337">Issue #337 - Feature Request: Make propagated Chat Messages by Conference Captions become Auto-Cleared</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/340">Issue #340 - Make the toolbar on mobile (browser) only have a few options and scrollable/swipable for more</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/344">Issue #344 - Jitsi voice transcription to text / Enhancement or do we already have an option to enable it from a Jitsi room</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/348">Issue #348 - Make Audio Level Indicators Switchable</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/349">Issue #349 - Introduce a Blacklist to Exclude Participants from the Meetings In Progress List</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/350">Issue #350 - Update Set of Configurable Toolbar/Menu Buttons</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/351">Issue #351 - Add Configuration Options to Enable "Pin Remote Screen Share" and "Invite More Participants" Assistant</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/352">Issue #352 - Change Toolbar Icon for Avatar Feature</a></li>
</ul>
<p><b>1.4.0</b> -- <i>April 30, 2021</i></p>
<ul>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/270">Issue #270 - Improve interoperability between jitsi meet and converse</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/302">Issue #302 - AdminUI force to provide JVM options for JiGaSi even if disabled</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/310">Issue #310 - IP Address Mapping display disagrees with configuration</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/313">Issue #313 - Jitsi Web Client Upstream Stable Release 2.0.5765</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/316">Issue #316 - Fix breakout room</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/319">Issue #319 - Jitsi Meet stops working with Openfire 4.6.3</a></li>
</ul>
<p><b>1.3.3</b> -- <i>March 31, 2021</i></p>
<ul>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/159">Issue #159 - Enable lobby" does not work correctly</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/162">Issue #162 - Feature Request: Rtmp Live Streaming</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/263">Issue #263 - Video mute switching does not work correctly in Version 1.3.2</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/264">Issue #264 - Regression: Count of Raised Hand broken</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/265">Issue #265 - Changed the method of counting the number of hands raised</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/269">Issue #269 - Fix lobby switch</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/272">Issue #272 - Default component values not used</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/273">Issue #273 - Media traffic over TCP</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/275">Issue #275 - Feature Request: Make the Framerate of a Screen Share configurable</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/277">Issue #277 - Add support for inviting telephone participants to meeting</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/278">Issue #278 - Fixed kick-related features</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/279">Issue #279 - Use Credentials API</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/280">Issue #280 - Brush up language selection</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/284">Issue #284 - Avatar text does not change when nickname is changed</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/285">Issue #285 - Add server-side support for password-less sign-in with WebAuthn</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/287">Issue #287 - Let the Confetti Tool throw Single Emojis</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/289">Issue #289 - Make Mouse Cursor Auto-Hide Timeout configurable at AdminUI</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/290">Issue #290 - Support configuration of Etherpad at AdminUI</a></li>
</ul>
<p><b>1.3.2</b> -- <i>February 28, 2021</i></p>
<ul>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/77">Issue #77 - Feature Request: Collaborative Laser-Pointer</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/191">Issue #191 - Meeting planner showing incorrect URL</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/195">Issue #195 - Room "In Progress..." does not show up on Android</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/207">Issue #207 - Bug: Available Tools not updated on Change of Role</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/242">Issue #242 - Enhancement: Allow Re-Arrangent of Participant Windows in Tile View</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/250">Issue #250 - Add support for Openfire MUC Properties to ofmeet</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/251">Issue #251 - Feature custom confetti</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/252">Issue #252 - Add custom confetti settings to Admin console</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/253">Issue #253 - Add support for the Badging API</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/256">Issue #256 - Some date-time languages are missing</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/259">Issue #259 - Voximplant integration</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/260">Issue #260 - Some cameras seem to appear black on the left and right</a></li>
</ul>
<p><b>1.3.1</b> -- <i>January 31, 2021</i></p>
<ul>
<li>Upgrade Jitsi-Meet, JVB and Jicofo to 2.0.5390</li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/14">Issue #14 - cyrillic with some variables</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/186">Issue #186 - Feature Request: List of meetings in progress on Welcome page</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/202">Issue #202 - Bug: Filehandle Resouce Leak in Colibiri Websocket Proxy</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/210">Issue #210 - APP.conference.addConferenceListener has been removed</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/213">Issue #213 - Enhancement: Enable some useful REST-endpoints of JVB2</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/216">Issue #216 - Feature Request: Localize original features of Pade Meetings</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/218">Issue #218 - Feature: Auto-hide mouse pointer</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/225">Issue #225 - Feature Request: Feedback Form</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/226">Issue #226 - Fixed initial letter avatars to be centered correctly</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/231">Issue #231 - Fixed Issue 225</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/235">Issue #235 - Feature: Log audit event when a meeting finishes</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/236">Issue #236 - Move configuration section for Feedback from Settings page to User Interface page</a></li>
</ul>
<p><b>1.3.0</b> -- <i>December 31, 2020</i></p>
<ul>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/50">Issue #50 - Enhancement: Sort Entries in Contact Manager</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/51">Issue #51 - Make the icon area of a contact clickable</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/145">Issue #145 - Use UI message type error, which will stay until dismissed</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/153">Issue #153 - Meta-Bug: unknown local path in POM for Pade</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/154">Issue #154 - Start Order of Plugins OFMeet and Pade</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/163">Issue #163 - Support VP9 codec</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/168">Issue #168 - Avatar still shows broken in list</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/176">Issue #176 - Meeting planner does not show up in Meeting plugin</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/178">Issue #178 - Remove webinar mode</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/182">Issue #182 - Feature Request: Allow access to JVB REST-API via private http interface</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/186">Issue #186 - Feature Request: List of meetings in progress on Welcome page</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/189">Issue #189 - Enhancement: Clean-up display by hiding green "good connection" state inidcator</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/193">Issue #193 - Custom branding.js file to be preserved</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/197">Issue #197 - Enhancement: Enlarge Conferences Display</a></li>
</ul>
<p><b>1.2.2</b> -- <i>December 20, 2020</i></p>
<ul>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/120">Issue #120 - Dominant Speaker Switching don't work</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/157">Issue #157 - Wrong data announced in WellKnownHost-MetaData</a></li>
</ul>
<p><b>1.2.1</b> -- <i>December 13, 2020</i></p>
<ul>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/149">Issue #149 - Regression: Remove "stay on page" on leaving a conference</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/150">Issue #150 - Cosmetical: Quirk in Status Table on Summary Page</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/150">Issue #152 - The application name is garbled when it contains multibyte characters.</a></li>
</ul>
<p><b>1.2.0</b> -- <i>December 11, 2020</i></p>
<ul>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/119">Issue #119 - Wrong URL path colibiri-ws</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/126">Issue #126 - Moderator rights are not given until user interacts with the UI</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/132">Issue #132 - Merge jicofo and jigasi wrappers into ofmeet plugin</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/120">Issue #120 - Dominant Speaker Switching don't work</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/134">Issue #134 - Enhancement: Avoid flickering of fine-grained screen shares</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/137">Issue #137 - Feature Request: Allow to set a Message to notice Participants</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/139">Issue #139 - Error: offocus 1.1.3 plugin Could not find or load main class</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/142">Issue #142 - Enhancement: Auto-close all information banners</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/144">Issue #144 - Enhancement: add several options to meeting settings</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/145">Issue #145 - Enhancement: Deliver Administrative Messages to Meeting Participants</a></li>
</ul>
<p><b>1.1.3</b> -- <i>December 6, 2020</i></p>
<ul>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/75">Issue #75 - SIP not working?</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/110">Issue #110 - Video Quality is alway low (LD)</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/114">Issue #114 - OpenJDK 15 and UseConcMarkSweepGC</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/113">Issue #113 - Version 1.1.2: java.lang.IllegalArgumentException: minPort (-1) and maxPort (-1) should be integers between 1024 and 65535</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/106">Issue #106 - Member a room gets host permissions</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/82">Issue #82 - Feature Request: Allow customizing of the confetti tool</a></li>
</ul>
<p><b>1.1.2</b> -- <i>November 27, 2020</i></p>
<ul>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/88">Issue #88 - Can't establish audio or video</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/89">Issue #89 - Chorome 87 updated on November 17th disables audio and video from 3 users</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/92">Issue #92 - OFMeet-1.1: OOM due to unlimited heap sizes, allow an user-defined command line for the additional JVMs</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/95">Issue #95 - JVB2 plug-in fails to load in Windows due to backslashes in key store path</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/96">Issue #96 - IP Address Mapping no longer takes when changed from Automatic to Disabled</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/101">Issue #101 - Bug or misconfiguration of colibri-ws Proxy?</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/102">Issue #102 - Look n Feel via android mobile Mic does not shown up</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/103">Issue #103 - Openfire meeting watermark images does not show up</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/104">Issue #104 - Enhancement: Cam don't switch offline if Video is disabled</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/105">Issue #105 - Add support for configuring the new video quality settings</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/113">Issue #113 - Version 1.1.2: java.lang.IllegalArgumentException: minPort (-1) and maxPort (-1) should be integers between 1024 and 65535</a></li>
</ul>
<p><b>1.1.1</b> -- <i>November 24, 2020</i></p>
<ul>
<li>Implemented websocket proxy for JVB2</li>
<li>Exposed sip-communicator.properties file</li>
</ul
<p><b>1.1.0</b> -- <i>November 22, 2020</i></p>
<ul>
<li>Upgrade to JVB2</li>
</ul>
<p><b>1.0.3</b> -- <i>November 20, 2020</i></p>
<ul>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/83">Issue #83 - Favicon icon not resetting when unread message count is zero</a>/li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/87">Issue #87 - Add support for /.well-known/host.meta file</a>/li>
</ul>
<p><b>1.0.2</b> -- <i>October 31, 2020</i></p>
<ul>
<li>Upgraded to pade ver 1.6.11</li>
<li>Implement <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/77">Issue #77 - Feature Request: Collaborative Laser-Pointer</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/78">Issue #78 - MUC Domain on Meetings->Summary Tab is Incorrect if multiple Group Chat Services Exist</a></li>
<li>Upgraded to Jitsi Meet code build(4383)</li>
</ul>
<p><b>1.0.1</b> -- <i>October 6, 2020</i></p>
<ul>
<li>Upgraded to pade ver 1.6.10</li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/70">Issue #70 - Launching CryptPad failed</a></li>
</ul>
<p><b>1.0.0</b> -- <i>August 31, 2020</i></p>
<ul>
<li>Upgraded to latest Jitsi code build(4369)</li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/68">Issue #68 - No way to change RANDOM_AVATAR_URL_SUFFIX?</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/67">Issue #67 - Allow anonymous users to set a custom avatar</a></li>
<li>Added support for audio in stereo for music collaboration</li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/65">Issue #65 - Web Push Notifications for MUC</a></li>
</ul>
<p><b>0.9.13</b> -- <i>July 13, 2020</i></p>
<ul>
<li>Added party present confetti icon as example of how to use sendCommand</li>
<li>Added whiteboard (https://wbo.ophir.dev/) as another collaboration app using sendCommand</li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/64">Issue #64 - Feature: Lobby</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/58">Issue #58 - Workaround: Prevent disruption of long-muted audio channel</a></li>
</ul>
<p><b>0.9.12</b> -- <i>June 16, 2020</i></p>
<ul>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/49">Issue #49 - Enhancement: Publish WebPush disposition more often to speed-up population of the Contact Manager</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/52">Issue #52 - Add functionality to download chat transcript</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/53">Issue #53 - Enable ofmeet to behave like a PWA and be install-able from the desktop</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/54">Issue #54 - Use getDisplayMedia to obtain a single MediaStream for recording</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/58">Issue #58 - Workaround: Prevent disruption of long-muted audio channel</a></li>
</ul>
<p><b>0.9.11</b> -- <i>June 1, 2020</i></p>
<ul>
<li>Upgraded to latest Jitsi code build(4166)</li>
<li>Added UI setting for pre-join page</li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/44">Issue #44 - Bug: Left Toolbar renders to wide</li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/45">Issue #45 - Feature Request: Extend statistics for Raised Hands</li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/46">Issue #46 - Proposal: Improve content of web-push messages</li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/47">Issue #47 - Feature: Support Windows NTLM SSO using OFCHAT SASL Mechanism</li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/48">Issue #48 - Improve meeting room breakout</li>
</ul>
<p><b>0.9.10</b> -- <i>May 10, 2020</i></p>
<ul>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/18">Issue #18 - Make the raise hand icon more noticeable</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/25">Issue #25 - Invite previous participants to conference using web-push notification</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/24">Issue #24 - Forbid room creation through URL</li>
</ul>
<p><b>0.9.9</b> -- <i>April 23, 2020</i></p>
<ul>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/10">Issue #10 - external_api</a></li>
<li>Added <a href="https://github.com/igniterealtime/openfire-pade-plugin/pull/12">PR #12 - Update InterfaceConfigServlet.java</a></li>
<li>Added <a href="https://github.com/igniterealtime/openfire-pade-plugin/pull/11">PR #11 - Bug in wall clock time formatter</a></li>
</ul>
<p><b>0.9.8</b> -- <i>April ??, 2020</i></p>
<ul>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/2">Issue #2 - Migrated from Meetings 0.95 to Pade version 0.98</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/3">Issue #3 - The front page to select a room "catches" the user with a "Leave Site" popup</a></li>
<li>Upgraded to latest Jitsi code</li>
</ul>
<p><b>0.9.7</b> -- <i>December 31, 2019</i></p>
<ul>
<li>Upgraded to latest Jitsi code</li>
</ul>
<p><b>0.9.5 Release 7</b> -- <i>July 16, 2019</i></p>
<ul>
<li>Upgraded to latest Jitsi code</li>
</ul>
<p><b>0.9.5 Release 6</b> -- <i>June 19, 2019</i></p>
<ul>
<li>Upgraded to latest Jitsi code</li>
</ul>
<p><b>0.9.5 Release 5</b> -- <i>April 5, 2019</i></p>
<ul>
<li>Upgraded to latest Jitsi code</li>
</ul>
<p><b>0.9.5 Release 4</b> -- <i>February 22, 2019</i></p>
<ul>
<li>Upgraded to latest openfire-ofmeet-plugin code. RTX is now enabled by default</li>
</ul>
<p><b>0.9.5 Release 3</b> -- <i>January 17, 2019</i></p>
<ul>
<li>Upgraded to latest jitsi-bridge, jicofo and jigasi versions.</li>
<li>Removed dependency on jitsi-openfire-plugin. Maven now builds using jitsi-videobridge directly</li>
</ul>
<p><b>0.9.5 Release 2</b> -- <i>January 03, 2019</i></p>
<ul>
<li>Upgraded to latest jitsi-bridge, jicofo and jigasi versions.</li>
<li>Seperated OFFocus, OFGasi and OFMeet back into into seperate plugins</li>
</ul>
<p><b>0.9.5</b> -- <i>November 14, 2018</i></p>
<ul>
<li>Merged OFFocus and OFMeet into one plugin: OFMeet (the OFFocus plugin is now no longer needed).</li>
<li>Updated Jitsi's Openfire plugin for Videobridge from version 2.5-20180625.114129-4 to 2.6-20180817.121149-2 (which depends on Videobridge version 1.1-20180815.204518-83).</li>
<li>Added SIP gateway support by adding the Jitsi Gateway to SIP (jigasi) application (version 1.1-20180806.165930-11).</li>
<li>Updated Jitsi Meet from 1.0.2862 to 1.0.2997.</li>
<li>Updated Jitsi Jicofo from 1.1-20180618.164553-36 to 1.1-20180809.210553-43</li>
<li>Fixed <a href="https://github.com/igniterealtime/ofmeet-openfire-plugin/issues/21">unneeded reference to libraries unused in server</a>.</li>
</ul>
<p><b>0.9.4</b> -- <i>June 25, 2018</i></p>
<ul>
<li>Allow BOSH mechanism preference to be configured in property <tt>ofmeet.connection.mechanism.preferred</tt> ('http-bind' or 'websocket').</li>
<li>Allow the advertised URL for the webclient to be overridden in property <tt>ofmeet.webapp.url.override</tt></li>
<li>Replaced old desktop sharing config options with the new variants.</li>
<li>When clients query for bookmarks (through XEP-0049 or XEP-0223), a URL-type bookmark for the Meet webclient is automatically added.</li>
<li>Allow video constraints (minimum, ideal and maximum video resolution used in a conference) to be configured in the admin console.</li>
<li>Removed unused 'audioMixer', 'audioBandwidth' and 'videoBandwidth' configuration.</li>
<li>SRTP replay protection now enabled by default (and no longer configurable through the admin console).</li>
<li>Integrate the Admin Console functionality provided by Jitsi's Openfire plugin for Videobridge <a href="https://github.com/igniterealtime/Openfire-Meetings/issues/59">to enable detailed network configuration</a>.</li>
<li>Updated Jitsi Meet from 1.0.2570 to 1.0.2862.</li>
<li>Updated Jitsi's Openfire plugin for Videobridge from version 2.3-20180131.155320-1 to 2.5-20180625.114129-4 (which depends on Videobridge version 1.1-20180621.193237-72)</li>
</ul>
<p><b>0.9.3</b> -- <i>March 5, 2018</i></p>
<ul>
<li>Now requires Java 8 to run.</li>
<li>Updated <a href="https://github.com/igniterealtime/ofmeet-openfire-plugin/issues/37">Jitsi Meet from 1.0.2207 to 1.0.2570</a>.</li>
<li>Updated <a href="https://github.com/igniterealtime/ofmeet-openfire-plugin/issues/37">Jitsi's Openfire plugin for Videobridge to version 2.3-20180131.155320-1</a> (which depends on Videobridge version 1.1-20180130.233151-31).</li>
<li>Fix the change in meeting URLs from version 0.3.x to 0.9.x</li>
<li>Finishing the Quartz CRON job triggers for meetings.</li>
<li>Add support for notifications via IM as used by Pade.</li>
<li>Fix <a href="https://github.com/igniterealtime/ofmeet-openfire-plugin/issues/39">conference addressing</a> in admin console.</li>
<li>Improve <a href="https://github.com/igniterealtime/ofmeet-openfire-plugin/issues/40">parameter encoding</a> in admin console.</li>
<li>Adds <a href="https://github.com/igniterealtime/ofmeet-openfire-plugin/issues/43">missing closing slash</a> in websocket URL.</li>
<li>Uses <a href="https://github.com/igniterealtime/ofmeet-openfire-plugin/issues/49">websocket when using Openfire 4.2.0 or later</a>.</li>
</ul>
<p><b>0.9.2</b> -- <i>August 15, 2017</i></p>
<ul>
<li>Updated <a href="https://github.com/igniterealtime/ofmeet-openfire-plugin/issues/15">Jitsi Meet from 1.0.2049 to 1.0.2207</a>.</li>
<li>Updated <a href="https://github.com/igniterealtime/ofmeet-openfire-plugin/issues/15">Jitsi's Openfire plugin for Videobridge to version 2.1-20170815.124603-3</a> (which depends on Videobridge version 1.0-20170811.042244-386).</li>
<li>Added <a href="https://github.com/igniterealtime/ofmeet-openfire-plugin/issues/17">Support for vertical filmstrip</a>.</li>
</ul>
<p><b>0.9.2</b> -- <i>August 15, 2017</i></p>
<ul>
<li>Removed <a href="https://github.com/igniterealtime/ofmeet-openfire-plugin/issues/28">Global Intercom support</a>, which was a deprecated, proprietary feature.</li>
<li>Implemented <a href="https://github.com/igniterealtime/ofmeet-openfire-plugin/issues/18">Web application path should be configurable</a> (and default to <tt>/ofmeet</tt> instead of <tt>/ofmeet/jitsi-meet</tt>).</li>
<li>Updated <a href="https://github.com/igniterealtime/ofmeet-openfire-plugin/issues/15">Jitsi Meet from 1.0.2049 to 1.0.2207</a>.</li>
<li>Updated <a href="https://github.com/igniterealtime/ofmeet-openfire-plugin/issues/15">Jitsi's Openfire plugin for Videobridge to version 2.1-20170815.124603-3</a> (which depends on Videobridge version 1.0-20170811.042244-386).</li>
<li>Added <a href="https://github.com/igniterealtime/ofmeet-openfire-plugin/issues/17">Support for vertical filmstrip</a>.</li>
</ul>
<p><b>0.9.1</b> -- <i>June 26, 2017</i></p>
<ul>
<li>Reduced minimum Openfire version dependency from 4.2.0 to 4.1.5.</li>
<li>Fixed <a href="https://github.com/igniterealtime/ofmeet-openfire-plugin/issues/5">Issue #5: Fails to provision 'focus' user</a>.</li>
<li>Depends on Jitsi's Openfire plugin for Videobridge version 2.1-20170626.093604-1 (which depends on Videobridge version 1.0-20170623.182232-366).</li>
<li>Updated Jitsi Meet from 1.0.1992 to 1.0.2049.</li>
</ul>
<p><b>0.9.0</b> -- June 1, 2017</p>
<ul>
<li>Re-release after many structural changes, previously known as 'the 0.4.x branch'.</li>
<li>No longer contains Jicofo (please combine this plugin with the new offocus plugin)</li>
<li>Depends on Jitsi's Openfire plugin for Videobridge version 2.0-20170601.084101-8 (which depends on Videobridge version 1.0-20170531.151022-361).</li>
<li>Depends on Jitsi's Meet web application version 1.0-1992.</li>
</ul>
<p><b>0.4.7</b> -- September 27, 2016</p>
<ul>
<li>Updated jitsi meet to build 1294</li>
<li>Updated jitsi videobridge and jicofo to latest code</li>
</ul>
<p><b>0.4.6</b> -- July 14, 2016</p>
<ul>
<li>Updated jitsi meet to build 1104</li>
<li>Updated jitsi videobridge and jicofo to latest code</li>
</ul>
<p><b>0.4.5</b> -- June 29, 2016</p>
<ul>
<li>Added support for ofskype (skype for business) plugin</li>
</ul>
<p><b>0.4.4</b> -- June 2, 2016</p>
<ul>
<li>Updated Jitsi: jvb, jicofo, lib-jitsi-meet and jitsi-meet</li>
<li>Added Screenshare with Openfire Meetings Chrome Extension</li>
<li>Added Candy Chat</li>
<li>Fixed issues with welcome page</li>
<li>Replaced ofmeet jigasi with jitsi version (not working yet)</li>
</ul>
<p><b>0.4.3</b> -- May 31, 2016</p>
<ul>
<li>Fixed issue with multiple chat messages</li>
</ul>
<p><b>0.4.2</b> -- May 26, 2016</p>
<ul>
<li>Fixed issue with security disabled</li>
</ul>
<p><b>0.4.1</b> -- May 22, 2016</p>
<ul>
<li>New version with latest Jitsi videobridge, jifco and meet code. Only basic videoconferencing works!!</li>
</ul>
<p><b>0.3.22</b> -- May 22, 2016</p>
<ul>
<li>Implemented Windows SSO using waffle</li>
<li>Fixed multiple users on filmstrip issue when using Azure AD users</li>
<li>Reverted 0.3.21 back to 0.3.20</li>
</ul>
<p><b>0.3.20</b> -- May 1st, 2016</p>
<ul>
<li>Added support for Azure AD authentication. Login as "user@domain" to create a new username "user.doman"</li>
</ul>
<p><b>0.3.19</b> -- April 27, 2016</p>
<ul>
<li>Added support for archiving of meeting recording metadata using monitoring plugin</li>
</ul>
<p><b>0.3.18</b> -- April 17, 2016</p>
<ul>
<li>Accepted pull requests</li>
</ul>
<p><b>0.3.17</b> -- April 8, 2016</p>
<ul>
<li>Updated documentation (readme.md)</li>
<li>Added MAM plugin to Candy to retrieve history of private chats from Openfire monitoring plugin</li>
</ul>
<p><b>0.3.16</b> -- April 6, 2016</p>
<ul>
<li>Fixed various javascript errors</li>
</ul>
<p><b>0.3.15</b> -- April 3, 2016</p>
<ul>
<li>Upgraded to Openfire 4.0.2</li>
<li>Minor fixes to focus code</li>
<li>Moved global intercom voice conference behind a setting in admin web page</li>
</ul>
<p><b>0.3.14</b> -- March 28, 2016</p>
<ul>
<li>Added support for wideband audio (g722 codec) to SIP calls</li>
<li>Added link sharing to web client. (you-tube videos, google maps and google doc viewer for pdf|pages|ai|psd|tiff|dxf|svg|eps|ps|ttf|xps|zip|rar|doc|xls|ppt files implemented)</li>
</ul>
<p><b>0.3.13</b> -- March 14, 2016</p>
<ul>
<li>Implemented auto-recording of conferences. See Admin settings.</li>
<li>Added support for Fastpath to Openfire Meetings Email Listener. Fastpath annonymous or authenticated end-users can send requests to Candy user-agents via email. See Admin settings.</li>
</ul>
<p><b>0.3.12</b> -- March 12, 2016</p>
<ul>
<li>Replaced reference to clientcontrol plugin with bookmarks plugin</li>
<li>Modified Candy to handle Openfire bookmarks autojoin properly.</li>
<li>Fixed issue when user does not provide a servername to Chrome extension</li>
<li>Fixed issue with mixed case room names failing</li>
<li>Updated Chrome extension version to 0.0.8</li>
</ul>
<p><b>0.3.11</b> -- March 11, 2016</p>
<ul>
<li>Remote desktop control; included linux32, linux64 and osx binaries (untested)</li>
<li>Upgraded Candy to version 2.2.0. Includes the responsive changes for mobile, using the Bootstrap front-end framework.</li>
<li>Candy is now available as a desktop application from the chrome extension version 0.0.7</li>
</ul>
<p><b>0.3.10</b> -- February 29, 2016</p>
<ul>
<li>Remote desktop control (Tested on win32 and win64 only)</li>
<li>Changed recording to work without focus</li>
<li>Some responsive design changes</li>
<li>Woot collaborative editor integration to make it work out of the box. Removed redundant nodejs server.</li>
</ul>
<p><b>0.3.9</b> -- February 4, 2016</p>
<ul>
<li>Fixed minimum Java support to Java 7 (which is equal to Openfire 4.0.1)</li>
</ul>
<p><b>0.3.8</b> -- February 1, 2016</p>
<ul>
<li>Build for Openfire 4.0.1</li>
</ul>
<p><b>0.3.7</b> -- January 14, 2016</p>
<ul>
<li>Fixed reported broken room password</li>
</ul>
<p><b>0.3.6</b> -- January 2, 2016</p>
<ul>
<li>Added support for xirsys hosted TURN service</li>
</ul>
<p><b>0.3.5</b> -- December 27, 2015</p>
<ul>
<li>Added support for iCalendar attachment to create meeting planner event</li>
</ul>
<p><b>0.3.4</b> -- December 22, 2015</p>
<ul>
<li>Added support for lobby and unattended mode. Control is by emails</li>
</ul>
<p><b>0.3.3</b> -- December 21, 2015</p>
<ul>
<li>MUC Room bookmarks now have a URL for meetings that only permits users and group users assigned to bookmark.</li>
<li>Added email listener feature that connects to an email server using IMAP and listens for new emails from registered users. Meeting room and bookmark are created, PDF attachments are uploaded and email with meeting URL is sent to sender and all copied users.</li>
</ul>
<p><b>0.3.2</b> -- December 18, 2015</p>
<ul>
<li>Moved Openfire meetings from Openfire repository to Community plugins repository</li>
</ul>
<p><b>0.3.1</b> -- December 12, 2015</p>
<ul>
<li>Fixed issue with broken presence broadcast</li>
<li>Fixed issue with broken desktop/screen sharing</li>
<li>Fixed issue with missing jnsctp.dll dependencies</li>
<li>Removed some more redundant or duplicate jar files in jitsivideobridge lib</li>
</ul>
<p><b>0.3.0</b> -- October 12, 2015</p>
<ul>
<li>[<a href='http://www.igniterealtime.org/issues/browse/OF-953'>OF-953</a>] - Updated JSP libraries.</li>
<li>Requires Openfire 3.11.0.</li>
</ul>
<p><b>0.2.3</b> -- Nov 14th, 2015</p>
<ul>
<li>Simplified build, removed classes folder in WEB-INF</li>
<li>Changed default value for voip gateway to false</li>
<li>Removed some redundant and duplicate jar file in jitsivideobridge lib</li>
<li>Removed tinder.jar and whack.jar which caused ComponentManagerFactory.getComponentManager() to fail with OF 3.11</li>
</ul>
<p><b>0.2.2</b> -- Oct 9th, 2015</p>
<ul>
<li>Reverted Jitsi Videobridge latest code because of issues on linux builds</li>
</ul>
<p><b>0.2.1</b> -- Oct 8th, 2015</p>
<ul>
<li>Updated Jitsi Videobridge to latest code</li>
<li>Fixed issues with Jigasi voip gateway</li>
<li>Added Multicast RTP to Jigasi voip gateway</li>
</ul>
<p><b>0.2.0</b> -- Aug 29th, 2015</p>
<ul>
<li>Updated Jitsi Videobridge to latest code</li>
<li>Removed support for jingle nodes, redundant.</li>
<li>Used IP Address instead of host name for NAT_HARVESTER_LOCAL_ADDRESS and NAT_HARVESTER_PUBLIC_ADDRESS.</li>
</ul>
<p><b>0.1.9</b> -- Aug 4th, 2015</p>
<ul>
<li>Fixed issue in build process (the J2EE version that is used should not be platform-dependant).</li>
</ul>
<p><b>0.1.8</b> -- May 20th, 2015</p>
<ul>
<li>Added conference UI customization to Meetings Settings Admin web page</li>
<li>Fixed issue with room locking not working</li>
<li>Updated Jitsi Videobridge</li>
</ul>
<p><b>0.1.7</b> -- May 13th, 2015</p>
<ul>
<li>Logs openfire meeting audit events with Openfire security auditor</li>
<li>Logs meeting SIP calls via SIP plugin</li>
<li>Added support for audio conferencing meetings (no video)</li>
<li>Updated Jitsi Videobridge</li>
</ul>
<p><b>0.1.6</b> -- May 9th, 2015</p>
<ul>
<li>Added support for media relaying using the JingleNodes plugin</li>
</ul>
<p><b>0.1.5</b> -- May 4th, 2015</p>
<ul>
<li>Implemented Meeting Planner and automatic invites. Requires bookmarks from the clientcontrol plugin</li>
<li>Fixed error modified setLocalDescription failed with desktop share</li>
<li>Prevents sending invalid presence packets, before MUC jid is defined</li>
<li>Added support for web+meet: protocol handling</li>
<li>Updated Jitsi Videobridge</li>
</ul>
<p><b>0.1.4</b> -- March 13th, 2015</p>
<ul>
<li>Added focus username and password to the admin settings page</li>
<li>Updated Jitsi Videobridge</li>
</ul>
<p><b>0.1.3</b> -- Feb 28th, 2015</p>
<ul>
<li>Implemented server-side Smack Virtual XMPP Connection for conference focus instead of default TCP connection</li>
<li>Updated chrome extension to 0.0.5</li>
<li>Updated Jitsi Videobridge</li>
</ul>
<p><b>0.1.2</b> -- Feb 15th, 2015</p>
<ul>
<li>Added shared scrum board (post-it notes) Openfire Meetings Collaboration Application</li>
<li>Added "disable cursor" feature to Openfire Meetings Collaboration API</li>
<li>Added "ofmeet.js" and "ofmeet.css" to enable Openfire Meetings to be used as an API in other web applications</li>
<li>Provided webcomponent to wrap Openfire Meetings API into an HTML tag <openfire-meetings></li>
<li>Updated chrome extension to 0.0.3</li>
</ul>
<p><b>0.1.1</b> -- Feb 8th, 2015</p>
<ul>
<li>Added co-browsing to collaboration api</li>
<li>Moved collaboration api to chrome extension for co-browsing</li>
<li>Updated chrome extension to 0.0.2</li>
</ul>
<p><b>0.1.0</b> -- Feb 4th, 2015</p>
<ul>
<li>Implemented Openfire Meeting collaborative applications api</li>
<li>Added simple sample applications for rich text editing and whiteboard</li>
</ul>
<p><b>0.0.9</b> -- Jan 26th, 2015</p>
<ul>
<li>Fixed error when webcam is not available</li>
<li>Jitsi Videobridge server code refresh</li>
</ul>
<p><b>0.0.8</b> -- Jan 16th, 2015</p>
<ul>
<li>Fixed race condition causing focus xmpp connection to fail</li>
<li>Increased response timeout for focus</li>
<li>Improved error handling for read-only user providers like LDAP</li>
<li>Disable SIP gateway with a property (org.jitsi.videobridge.ofmeet.sip.enabled)</li>
</ul>
<p><b>0.0.7</b> -- Jan 5th, 2015</p>
<ul>
<li>Implemented PDF cursor sharing</li>
</ul>
<p><b>0.0.6</b> -- Dec 29th, 2014</p>
<ul>
<li>Fixed fault with exception when clientcontrol plugin is missing</li>
<li>Fixed fault with focus when hostname is localhost</li>
<li>Removed install logic for chrome extension. Always requires a manual install</li>
<li>Fixed broken audio and video bandwidth configuration with server-side focus change.</li>
</ul>
<p><b>0.0.5</b> -- Dec 15th, 2014</p>
<ul>
<li>Added support for clientcontrol plugin groupchat bookmarks and pdf urls</li>
<li>Added jicofo, server-side conference focus</li>
<li>Updated to latest Jitsi Meet and Jitsi Videobridge</li>
</ul>
<p><b>0.0.3</b> -- Dec 6th, 2014</p>
<ul>
<li>Changed version to 3.9.9 to overcome bug in openfire version control</li>
<li>Added recording parameters to admin web page</li>
<li>Updated Jitsi Meet and Jitsi Videobridge</li>
<li>Added Spark plugin</li>
<li>Added support for Openfire vCard avatars</li>
</ul>
<p><b>0.0.2</b> -- Nov 30th, 2014</p>
<ul>
<li>Added Candy and Fastpath.</li>
</ul>
<p><b>0.0.1</b> -- Nov 27th, 2014</p>
<ul>
<li>Initial release.</li>
</ul>
</body>
</html>