From d137a319efc660e201ce227bf2e9e762edab5207 Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Mon, 16 May 2011 08:45:24 -0400 Subject: Fixes in the config parser and various cleanups --- server/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/user.py') 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): -- cgit v1.2.3-70-g09d2