/

ts/xmpp/stub_ox.c?id=fb4aec752f67788729a46d5f814627ba9309f3a9'>tree commit diff stats
path: root/tests/unittests/xmpp/stub_ox.c
blob: ff99c633654b2d237d75adb909a922ffce620f2e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#include <stdio.h>
#include <glib.h>
#include <stdlib.h>

gboolean
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)
{
}