CHANGELOG: update

This commit is contained in:
Matthew Wild 2020-06-22 11:44:30 +01:00
parent 67336ed114
commit bd7c35595d
2 changed files with 12 additions and 0 deletions

View File

@ -1,5 +1,16 @@
# Snikket Server changelog
## UNRELEASED
- Add support for generating account recovery links
- Fix group chat creation glitches
- Increase file sharing limit from 1MB -> 10MB
- Enable Prosody admin shell for debug purposes
## alpha.20200525
- Fix for the TURN service auth configuration that prevented some A/V calls from working
## alpha.20200513
- Add STUN/TURN service to facilitate audio/video calls (see note below)

View File

@ -52,6 +52,7 @@ modules_enabled = {
"roster_allinall";
"update_check";
"turncredentials";
"admin_shell";
-- TODO...
--"groups"; -- Shared roster support