Difference between revisions of "User:Wizzup/Telepathy"
Line 1: | Line 1: | ||
This page contains my (personal) notes on how Telepathy (and to some degree rtcom) works, in general, and how it works on Fremantle, and how we plan to make it all work. | This page contains my (personal) notes on how Telepathy (and to some degree rtcom) works, in general, and how it works on Fremantle, and how we plan to make it all work. | ||
= Accounts = | |||
Accounts are stored in <code>/home/user/.rtcom-accounts/accounts.cfg</code> on Fremantle, and <code>HOME/.local/share/telepathy/mission-control/accounts.cfg</code> normally in Telepathy. | Accounts are stored in <code>/home/user/.rtcom-accounts/accounts.cfg</code> on Fremantle, and <code>HOME/.local/share/telepathy/mission-control/accounts.cfg</code> normally in Telepathy. | ||
Line 10: | Line 8: | ||
It looks like Telepathy mission-control (MC) is the one that actually manages the accounts, and <code>mc-tool</code> can be used to manage the accounts. This means that likely there are no other tools that read <code>accounts.cfg</code> on Fremantle, and everything that lists/adds/removes accounts goes through Telepathy MC. | It looks like Telepathy mission-control (MC) is the one that actually manages the accounts, and <code>mc-tool</code> can be used to manage the accounts. This means that likely there are no other tools that read <code>accounts.cfg</code> on Fremantle, and everything that lists/adds/removes accounts goes through Telepathy MC. | ||
== telepathy-ring accounts == | |||
It is not clear to me what adds the initial "sms" account, but there must be something that configures this account initially. | It is not clear to me what adds the initial "sms" account, but there must be something that configures this account initially. | ||
= SMS = | |||
telepathy-ring is used to communicate with the modem through ofono. This account has the following options set on my device: | telepathy-ring is used to communicate with the modem through ofono. This account has the following options set on my device: | ||
Line 34: | Line 32: | ||
<code>ConnectAutomatically</code> seems to suggest there is no specific program that starts telepathy-ring (just MC itself), as long as the account is requested (I guess?) by something. | <code>ConnectAutomatically</code> seems to suggest there is no specific program that starts telepathy-ring (just MC itself), as long as the account is requested (I guess?) by something. | ||
= Fremantle (rtcom) = | |||
= Further reading = | |||
* https://www.aosabook.org/en/telepathy.html | * https://www.aosabook.org/en/telepathy.html |
Revision as of 11:56, 11 January 2022
This page contains my (personal) notes on how Telepathy (and to some degree rtcom) works, in general, and how it works on Fremantle, and how we plan to make it all work.
Accounts
Accounts are stored in /home/user/.rtcom-accounts/accounts.cfg
on Fremantle, and HOME/.local/share/telepathy/mission-control/accounts.cfg
normally in Telepathy.
It looks like Telepathy mission-control (MC) is the one that actually manages the accounts, and mc-tool
can be used to manage the accounts. This means that likely there are no other tools that read accounts.cfg
on Fremantle, and everything that lists/adds/removes accounts goes through Telepathy MC.
telepathy-ring accounts
It is not clear to me what adds the initial "sms" account, but there must be something that configures this account initially.
SMS
telepathy-ring is used to communicate with the modem through ofono. This account has the following options set on my device:
[ring/tel/ring] manager=ring protocol=tel param-account=ring Enabled=true HasBeenOnline=true ConnectAutomatically=true AutomaticPresenceType=2 AutomaticPresenceStatus=available Profile=tel NormalizedName=<SelfHandle>
ConnectAutomatically
seems to suggest there is no specific program that starts telepathy-ring (just MC itself), as long as the account is requested (I guess?) by something.