MDL-71473 message: Remove jabber output notification

Jabber is not widely used these days so message_jabber has been removed
from Moodle core.
This commit is contained in:
Sara Arjona
2021-09-13 08:32:47 +02:00
parent 1d700796ca
commit f471a7d23a
13 changed files with 48 additions and 572 deletions
+2 -1
View File
@@ -1726,6 +1726,7 @@ class core_plugin_manager {
'cachestore' => array('memcache'),
'enrol' => array('authorize'),
'qformat' => array('webct'),
'message' => array('jabber'),
'quizaccess' => array('safebrowser'),
'report' => array('search'),
'repository' => array('alfresco'),
@@ -1911,7 +1912,7 @@ class core_plugin_manager {
),
'message' => array(
'airnotifier', 'email', 'jabber', 'popup'
'airnotifier', 'email', 'popup'
),
'mnetservice' => array(