#1750 prosodyctl check turn confusing when mod_external_services used
Reporter
Zash
Owner
Nobody
Created
Updated
Stars
★ (1)
Tags
Milestone-0.12
Priority-Medium
Type-Defect
Status-Accepted
Zash
on
What steps will reproduce the problem?
0. don't read the documentation saying 'prosodyctl check turn' only works with mod_turn_external
1. configure mod_external_services or random 3rd party module
2. run 'prosodyctl check turn'
What is the expected output?
It magically fixes all your problems!
What do you see instead?
Error: Unable to find any TURN services configured. Enable mod_turn_external!
All checks passed, congratulations!
What version of the product are you using?
0.12.0
Please provide any additional information below.
prosodyctl check could check if the relevant module is enabled
What steps will reproduce the problem? 0. don't read the documentation saying 'prosodyctl check turn' only works with mod_turn_external 1. configure mod_external_services or random 3rd party module 2. run 'prosodyctl check turn' What is the expected output? It magically fixes all your problems! What do you see instead? Error: Unable to find any TURN services configured. Enable mod_turn_external! All checks passed, congratulations! What version of the product are you using? 0.12.0 Please provide any additional information below. prosodyctl check could check if the relevant module is enabled
It already checks that the module is loaded at https://hg.prosody.im/trunk/file/0.12.0/util/prosodyctl/check.lua#l1231 Perhaps some words about not working with other similar modules?