1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-08 19:34:14 -04:00
profanity/tests/unittests/xmpp/stub_ox.c

20 lines
282 B
C
Raw Normal View History

#include <stdio.h>
#include <glib.h>
2020-07-06 09:03:13 -04:00
#include <stdlib.h>
2020-07-07 08:18:57 -04:00
gboolean
2020-07-06 09:03:13 -04:00
ox_announce_public_key(const char* const filename)
{
return FALSE;
}
void
ox_discover_public_key(const char* const jid)
{
}
void
ox_request_public_key(const char* const jid, const char* const fingerprint)
{
}