diff libpurple/protocols/jabber/jutil.h @ 29014:b676cb5b4595

jabber: Cleanup (and drop that unnormalized find function)!
author Paul Aurich <paul@darkrain42.org>
date Wed, 10 Feb 2010 05:56:53 +0000
parents db0762fbb60b
children 73e4c14921e4
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jutil.h	Wed Feb 10 05:44:25 2010 +0000
+++ b/libpurple/protocols/jabber/jutil.h	Wed Feb 10 05:56:53 2010 +0000
@@ -63,17 +63,5 @@
  */
 char *jabber_saslprep(const char *);
 
-/**
- * Search for an IM conversation with this specific user (including resource).
- * This is an alternative to purple_find_conversation_with_account(), which
- * calls purple_normalize (so if a conversation was found, we'd need to compare
- * the conversation name to see if the resources match).
- *
- * This function saves a call to purple_normalize(), at the expense of
- * iterating over every open IM conversation.  For most usages, I think
- * this tradeoff is OK.
- */
-PurpleConversation *jabber_find_unnormalized_im_conv(const char *name, PurpleAccount *account);
-
 char *jabber_calculate_data_sha1sum(gconstpointer data, size_t len);
 #endif /* PURPLE_JABBER_JUTIL_H_ */