diff options
Diffstat (limited to 'tests/twisted/constants.py')
-rw-r--r-- | tests/twisted/constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/twisted/constants.py b/tests/twisted/constants.py index 5b42d315..9409779d 100644 --- a/tests/twisted/constants.py +++ b/tests/twisted/constants.py @@ -125,6 +125,7 @@ CONN_IFACE_CAPS = CONN + '.Interface.Capabilities' CONN_IFACE_CONTACTS = CONN + '.Interface.Contacts' CONN_IFACE_CONTACT_CAPS = CONN + '.Interface.ContactCapabilities' CONN_IFACE_CONTACT_INFO = CONN + ".Interface.ContactInfo" +CONN_IFACE_NAMES1 = CONN + '.Interface.Names1' CONN_IFACE_PRESENCE = CONN + '.Interface.Presence' CONN_IFACE_SIMPLE_PRESENCE = CONN + '.Interface.SimplePresence' CONN_IFACE_REQUESTS = CONN + '.Interface.Requests' |