Mercurial > pidgin
diff libpurple/protocols/jabber/jabber.c @ 24058:305fac6af8f9
Updated to use latest spec. in XEP-0231
New namespace. Cache data globally in a running instance based on CID.
Set the PNG compression level param when saving a custom smiley from
GTKIMHTML.
author | Marcus Lundblad <ml@update.uu.se> |
---|---|
date | Fri, 05 Sep 2008 21:55:09 +0000 |
parents | 1de1494a13e5 |
children | a61c017d3a99 4d752d07a126 16734635febf 04d8a514d2bb |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.c Thu Sep 04 22:18:58 2008 +0000 +++ b/libpurple/protocols/jabber/jabber.c Fri Sep 05 21:55:09 2008 +0000 @@ -1902,11 +1902,7 @@ JabberID *jid; JabberBuddy *jb; JabberBuddyResource *jbr; - PurpleAccount *account = purple_connection_get_account(gc); - PurpleConversation *conv = - purple_find_conversation_with_account(PURPLE_CONV_TYPE_ANY, - who, account); - + if(!(jid = jabber_id_new(who))) return; @@ -1920,8 +1916,6 @@ jabber_message_conv_closed(js, who); } - jabber_data_delete_associated_with_conv(conv); - jabber_id_free(jid); }