Random cleanup/implementation fairy of fun
[theonering] / src / constants.py
index d1bc9a0..8c24289 100644 (file)
@@ -7,3 +7,5 @@ __build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".telepathy-theonering")
 _user_settings_ = "%s/settings.ini" % _data_path_
+_telepathy_protocol_name_ = "gvoice"
+_telepathy_implementation_name_ = "theonering"