diff -r 2a18ef3e5224 -r 277eb0b14653 src/protocols/jabber/jabber.c --- a/src/protocols/jabber/jabber.c Mon Aug 25 02:49:42 2003 +0000 +++ b/src/protocols/jabber/jabber.c Mon Aug 25 14:12:28 2003 +0000 @@ -2359,7 +2359,7 @@ struct jabber_data *jd = gc->proto_data = g_new0(struct jabber_data, 1); char *loginname = create_valid_jid(account->username, DEFAULT_SERVER, "Gaim"); - gc->flags |= OPT_CONN_HTML; + gc->flags |= GAIM_CONNECTION_HTML; jd->buddies = g_hash_table_new(g_str_hash, g_str_equal); jd->chats = NULL; /* we have no chats yet */ @@ -2515,7 +2515,7 @@ g_free(xhtml); } -static int jabber_send_im(GaimConnection *gc, const char *who, const char *message, int len, int flags) +static int jabber_send_im(GaimConnection *gc, const char *who, const char *message, int len, GaimImFlags flags) { xmlnode x, y; char *thread_id = NULL;