comparison src/protocols/jabber/jabber.c @ 4110:64d983d6b7bb

[gaim-migrate @ 4325] robot101 found and fixed a memory leak and custom away states/messages for jabber while he worked on session management committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sat, 21 Dec 2002 05:37:45 +0000
parents 3ccbdf8e7f8d
children ee884f1d7ae3
comparison
equal deleted inserted replaced
4109:4efc492cf16f 4110:64d983d6b7bb
3296 m = g_list_append(m, "Chatty"); 3296 m = g_list_append(m, "Chatty");
3297 m = g_list_append(m, "Away"); 3297 m = g_list_append(m, "Away");
3298 m = g_list_append(m, "Extended Away"); 3298 m = g_list_append(m, "Extended Away");
3299 m = g_list_append(m, "Do Not Disturb"); 3299 m = g_list_append(m, "Do Not Disturb");
3300 m = g_list_append(m, "Invisible"); 3300 m = g_list_append(m, "Invisible");
3301 m = g_list_append(m, GAIM_AWAY_CUSTOM);
3301 3302
3302 return m; 3303 return m;
3303 } 3304 }
3304 3305
3305 static void jabber_set_away(struct gaim_connection *gc, char *state, char *message) 3306 static void jabber_set_away(struct gaim_connection *gc, char *state, char *message)