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