This commit is contained in:
Yann Leboulanger 2006-05-01 13:26:07 +00:00
parent 0eac300378
commit 5a9625ff90
1 changed files with 1 additions and 2 deletions

View File

@ -253,8 +253,7 @@ def jid_is_transport(jid):
# if not '@' or '@' starts the jid then it is transport
if jid.find('@') <= 0:
return True
else:
return False
return False
def get_jid_from_account(account_name):
'''return the jid we use in the given account'''