~ubuntu-branches/ubuntu/precise/telepathy-mission-control-5/precise

« back to all changes in this revision

Viewing changes to test/twisted/constants.py

ImportĀ upstreamĀ versionĀ 5.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
CONN_IFACE_CAPS = CONN + '.Interface.Capabilities'
61
61
CONN_IFACE_CONTACTS = CONN + '.Interface.Contacts'
62
62
CONN_IFACE_CONTACT_CAPS_DRAFT1 = CONN + '.Interface.ContactCapabilities.DRAFT'
63
 
CONN_IFACE_CONTACT_CAPS_DRAFT2 = CONN + '.Interface.ContactCapabilities.DRAFT2'
 
63
CONN_IFACE_CONTACT_CAPS = CONN + '.Interface.ContactCapabilities'
64
64
CONN_IFACE_REQUESTS = CONN + '.Interface.Requests'
65
65
CONN_IFACE_SIMPLE_PRESENCE = CONN + '.Interface.SimplePresence'
66
66
 
171
171
ACCOUNT_IFACE_NOKIA_CONDITIONS = 'com.nokia.Account.Interface.Conditions'
172
172
 
173
173
AM = tp_name_prefix + '.AccountManager'
174
 
AM_IFACE_CREATION_DRAFT = AM + '.Interface.Creation.DRAFT'
175
174
AM_IFACE_NOKIA_QUERY = 'com.nokia.AccountManager.Interface.Query'
176
175
AM_PATH = tp_path_prefix + '/AccountManager'
177
176