X-Git-Url: http://git.maemo.org/git/?p=theonering;a=blobdiff_plain;f=src%2Fconstants.py;h=2b55ef819fbd753f423a399be8363181b6ab5233;hp=d1bc9a0c7e15ba8b578a29c8471a3acbb3237207;hb=fd5f2a4edc6a50262db30916e3371781958143ed;hpb=b7bc7b79578a89acc766c6efc32c21be9ff151c0 diff --git a/src/constants.py b/src/constants.py index d1bc9a0..2b55ef8 100644 --- a/src/constants.py +++ b/src/constants.py @@ -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_ = "sip" +_telepathy_implementation_name_ = "theonering"