aboutsummaryrefslogtreecommitdiffstats
path: root/server/user.py
diff options
context:
space:
mode:
Diffstat (limited to 'server/user.py')
-rw-r--r--server/user.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/user.py b/server/user.py
index d63e659..383085d 100644
--- a/server/user.py
+++ b/server/user.py
@@ -21,7 +21,7 @@ class User:
registration, key = ObjectReader(self.hash).get_content(self.jid)
return registration
- def registered(self):
+ def is_registered(self):
return Object(self.hash).exists()
def unregister(self, jid):