diff libpurple/protocols/jabber/pep.h @ 26791:80437c891f92

Publish only 'new' xmlns of avatars and delete old. Instead of publishing our avatar to both PEP nodes, publish only to the new and delete anything at the old. We still support receiving both/either. Backward compatibility is achieved through vcard-temp:x:update.
author Paul Aurich <paul@darkrain42.org>
date Mon, 27 Apr 2009 05:49:32 +0000
parents 5767b7698c73
children 3912f55a1633
line wrap: on
line diff
--- a/libpurple/protocols/jabber/pep.h	Mon Apr 27 02:38:52 2009 +0000
+++ b/libpurple/protocols/jabber/pep.h	Mon Apr 27 05:49:32 2009 +0000
@@ -74,6 +74,11 @@
 
 void jabber_handle_event(JabberMessage *jm);
 
+/**
+ * Delete the specified PEP node.
+ */
+void jabber_pep_delete_node(JabberStream *js, const gchar *node);
+
 /*
  * Publishes PEP item(s)
  *