mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-29 20:36:22 +00:00
OX: XEP-0373: OpenPGP for XMPP - Version 0.5.0 (2020-06-19)
Discovering Public Keys via PEP * 4.3 Discovering Public Keys of a User * 4.4 Requesting Public Keys * Import Public Keys into GnuPG's local keyring. Issue: #1331
This commit is contained in:
committed by
Michael Vetter
parent
ec6b61c2bb
commit
0552e50c78
@@ -56,3 +56,15 @@
|
||||
*/
|
||||
|
||||
gboolean ox_announce_public_key(const char* const filename);
|
||||
|
||||
/*!
|
||||
* \brief Discovering Public Keys of a User.
|
||||
*
|
||||
* Reads the public key from a JIDs PEP.
|
||||
*
|
||||
* \param jid JID
|
||||
*/
|
||||
|
||||
void ox_discover_public_key(const char* const jid);
|
||||
|
||||
void ox_request_public_key(const char* const jid, const char* const fingerprint);
|
||||
|
||||
Reference in New Issue
Block a user