diff libpurple/protocols/jabber/pep.h @ 17855:0f0e98978d66

Turns out the example in XEP-0084 is wrong. Fixed my implementation to not try to work around an issue that isn't one.
author Andreas Monitzer <pidgin@monitzer.com>
date Sun, 17 Jun 2007 04:05:28 +0000
parents 5ab3c6bb95b4
children 85fc34efe733 26eabe8e739b
line wrap: on
line diff
--- a/libpurple/protocols/jabber/pep.h	Sun Jun 17 03:51:19 2007 +0000
+++ b/libpurple/protocols/jabber/pep.h	Sun Jun 17 04:05:28 2007 +0000
@@ -57,8 +57,7 @@
  * @parameter id	The item id of the requested item (may be NULL)
  * @parameter cb	The callback to be used when this item is received
  *
- * ATTN: The items parameter of the callback will only point to the single <item> element here!
- * Additionally, the items element passed will be NULL if any error occured (like a permission error, node doesn't exist etc.)
+ * The items element passed to the callback will be NULL if any error occured (like a permission error, node doesn't exist etc.)
  */
 void jabber_pep_request_item(JabberStream *js, const char *to, const char *node, const char *id, JabberPEPHandler cb);