We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ring/tel
ofono/ofono
if (account->cmName() != QLatin1String("ring")) presenceUpdate(account, presence);
ringAccountPath
event.setRecipients(ringAccountPath)
if (isSms) { localUid = RING_ACCOUNT; }
localUid.indexOf("/ring/tel/") >= 0 ? SMSEvent : IMEvent
isPhone: localUid.indexOf('/ring/tel/') >= 0
telepathyAccounts.ringAccountPath
The text was updated successfully, but these errors were encountered:
fix tests #1: mock lib name
b9ce313
24d0fd0
Don't create a threaded delay
468ec12
This fixes TelepathyIM#1 and fixes ubports/ubuntu-touch#860
No branches or pull requests
Differenced to Telepathy Ring
ring/tel
ofono/ofono
Telepathy Ring Hardcode in SFOS components
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.ringAccountPath
, such asevent.setRecipients(ringAccountPath)
if (isSms) { localUid = RING_ACCOUNT; }
localUid.indexOf("/ring/tel/") >= 0 ? SMSEvent : IMEvent
isPhone: localUid.indexOf('/ring/tel/') >= 0
isPhone: localUid.indexOf('/ring/tel/') >= 0
telepathyAccounts.ringAccountPath
The text was updated successfully, but these errors were encountered: