diff mcabber/src/hbuf.h @ 1484:7b36b91a4388

New UI message flag (O) when OTR is used When PGP is used, the flag is still '~'. When OTR is used (and PGP is not), the encryption flag is 'O'.
author Mikael Berthe <mikael@lilotux.net>
date Sun, 20 Apr 2008 14:30:25 +0200
parents bb1cc8902d0e
children 0121b6f3047c
line wrap: on
line diff
--- a/mcabber/src/hbuf.h	Sun Apr 20 11:45:01 2008 +0200
+++ b/mcabber/src/hbuf.h	Sun Apr 20 14:30:25 2008 +0200
@@ -26,7 +26,8 @@
 #define HBB_PREFIX_NONE       (1U<<9)
 #define HBB_PREFIX_SPECIAL    (1U<<10)
 #define HBB_PREFIX_PGPCRYPT   (1U<<11)
-#define HBB_PREFIX_CONT       (1U<<12)
+#define HBB_PREFIX_OTRCRYPT   (1U<<12)
+#define HBB_PREFIX_CONT       (1U<<13)
 
 typedef struct {
   time_t timestamp;