Incorrect comparison of group chat particpant JIDs
Description
At two places in the code that handles the group chat participant list, code is trying to compare a basic string with a JID-based class. Such a comparison cannot ever yield a positive result. Instead, instances of the same type should be compared.