Removed server_events dependency on libotr headers

This commit is contained in:
James Booth
2015-04-27 23:17:38 +01:00
parent f219302f06
commit eb177ccbef
4 changed files with 48 additions and 41 deletions

View File

@@ -41,6 +41,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_keygen(ProfAccount *account)
{
@@ -53,7 +54,7 @@ gboolean otr_key_loaded(void)
}
char* otr_tag_message(const char * const msg)
{
{
return NULL;
}