diff --git a/pgp.cpp b/pgp.cpp index 7b32d01..320d06f 100644 --- a/pgp.cpp +++ b/pgp.cpp @@ -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); diff --git a/xmpp/xep-0027.inl b/xmpp/xep-0027.inl index 3b8dd9d..5763d82 100644 --- a/xmpp/xep-0027.inl +++ b/xmpp/xep-0027.inl @@ -14,6 +14,7 @@ namespace xml { + /* Current Jabber OpenPGP Usage */ class xep0027 : virtual public node { private: std::optional> _signature; diff --git a/xmpp/xep-0045.inl b/xmpp/xep-0045.inl index 0cafa6f..ef8484e 100644 --- a/xmpp/xep-0045.inl +++ b/xmpp/xep-0045.inl @@ -17,6 +17,7 @@ namespace xml { + /* Multi-User Chat */ class xep0045 : virtual public node { public: enum class affiliation { diff --git a/xmpp/xep-0115.inl b/xmpp/xep-0115.inl index b4b5c14..2bf5299 100644 --- a/xmpp/xep-0115.inl +++ b/xmpp/xep-0115.inl @@ -14,6 +14,7 @@ namespace xml{ + /* Entity Capabilities */ class xep0115 : virtual public node { public: struct caps { diff --git a/xmpp/xep-0319.inl b/xmpp/xep-0319.inl index 462ddcd..cd19577 100644 --- a/xmpp/xep-0319.inl +++ b/xmpp/xep-0319.inl @@ -16,6 +16,7 @@ namespace xml { + /* Last User Interaction in Presence */ class xep0319 : virtual public node { private: std::optional> _idle_since;