mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-30 17:06:22 +00:00
Moved otr message send event to otr module
This commit is contained in:
@@ -56,7 +56,10 @@ char* otr_libotr_version(void);
|
||||
char* otr_start_query(void);
|
||||
void otr_poll(void);
|
||||
void otr_on_connect(ProfAccount *account);
|
||||
|
||||
void otr_on_message_recv(const char * const barejid, const char * const resource, const char * const message);
|
||||
void otr_on_message_send(const char * const barejid, const char * const message);
|
||||
|
||||
void otr_keygen(ProfAccount *account);
|
||||
|
||||
char* otr_tag_message(const char * const msg);
|
||||
|
||||
Reference in New Issue
Block a user