Skip to content
Snippets Groups Projects
Commit ea4997f1 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

configurationmanager: add getContactDetails

Change-Id: I991039c4dd9fbaca8b0cff7c438af4fa5fbe6b97
parent 0fbca686
No related branches found
No related tags found
No related merge requests found
...@@ -219,6 +219,7 @@ void sendTrustRequest(const std::string& accountId, const std::string& to, const ...@@ -219,6 +219,7 @@ void sendTrustRequest(const std::string& accountId, const std::string& to, const
void addContact(const std::string& accountId, const std::string& uri); void addContact(const std::string& accountId, const std::string& uri);
void removeContact(const std::string& accountId, const std::string& uri, const bool& ban); void removeContact(const std::string& accountId, const std::string& uri, const bool& ban);
std::vector<std::map<std::string, std::string>> getContacts(const std::string& accountId); std::vector<std::map<std::string, std::string>> getContacts(const std::string& accountId);
std::map<std::string, std::string> getContactDetails(const std::string& accountId, const std::string& uri);
void connectivityChanged(); void connectivityChanged();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment