Added more stuff

This commit is contained in:
Raynaldo Rivera
2014-10-07 00:19:47 -07:00
parent d2d3f0ec85
commit 1315649c19
19 changed files with 1095 additions and 152 deletions

View File

@@ -30,5 +30,5 @@ class JabberManager():
api.update_user(username, password)
def __santatize_username(self, username):
sanatized = username.replace(" ","_")
sanatized = username.replace(" ", "_")
return sanatized.lower()