Chat Federation WIP: code cleaning.

This commit is contained in:
John Livingston
2023-05-23 17:46:47 +02:00
parent 8fe48a068f
commit 627b45ffc7
4 changed files with 90 additions and 132 deletions

View File

@ -15,6 +15,7 @@ TODO: mod_s2s_peertubelivechat: dont allow to connect to remote server that are
TODO: when sanitizing remote chat endpoint, check that the domain is the same as the video domain (or is room.videodomain.tld).
TODO: get remote server chat informations if missing (for now, it can be missing if there is no known remote video from that server).
TODO: outgoing s2s connection have a session.secure=true hardcoded. Should not.
TODO: only compatible with Prosody 0.12.x. So it should be documented for people using «system Prosody». And i should fix the ARM AppImage.
### Minor changes and fixes