comparison 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
comparison
equal deleted inserted replaced
1064:516b5f7d1023 1065:230dca34dbea
98 CHATSTATES_SUPPORT_NONE, 98 CHATSTATES_SUPPORT_NONE,
99 CHATSTATES_SUPPORT_OK 99 CHATSTATES_SUPPORT_OK
100 }; 100 };
101 101
102 struct pgp_data { 102 struct pgp_data {
103 gchar *sign_keyid; 103 gchar *sign_keyid; // KeyId used by the contact to sign their presence/msg
104 #ifdef HAVE_GPGME 104 #ifdef HAVE_GPGME
105 gpgme_sigsum_t last_sigsum; 105 gpgme_sigsum_t last_sigsum; // Last signature summary
106 #endif 106 #endif
107 }; 107 };
108 108
109 /* Message event and chat state flags */ 109 /* Message event and chat state flags */
110 #define ROSTER_EVENT_NONE 0U 110 #define ROSTER_EVENT_NONE 0U