diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-08-31 00:02:46 +0200 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-08-31 00:02:46 +0200 |
commit | 31dbb90a2d32d6988706ae4b5c2292cd43d89595 (patch) | |
tree | 2d8dd665a934ec4c082a0ed03accc76297597d7a /protocols/jabber/jabber.h | |
parent | fda55fa31f4e5bbf040c712c22f744916c01fca1 (diff) |
Suppress subjects in Jabber conversations after showing them once.
Diffstat (limited to 'protocols/jabber/jabber.h')
-rw-r--r-- | protocols/jabber/jabber.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/jabber/jabber.h b/protocols/jabber/jabber.h index 45a1c5c1..1523e096 100644 --- a/protocols/jabber/jabber.h +++ b/protocols/jabber/jabber.h @@ -58,6 +58,8 @@ typedef enum groupchat state info too. */ JBFLAG_IS_ANONYMOUS = 8, /* For anonymous chatrooms, when we don't have have a real JID. */ + JBFLAG_HIDE_SUBJECT = 16, /* Hide the subject field since we probably + showed it already. */ } jabber_buddy_flags_t; /* Stores a streamhost's (a.k.a. proxy) data */ |