telepathy-gabble: constants: add SMS iface
Guillaume Desmottes
gdesmott at kemper.freedesktop.org
Tue Oct 15 15:11:19 PDT 2013
Module: telepathy-gabble
Branch: master
Commit: 11eedbf7f003e8b98ac5626a4b14a27580354d67
URL: http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=11eedbf7f003e8b98ac5626a4b14a27580354d67
Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date: Tue Oct 15 18:11:08 2013 -0400
constants: add SMS iface
---
tests/twisted/constants.py | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/tests/twisted/constants.py b/tests/twisted/constants.py
index d792b70..8e0e5a5 100644
--- a/tests/twisted/constants.py
+++ b/tests/twisted/constants.py
@@ -54,6 +54,7 @@ CHANNEL_IFACE_ROOM = CHANNEL + '.Interface.Room2'
CHANNEL_IFACE_ROOM_CONFIG = CHANNEL + '.Interface.RoomConfig1'
CHANNEL_IFACE_SUBJECT = CHANNEL + '.Interface.Subject2'
CHANNEL_IFACE_FILE_TRANSFER_METADATA = CHANNEL + '.Interface.FileTransfer.Metadata'
+CHANNEL_IFACE_SMS = CHANNEL + '.Interface.SMS'
CHANNEL_TYPE_CALL = CHANNEL + ".Type.Call1"
CHANNEL_TYPE_CONTACT_LIST = CHANNEL + ".Type.ContactList"
@@ -626,3 +627,7 @@ TEST_DBUS_ACCOUNT_SERVICE_IFACE = TEST_DBUS_ACCOUNT_SERVICE
TEST_DBUS_ACCOUNT_PLUGIN_PATH = TESTSLASH + "DBusAccountPlugin"
TEST_DBUS_ACCOUNT_PLUGIN_IFACE = TESTDOT + "DBusAccountPlugin"
+
+# Channel.Interface.SMS
+SMS_FLASH = CHANNEL_IFACE_SMS + '.Flash'
+SMS_CHANNEL = CHANNEL_IFACE_SMS + '.SMSChannel'
More information about the telepathy-commits
mailing list