mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-22 19:46:21 +00:00
Added /otr trust|untrust commands
This commit is contained in:
@@ -32,6 +32,10 @@ void otr_keygen(ProfAccount *account);
|
||||
gboolean otr_key_loaded(void);
|
||||
gboolean otr_is_secure(const char * const recipient);
|
||||
|
||||
gboolean otr_is_trusted(const char * const recipient);
|
||||
void otr_trust(const char * const recipient);
|
||||
void otr_untrust(const char * const recipient);
|
||||
|
||||
void otr_end_session(const char * const recipient);
|
||||
|
||||
char * otr_get_my_fingerprint(void);
|
||||
|
||||
Reference in New Issue
Block a user