diff frontends/src/wix/contact_list.py @ 502:debcf5dd404a

QuickFrontend, Primitivus, Wix: special entities management: - MUC rooms are special entities - Primitivus: special entities are shown at the top of the contacts list above a divider, presence updates are temporary ignored for them
author Goffi <goffi@goffi.org>
date Tue, 25 Sep 2012 23:10:22 +0200
parents e9634d2e7b38
children 886754295efe
line wrap: on
line diff
--- a/frontends/src/wix/contact_list.py	Tue Sep 25 00:58:34 2012 +0200
+++ b/frontends/src/wix/contact_list.py	Tue Sep 25 23:10:22 2012 +0200
@@ -168,6 +168,8 @@
                 if _present:
                     self.Insert(_present, gp_idx+1, contact)
 
+    def setSpecial(self, special_jid, special_type):
+        pass
 
 
     def remove(self, contact):