1
0
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:
Nathan Guse
2012-09-12 23:03:26 -05:00
parent 48cb98045e
commit 97fde62b14
3 changed files with 43 additions and 8 deletions

View File

@@ -21,5 +21,7 @@ if (!defined('IN_PHPBB'))
*/
interface phpbb_notifications_method_interface
{
public function is_available();
public function notify();
}