This commit is contained in:
Yann Leboulanger 2006-05-01 13:26:07 +00:00
parent 0eac300378
commit 5a9625ff90

View file

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