This commit is contained in:
Nikos Kouremenos 2005-11-13 20:31:44 +00:00
parent 1921c43a94
commit dc27356721
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ def get_real_jid_from_fjid(account, fjid):
if not nick: # It's not a fake_jid, it is a real jid
return fjid # we return the real jid
real_jid = fjid
gcs = interface.windows[account]['gc']
gcs = interface.instances[account]['gc']
if gcs.has_key(room_jid):
# It's a pm, so if we have real jid it's in contact.jid
if not gc_contacts[account][room_jid].has_key(nick):