SaraSmiseth / prosody

Prosody XMPP server docker image
https://hub.docker.com/r/sarasmiseth/prosody
20 stars 7 forks source link

Fix deprecated config options #64

Closed SaraSmiseth closed 4 months ago

SaraSmiseth commented 4 months ago

Adjust the config: Replace deprecated legacy_ssl with c2s_direct_tls. Removed use_libevent = true. This means the default is now used which is epoll.

Added a test to check that no deprecated config settings are used.

This fixes https://github.com/SaraSmiseth/prosody/issues/62.