Moved otr message send event to otr module

This commit is contained in:
James Booth
2015-04-27 23:30:33 +01:00
parent eb177ccbef
commit 70d1756a1c
4 changed files with 44 additions and 33 deletions

View File

@@ -42,6 +42,7 @@ 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)
{