Added JID to log when failing to load PGP fingerprint

Added PGP stub for tests
This commit is contained in:
James Booth
2015-08-23 23:09:44 +01:00
parent 8501d1db33
commit b1ab4b2854
2 changed files with 6 additions and 1 deletions

View File

@@ -30,6 +30,11 @@ char* p_gpg_sign(const char * const str, const char * const fp)
return NULL;
}
gboolean p_gpg_valid_key(const char * const keyid)
{
return FALSE;
}
gboolean p_gpg_available(const char * const barejid)
{
return FALSE;