Fixing bug with reseting the state machine and adding a status checker for state...
[theonering] / support / theonering.manager
index dab8505..2caff6b 100644 (file)
@@ -4,6 +4,15 @@ BusName = org.freedesktop.Telepathy.ConnectionManager.theonering
 ObjectPath = /org/freedesktop/Telepathy/ConnectionManager/theonering
 
 [Protocol sip]
-param-username = s required
+param-account = s required
 param-password = s required secret
-param-forward = s required
+param-forward = s
+param-use-gv-contacts = b
+param-contacts-poll-period-in-hours = i
+param-voicemail-poll-period-in-minutes = i
+param-texts-poll-period-in-minutes = i
+default-forward =
+default-use-gv-contacts = true
+default-contacts-poll-period-in-hours = 12
+default-voicemail-poll-period-in-minutes = 120
+default-texts-poll-period-in-minutes = 10