diff mcabber/src/roster.h @ 1065:230dca34dbea

Extand pgp_data structure Extand pgp_data structure so that we can disbale PGP per contact and compare the signature key with a reference key id.
author Mikael Berthe <mikael@lilotux.net>
date Sat, 02 Dec 2006 11:13:40 +0100
parents ebbde723614b
children 382ec54b584e
line wrap: on
line diff
--- a/mcabber/src/roster.h	Fri Dec 01 23:50:52 2006 +0100
+++ b/mcabber/src/roster.h	Sat Dec 02 11:13:40 2006 +0100
@@ -100,9 +100,9 @@
 };
 
 struct pgp_data {
-  gchar *sign_keyid;
+  gchar *sign_keyid;  // KeyId used by the contact to sign their presence/msg
 #ifdef HAVE_GPGME
-  gpgme_sigsum_t last_sigsum;
+  gpgme_sigsum_t last_sigsum; // Last signature summary
 #endif
 };