diff options
author | Christoph Burschka | 2014-01-16 19:34:39 +0100 |
---|---|---|
committer | Christoph Burschka | 2014-01-16 19:34:39 +0100 |
commit | 841bcac241bac980d5e943793ffda3372d7f8f82 (patch) | |
tree | 93ffd23c4340426358ce3ee86869cd785a195cd8 /core/EjabberdAuthBridge.php | |
parent | Finally remove unused setpass/register hooks. (diff) | |
download | ejabberd-auth-php-841bcac241bac980d5e943793ffda3372d7f8f82.tar.gz |
Big multiple-plugins patch (fixes #2).
Diffstat (limited to 'core/EjabberdAuthBridge.php')
-rw-r--r-- | core/EjabberdAuthBridge.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/EjabberdAuthBridge.php b/core/EjabberdAuthBridge.php index 68a9a25..e77a67d 100644 --- a/core/EjabberdAuthBridge.php +++ b/core/EjabberdAuthBridge.php @@ -6,7 +6,4 @@ abstract class EjabberdAuthBridge { abstract function isuser($username, $server); abstract function auth($username, $server, $password); - abstract function setpass($username, $server, $password); - abstract function tryregister($username, $server, $password); - abstract function removeuser($username, $server); } |