From 71596ec10b56e40a87b91c1e9dab5de3a0398761 Mon Sep 17 00:00:00 2001 From: mathieui Date: Wed, 18 Apr 2012 23:45:16 +0200 Subject: Add a 'v' keybind on the roster to get the version of the selected resource-s --- src/contact.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/contact.py') diff --git a/src/contact.py b/src/contact.py index 1874ff59..66f8c453 100644 --- a/src/contact.py +++ b/src/contact.py @@ -78,6 +78,11 @@ class Contact(object): """Groups the contact is in""" return self._groups + @property + def resources(self): + """Resources of the contact""" + return self._resources + @property def bare_jid(self): """The bare_jid or the contact""" -- cgit v1.2.3