mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 18:46:21 +00:00
Added enc_mode to ProfChatWin
This commit is contained in:
@@ -99,6 +99,11 @@ typedef enum {
|
||||
WIN_XML
|
||||
} win_type_t;
|
||||
|
||||
typedef enum {
|
||||
PROF_ENC_NONE,
|
||||
PROF_ENC_OTR
|
||||
} prof_enc_t;
|
||||
|
||||
typedef struct prof_win_t {
|
||||
win_type_t type;
|
||||
ProfLayout *layout;
|
||||
@@ -113,7 +118,7 @@ typedef struct prof_chat_win_t {
|
||||
char *barejid;
|
||||
int unread;
|
||||
ChatState *state;
|
||||
gboolean is_otr;
|
||||
prof_enc_t enc_mode;
|
||||
gboolean is_trusted;
|
||||
char *resource_override;
|
||||
gboolean history_shown;
|
||||
|
||||
Reference in New Issue
Block a user