From 871f463262f40040ceb4a6c56eb44589a1cda15d Mon Sep 17 00:00:00 2001 From: Christoph Burschka Date: Thu, 16 Jan 2014 19:30:08 +0100 Subject: Finally remove unused setpass/register hooks. --- plugins/smf2/BridgeSMF2.php | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'plugins/smf2/BridgeSMF2.php') diff --git a/plugins/smf2/BridgeSMF2.php b/plugins/smf2/BridgeSMF2.php index 30aa436..a8b474e 100644 --- a/plugins/smf2/BridgeSMF2.php +++ b/plugins/smf2/BridgeSMF2.php @@ -16,16 +16,4 @@ class BridgeSMF2 extends EjabberdAuthBridge { function auth($username, $server, $password) { return smf_ssi('checkPassword', $username, $password, TRUE); } - - function setpass($username, $server, $password) { - return FALSE; - } - - function tryregister($username, $server, $password) { - return FALSE; - } - - function removeuser($username, $server) { - return FALSE; - } } -- cgit v1.1