Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in / Register
Toggle navigation
J
jami-daemon
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
118
Issues
118
List
Boards
Labels
Milestones
Security & Compliance
Security & Compliance
Dependency List
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
savoirfairelinux
jami-daemon
Commits
b8366ceb
Commit
b8366ceb
authored
May 31, 2017
by
Adrien Béraud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update for latest daemon API changes
Change-Id: I8cca63bbd28bd5642845c21837cae7c756af1a9b
parent
8ae44ea7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bin/nodejs/configurationmanager.i
bin/nodejs/configurationmanager.i
+1
-1
No files found.
bin/nodejs/configurationmanager.i
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
)
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment