Mercurial > libervia-backend
diff frontends/src/wix/contact_list.py @ 510:886754295efe
quick frontend, primitivus, wix: MUC private messages management
/!\ not fully finished, backend part is not done yet /!\
- as resources are discarded to manage chat windows lists, a pretty dirty hack is done to work around this:
full jid is escaped using a prefix (it becomes invalid and resource is preserved).
- new quick_utils module, with helper methods. escapePrivate and unescapePrivate implementations
- MUC private messages are not managed in Wix yet
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 11 Oct 2012 00:48:35 +0200 |
parents | debcf5dd404a |
children | ca13633d3b6b |
line wrap: on
line diff
--- a/frontends/src/wix/contact_list.py Fri Sep 28 00:48:52 2012 +0200 +++ b/frontends/src/wix/contact_list.py Thu Oct 11 00:48:35 2012 +0200 @@ -169,8 +169,7 @@ self.Insert(_present, gp_idx+1, contact) def setSpecial(self, special_jid, special_type): - pass - + QuickContactList.setSpecial(self, special_jid, special_type) def remove(self, contact): """remove a contact from the list"""