--- a/libpurple/protocols/jabber/xmpp.c Sun Jan 08 15:02:00 2017 -0800 +++ b/libpurple/protocols/jabber/xmpp.c Fri Mar 10 20:36:55 2017 -0600 @@ -89,8 +89,9 @@ protocol->account_options = g_list_append(protocol->account_options, option); - /* this should probably be part of global smiley theme settings later on, - shared with MSN */ + /* this should probably be part of global smiley theme settings + * later on + */ option = purple_account_option_bool_new(_("Show Custom Smileys"), "custom_smileys", TRUE); protocol->account_options = g_list_append(protocol->account_options,