1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-29 11:10:18 +02:00

[ticket/17135] Refactor messenger code to services [ci skip]

PHPBB3-17135
This commit is contained in:
rxu
2023-06-06 12:54:15 +07:00
parent df5b7fd66e
commit 5be1f5d5c9
20 changed files with 296 additions and 236 deletions

View File

@@ -110,6 +110,16 @@ class jabber extends base
];
}
/**
* Get messenger method id
*
* @return int
*/
public function get_id()
{
return NOTIFY_IM;
}
/**
* Check if the messenger method is enabled
* @return void