mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
[ticket/11103] Jabber notification method
PHPBB3-11103
This commit is contained in:
@@ -21,5 +21,7 @@ if (!defined('IN_PHPBB'))
|
||||
*/
|
||||
interface phpbb_notifications_method_interface
|
||||
{
|
||||
public function is_available();
|
||||
|
||||
public function notify();
|
||||
}
|
||||
|
Reference in New Issue
Block a user