nothing
This commit is contained in:
parent
0eac300378
commit
5a9625ff90
1 changed files with 1 additions and 2 deletions
|
@ -253,8 +253,7 @@ def jid_is_transport(jid):
|
||||||
# if not '@' or '@' starts the jid then it is transport
|
# if not '@' or '@' starts the jid then it is transport
|
||||||
if jid.find('@') <= 0:
|
if jid.find('@') <= 0:
|
||||||
return True
|
return True
|
||||||
else:
|
return False
|
||||||
return False
|
|
||||||
|
|
||||||
def get_jid_from_account(account_name):
|
def get_jid_from_account(account_name):
|
||||||
'''return the jid we use in the given account'''
|
'''return the jid we use in the given account'''
|
||||||
|
|
Loading…
Add table
Reference in a new issue