From 71c35eb279b2271b89896dcff551ba762f66b3a5 Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 11 Mar 2013 02:04:20 +0100 Subject: Implement XEP-0118 (Fix #1840) - Add new theming options - Show the tune in the roster (both in contact line and infowin) - add an option to show tunes as info messages --- src/contact.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/contact.py') diff --git a/src/contact.py b/src/contact.py index 4c570a54..27a0c701 100644 --- a/src/contact.py +++ b/src/contact.py @@ -66,6 +66,7 @@ class Contact(object): self.__item = item self.folded_states = defaultdict(lambda: True) self.error = None + self.tune = {} @property def groups(self): -- cgit v1.2.3