diff libpurple/protocols/jabber/chat.h @ 28373:63dc67b32577

jabber: Use the newly refactored code to simplify "Initiate Chat".
author Paul Aurich <paul@darkrain42.org>
date Mon, 12 Oct 2009 18:24:37 +0000
parents 724e77faee1a
children 08ffa726aea2
line wrap: on
line diff
--- a/libpurple/protocols/jabber/chat.h	Mon Oct 12 18:11:32 2009 +0000
+++ b/libpurple/protocols/jabber/chat.h	Mon Oct 12 18:24:37 2009 +0000
@@ -63,8 +63,8 @@
  * into a hash table.
  *
  * @param password The password (if required) to join the room. May be NULL.
- * @param data     A hash table (since it's still required for the core
- *                 interface API).
+ * @param data     The chat hash table.  May be NULL (it will be generated
+ *                 for current core<>prpl API interface.)
  */
 JabberChat *jabber_join_chat(JabberStream *js, const char *room,
                              const char *server, const char *handle,