mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
dring: remove unused getTlsDefaultSettings
Change-Id: I1173c7d3a5cc35dc28f3077404cdade6f08354f0
This commit is contained in:

committed by
Adrien Béraud

parent
36966f4c2a
commit
64d5a6708a
@ -96,8 +96,6 @@ bool lookupAddress(const std::string& account, const std::string& nameserver, co
|
||||
bool registerName(const std::string& account, const std::string& password, const std::string& name);
|
||||
bool searchUser(const std::string& account, const std::string& query);
|
||||
|
||||
std::map<std::string, std::string> getTlsDefaultSettings();
|
||||
|
||||
std::vector<unsigned> getCodecList();
|
||||
std::vector<std::string> getSupportedTlsMethod();
|
||||
std::vector<std::string> getSupportedCiphers(const std::string& accountID);
|
||||
|
Reference in New Issue
Block a user