diff options
Diffstat (limited to 'src/contact.py')
-rw-r--r-- | src/contact.py | 2 |
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 '' |