diff ChangeLog.API @ 31757:f178a7df417a

jabber: Support for requesting limited history when joining a MUC. Patch from xnyhps, with some minor corrections by me. Fixes #10986. Refs #a14219.
author Paul Aurich <paul@darkrain42.org>
date Sun, 06 Mar 2011 23:03:47 +0000
parents 3ff4467e4b46
children 5c2c42cbb811
line wrap: on
line diff
--- a/ChangeLog.API	Sun Mar 06 22:53:15 2011 +0000
+++ b/ChangeLog.API	Sun Mar 06 23:03:47 2011 +0000
@@ -1,6 +1,15 @@
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
 version 2.7.11 (??/??/????):
+	* libpurple:
+		Added:
+		* Four entries in the GHashTable passed when joining
+		  an XMPP chat room which allow the UI to request a limited
+		  amount of history.  See XEP-0045 7.1.16 for details; the
+		  entries are named history_maxchars, history_maxstanzas,
+		  history_seconds, and history_since.  history_since must be
+		  interpretable by purple_str_to_time, and the prpl takes care
+		  of formatting the time properly.
 	* Perl:
 		Added:
 		* Purple::find_conversation_with_account