-
Notifications
You must be signed in to change notification settings - Fork 31
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
Copying entire friend ID via custom_packets. #17
Comments
why do you need the other friend's ToxID |
It's sometimes useful to have friend ID, for example when you want to add it on another client/computer. Or if a friend demands you the ToxID of another friend ^^ |
I believe @subliun is doing something similar for Antox, you should use the same method and be compatible. |
ah, nice! @subliun could you talk here about what you did, in order to make Ricin compatible, and maybe adding this in the Tacos/Tox-STS :3 |
Great idea. Came here from Tox group chat. As a regular Tox user who's been trying to get his friends to use it for a year now(with limited success), I say every Tox client should have this feature. If it can be, it'd be nice if this would be supported in toxcore. One of the most annoying things right now is adding friends of friends. You have to either keep a database of friend IDs like I do, or ask them when they happen to be online. |
I'd like to have such feature. I hate when I have to add every friend's id manually on my phone. |
@subliun any news about what you did for Antox ? |
Wouldn't it be nice to have some kind of contact sharing? This could be relatively trivially implemented by displaying a suggestion to make a friend request when someone sends you a Tox ID. Additionally, we could implement a "share contact" button that would automatically ask for another contacts Tox ID (as suggested above) and paste it into the current conversation. |
@codedust Yep, should be doable i guess. Can you open an issue for this suggestion please ? x) |
Done ;) |
You can implement it using plugins like I did in my client (https://github.com/ingvar1995/toxygen_plugins/tree/master/CopyableToxId) |
A user should be able to copy friends ToxID. To achieve this I think it would be nice to use the
custom_packets
"method" provided by ToxCore.Example:
friend_request_toxid
packet to Bob ;Yes
his client send afriend_response_toxid
containing it's ToxID ;No
his client send afriend_response_toxid
containingnull
orfalse
.friend_response_toxid
and can:Extra: It should be possible to auto-accept
friend_request_toxid
but this should be disabled by default.Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: