Add LogChannel for auth_ejabberd

This commit is contained in:
Philipp 2025-05-18 00:44:53 +02:00
parent 166d81f87a
commit 18537b79a7
No known key found for this signature in database
GPG key ID: 24A7501396EB5432

View file

@ -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;