summaryrefslogtreecommitdiff
path: root/src/contact.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/contact.py')
-rw-r--r--src/contact.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/contact.py b/src/contact.py
index 5074a0dc..93f2f69e 100644
--- a/src/contact.py
+++ b/src/contact.py
@@ -41,6 +41,8 @@ class Resource(object):
def presence(self):
return self._data.get('show') or ''
+ show = presence
+
@property
def status(self):
return self._data.get('status') or ''