[telepathy-gabble/master] add presence types to constants.py
Dafydd Harries
dafydd.harries at collabora.co.uk
Thu Sep 17 12:25:22 PDT 2009
---
tests/twisted/constants.py | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/tests/twisted/constants.py b/tests/twisted/constants.py
index e47501f..6e38dcb 100644
--- a/tests/twisted/constants.py
+++ b/tests/twisted/constants.py
@@ -246,3 +246,12 @@ MEDIA_CAP_GTALKP2P = 8
MEDIA_CAP_ICEUDP = 16
CLIENT = 'org.freedesktop.Telepathy.Client'
+
+PRESENCE_OFFLINE = 1
+PRESENCE_AVAILABLE = 2
+PRESENCE_AWAY = 3
+PRESENCE_EXTENDED_AWAY = 4
+PRESENCE_HIDDEN = 5
+PRESENCE_BUSY = 6
+PRESENCE_UNKNOWN = 7
+PRESENCE_ERROR = 8
--
1.5.6.5
More information about the telepathy-commits
mailing list