Added detection of missed calls. As part of this I moved some of the connections...
[theonering] / src / telepathy-theonering
1 #!/usr/bin/python
2
3 import sys
4 sys.path.insert(0, "/usr/lib/theonering")
5
6
7 import theonering
8
9
10 if __name__ == "__main__":
11         theonering.main(logToFile=True)