master
bqv 2 years ago
parent ba1e103d74
commit 35f6355e08
No known key found for this signature in database
GPG Key ID: 9E2FF3BDEBDFC910

@ -223,7 +223,7 @@ char *pgp__verify(struct t_gui_buffer *buffer, struct t_pgp *pgp, const char *ce
if (vrf_result = gpgme_op_verify_result(pgp->gpgme);
!(vrf_result->signatures->summary & GPGME_SIGSUM_VALID))
{
goto verify_finish;
//goto verify_finish;
}
result = strdup(vrf_result->signatures->fpr);

@ -14,6 +14,7 @@
namespace xml {
/* Current Jabber OpenPGP Usage */
class xep0027 : virtual public node {
private:
std::optional<std::optional<std::string>> _signature;

@ -17,6 +17,7 @@
namespace xml {
/* Multi-User Chat */
class xep0045 : virtual public node {
public:
enum class affiliation {

@ -14,6 +14,7 @@
namespace xml{
/* Entity Capabilities */
class xep0115 : virtual public node {
public:
struct caps {

@ -16,6 +16,7 @@
namespace xml {
/* Last User Interaction in Presence */
class xep0319 : virtual public node {
private:
std::optional<std::optional<std::chrono::system_clock::time_point>> _idle_since;

Loading…
Cancel
Save