summaryrefslogtreecommitdiff
path: root/plugins/smf2/BridgeSMF2.php
diff options
context:
space:
mode:
authorChristoph Burschka2014-01-16 19:30:08 +0100
committerChristoph Burschka2014-01-16 19:30:08 +0100
commit871f463262f40040ceb4a6c56eb44589a1cda15d (patch)
tree73541d2540c27f922fcfefb1f2e5055e43b97895 /plugins/smf2/BridgeSMF2.php
parentUse STDERR in main.php (diff)
downloadejabberd-auth-php-871f463262f40040ceb4a6c56eb44589a1cda15d.tar.gz
Finally remove unused setpass/register hooks.
Diffstat (limited to 'plugins/smf2/BridgeSMF2.php')
-rw-r--r--plugins/smf2/BridgeSMF2.php12
1 files changed, 0 insertions, 12 deletions
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;
- }
}