comparison 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
comparison
equal deleted inserted replaced
31756:9d8a47ca14a1 31757:f178a7df417a
1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul 1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
2 2
3 version 2.7.11 (??/??/????): 3 version 2.7.11 (??/??/????):
4 * libpurple:
5 Added:
6 * Four entries in the GHashTable passed when joining
7 an XMPP chat room which allow the UI to request a limited
8 amount of history. See XEP-0045 7.1.16 for details; the
9 entries are named history_maxchars, history_maxstanzas,
10 history_seconds, and history_since. history_since must be
11 interpretable by purple_str_to_time, and the prpl takes care
12 of formatting the time properly.
4 * Perl: 13 * Perl:
5 Added: 14 Added:
6 * Purple::find_conversation_with_account 15 * Purple::find_conversation_with_account
7 * Purple::Conversation::Chat::send_with_flags 16 * Purple::Conversation::Chat::send_with_flags
8 * Purple::Conversation::IM::send_with_flags 17 * Purple::Conversation::IM::send_with_flags