telepathy-gabble: Add more contact attribute constants

Simon McVittie smcv at kemper.freedesktop.org
Tue Sep 24 04:12:11 PDT 2013


Module: telepathy-gabble
Branch: master
Commit: 00aee31c74e4100a2190984a79864b886070f573
URL:    http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=00aee31c74e4100a2190984a79864b886070f573

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Tue Sep 24 12:12:05 2013 +0100

Add more contact attribute constants

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49389
Reviewed-by: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
[copied back from Haze to Gabble -smcv]
Signed-off-by: Simon McVittie <simon.mcvittie at collabora.co.uk>

---

 tests/twisted/constants.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/tests/twisted/constants.py b/tests/twisted/constants.py
index 8c60167..e4235f8 100644
--- a/tests/twisted/constants.py
+++ b/tests/twisted/constants.py
@@ -187,6 +187,9 @@ CONN_IFACE_ADDRESSING = CONN + '.Interface.Addressing1'
 ATTR_CONTACT_ID = CONN + '/contact-id'
 ATTR_CONTACT_CAPABILITIES = CONN_IFACE_CONTACT_CAPS + '/capabilities'
 ATTR_PRESENCE = CONN_IFACE_SIMPLE_PRESENCE + '/presence'
+ATTR_SUBSCRIBE = CONN_IFACE_CONTACT_LIST + '/subscribe'
+ATTR_PUBLISH = CONN_IFACE_CONTACT_LIST + '/publish'
+ATTR_GROUPS = CONN_IFACE_CONTACT_GROUPS + '/groups'
 
 STREAM_HANDLER = PREFIX + '.Media.StreamHandler'
 



More information about the telepathy-commits mailing list