Skip to content
New issue

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

Feature: compose a new message #10

Open
sanderfoobar opened this issue Jun 23, 2022 · 3 comments
Open

Feature: compose a new message #10

sanderfoobar opened this issue Jun 23, 2022 · 3 comments

Comments

@sanderfoobar
Copy link
Collaborator

Wizzup writes:

Ability to compose a new message to a given contact (or in some cases like sms, arbitrary name/number - so the ability to pick an account to use for sending)

  1. How to get a list of contacts?
  2. Is the fetching of contacts possibly protocol dependent? i.e: for SMS we'd use rtcom, for IRC we'd need to query Telepathy(?)
@sanderfoobar
Copy link
Collaborator Author

sanderfoobar commented Jun 24, 2022

  1. How to get a list of contacts?

Wizzup writes:

the gtk rtcom code already does searching for contacts https://github.com/maemo-leste/rtcom-eventlogger-ui

Where in the code?

@MerlijnWajer
Copy link
Member

Regarding (1), this will be implement via a dialog that will return the contact, from abook. @freemangordon said he would help with this.

(2) no, it is not, it's all from osso-abook. It is possible we could get additional contacts from Telepathy, but I am not sure how that works, perhaps osso-abook even has code for that (it can use telepathy).

We can start with just a plain text field for the receiver, we will just need to know what tp-account to use for sending.

@sanderfoobar
Copy link
Collaborator Author

WIP UX implemented in 0da6a26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants