-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Differenced to Telepathy Ring
| Key | Telepathy Ring | Telepathy Ofono |
|---|---|---|
| Manager/Protocol | ring/tel |
ofono/ofono |
| Chan.Type | StreamedMedia (legacy) | Call1 (modern) |
Telepathy Ring Hardcode in SFOS components
- commhistory-daemon
- accountpresenceservice.cpp
if (account->cmName() != QLatin1String("ring")) presenceUpdate(account, presence);Probably we should check StorageRestrictions (not exposed in TpQt API) instead of cmName, see Wire up Account .Storage properties telepathy-qt#34. - mmshandler.cpp, smartmessaging.cpp: refs to
ringAccountPath, such asevent.setRecipients(ringAccountPath)
- accountpresenceservice.cpp
- libcommhistory
- commhistory-tool.cpp
if (isSms) { localUid = RING_ACCOUNT; } - declarativegroupmanager.cpp
localUid.indexOf("/ring/tel/") >= 0 ? SMSEvent : IMEvent
- commhistory-tool.cpp
- sailfish-components-contacts-qt5
- ContactActivityList.qml
isPhone: localUid.indexOf('/ring/tel/') >= 0 - RecentContactsList.qml
isPhone: localUid.indexOf('/ring/tel/') >= 0
- ContactActivityList.qml
- jolla-messages
- A lot of references to
telepathyAccounts.ringAccountPath
- A lot of references to
- voicecall
- TelepathyProvider uses deprecated Calls API (not implemented in telepathy-ofono). Option: implement a new/old API fallback in TelepathyQt.
- TelepathyProvider/shouldForceReconnect()
Metadata
Metadata
Assignees
Labels
No labels