summaryrefslogtreecommitdiff
path: root/src/contact.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2012-04-18 23:45:16 +0200
committermathieui <mathieui@mathieui.net>2012-04-18 23:45:16 +0200
commit71596ec10b56e40a87b91c1e9dab5de3a0398761 (patch)
tree6739a7964eb8e4cbf3409c61591d78e16caa0d46 /src/contact.py
parentbdcddf56e12567d20baa38717335f41c49e978bc (diff)
downloadpoezio-71596ec10b56e40a87b91c1e9dab5de3a0398761.tar.gz
poezio-71596ec10b56e40a87b91c1e9dab5de3a0398761.tar.bz2
poezio-71596ec10b56e40a87b91c1e9dab5de3a0398761.tar.xz
poezio-71596ec10b56e40a87b91c1e9dab5de3a0398761.zip
Add a 'v' keybind on the roster to get the version of the selected
resource-s
Diffstat (limited to 'src/contact.py')
-rw-r--r--src/contact.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/contact.py b/src/contact.py
index 1874ff59..66f8c453 100644
--- a/src/contact.py
+++ b/src/contact.py
@@ -79,6 +79,11 @@ class Contact(object):
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"""
return self._jid