Merge branch 'master' into pgp

This commit is contained in:
James Booth
2015-04-27 23:45:51 +01:00
5 changed files with 92 additions and 74 deletions

View File

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