don't handle xmpp:// uri, correct uri are xmpp:

This commit is contained in:
Yann Leboulanger 2007-01-05 17:38:43 +00:00
parent 959687c262
commit 759ddff650
1 changed files with 0 additions and 2 deletions

View File

@ -569,8 +569,6 @@ class SignalObject(dbus.service.Object):
accounts = [account]
else:
accounts = gajim.connections.keys()
if jid.startswith('xmpp://'):
return jid[7:] # len('xmpp://') = 7
if jid.startswith('xmpp:'):
return jid[5:] # len('xmpp:') = 5
nick_in_roster = None # Is jid a nick ?