Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
b8366ceb
Commit
b8366ceb
authored
7 years ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
update for latest daemon API changes
Change-Id: I8cca63bbd28bd5642845c21837cae7c756af1a9b
parent
8ae44ea7
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/nodejs/configurationmanager.i
+1
-1
1 addition, 1 deletion
bin/nodejs/configurationmanager.i
with
1 addition
and
1 deletion
bin/nodejs/configurationmanager.i
+
1
−
1
View file @
b8366ceb
...
...
@@ -184,7 +184,7 @@ void sendTrustRequest(const std::string& accountId, const std::string& to, const
/* Contacts */
void addContact(const std::string& accountId, const std::string& uri);
void removeContact(const std::string& accountId, const std::string& uri);
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);
int exportAccounts(std::vector<std::string> accountIDs, std::string toDir, std::string password);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment