Add OX test stubs

This commit is contained in:
Michael Vetter
2020-06-29 21:21:16 +02:00
parent 31ec640d05
commit 60f4098846
2 changed files with 16 additions and 0 deletions

View File

@@ -122,6 +122,11 @@ char* message_send_chat_pgp(const char * const barejid, const char * const msg,
return NULL;
}
char* message_send_chat_ox(const char * const barejid, const char * const msg, gboolean request_receipt, const char *const replace_id)
{
return NULL;
}
char* message_send_private(const char *const fulljid, const char *const msg, const char *const oob_url)
{
return NULL;