1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/17493] Remove notification method jabber

PHPBB-17493
This commit is contained in:
Marc Alexander
2025-04-14 20:27:03 +02:00
parent 3128b3fa9b
commit ef47c69155
5 changed files with 30 additions and 159 deletions

View File

@@ -233,19 +233,6 @@ services:
tags:
- { name: notification.method }
notification.method.jabber:
class: phpbb\notification\method\jabber
shared: false
arguments:
- '@user_loader'
- '@user'
- '@config'
- '%core.root_path%'
- '%core.php_ext%'
- '@messenger.method_collection'
tags:
- { name: notification.method }
notification.method.webpush:
class: phpbb\notification\method\webpush
shared: false