Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Send contact requests #20

Open
adriacidre opened this issue May 16, 2018 · 0 comments
Open

Send contact requests #20

adriacidre opened this issue May 16, 2018 · 0 comments

Comments

@adriacidre
Copy link
Contributor

Problem

At the moment there is no way to get other users name, this is needed for status-go-bots so they can add names to the users interacting on public channels

Implementation

This development involves some research and even the interaction is done through NewContactRequest and a ConfirmedContactRequest we have to check how do they exactly work.

In terms of the api would be nice to have a helper to manage contact requests asynchronous message publication and subscription like:

var john sdk.Contact
err := Request(contactAddress, &john)

And for bots a general option to always accept incoming contact requests.

Acceptance Criteria

As a SDK user i can send and manage contact requests to any random user address, and retrieve that specific contact information in case it's confirmed

Notes

Reference docs:

@adriacidre adriacidre changed the title Contact management Send contact requests Jun 13, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant