Ignore:
Timestamp:
May 24, 2010, 8:22:54 PM (14 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
release-1.6
Children:
764a03e
Parents:
d699541
git-author:
Nelson Elhage <nelhage@mit.edu> (05/18/10 11:20:37)
git-committer:
Nelson Elhage <nelhage@mit.edu> (05/24/10 20:22:54)
Message:
Jabber: Fix completion of MUC names.

Properly store the MUC name, instead of the stringified JID object.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm

    r8789410 rd9b0bad6  
    680680                                                   MaxChars => 0
    681681                                                  });
    682     $completion_jids{$muc} = 1;
     682    $completion_jids{$muc->GetJID('base')} = 1;
    683683    return;
    684684}
Note: See TracChangeset for help on using the changeset viewer.