diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-09-05 13:08:12 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-09-05 13:08:12 +0100 |
commit | 975708ae9af7e0b0212e7852bb8d3fc93488ac49 (patch) | |
tree | 59dab0da8a550f143023805955b1c7ce62caf047 /protocols/jabber/jabber.h | |
parent | 4e1be76617060e89795e381d356f81cd2cbf32dc (diff) | |
parent | ed320e88b1677266f70b8b163c638bebe2a81e0a (diff) |
Mainline merge.
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 */ |