diff --git a/src/App.php b/src/App.php index 5d72849228..b7c881cc9f 100644 --- a/src/App.php +++ b/src/App.php @@ -254,6 +254,10 @@ class App return LogChannel::WORKER; } + if ($command === 'auth_ejabberd') { + return LogChannel::AUTH_JABBERED; + } + // @TODO Add support for jetstream return LogChannel::CONSOLE;