aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber/jabber.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-03-07 18:43:23 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2010-03-07 18:43:23 +0000
commitfb020ac61b1e457de7a44492bb05a84515828ac7 (patch)
tree5dfdcae592d25251c11068cec8e8b1186de865b0 /protocols/jabber/jabber.h
parente08e53c9398700309000c6e6b7ff895185d567a9 (diff)
parentc32f492758759c04d8b6239a7862648c9d32c4d8 (diff)
Merging in mainline, including improved away/status stuff.
Diffstat (limited to 'protocols/jabber/jabber.h')
-rw-r--r--protocols/jabber/jabber.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/jabber/jabber.h b/protocols/jabber/jabber.h
index 1180d2b9..7bb66e0e 100644
--- a/protocols/jabber/jabber.h
+++ b/protocols/jabber/jabber.h
@@ -83,7 +83,7 @@ struct jabber_data
/* After changing one of these two (or the priority setting), call
presence_send_update() to inform the server about the changes. */
- struct jabber_away_state *away_state;
+ const struct jabber_away_state *away_state;
char *away_message;
md5_state_t cached_id_prefix;