feat: setup TURN server

This commit is contained in:
link2xt
2025-08-21 05:43:55 +00:00
committed by l
parent 248603ab0a
commit d7f50183ea
7 changed files with 102 additions and 3 deletions

View File

@@ -29,6 +29,7 @@ echobot = "chatmaild.echo:main"
chatmail-metrics = "chatmaild.metrics:main"
delete_inactive_users = "chatmaild.delete_inactive_users:main"
lastlogin = "chatmaild.lastlogin:main"
turnserver = "chatmaild.turnserver:main"
[project.entry-points.pytest11]
"chatmaild.testplugin" = "chatmaild.tests.plugin"