diff plugins/ChangeLog.API @ 11064:e4459e8ccfb5

[gaim-migrate @ 13035] Patch #1208082 from Levi Bard (tak_tak) This patch modifies the chat-invited signal so plugins can programmatically accept or reject chat invitations. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 07 Jul 2005 02:47:49 +0000
parents 7a11ff12eb4b
children f03dce7ea408
line wrap: on
line diff
--- a/plugins/ChangeLog.API	Thu Jul 07 02:35:23 2005 +0000
+++ b/plugins/ChangeLog.API	Thu Jul 07 02:47:49 2005 +0000
@@ -76,6 +76,9 @@
 	           non-NULL value. This value is now returned. Previously,
 	           all registered handlers were called and the value from the
 	           last handler was used.
+	* Changed: "chat-invited" handlers can now return a value to control
+	           what happens to the invite (accept, reject, prompt the user).
+	           See the Doxygen documentation for the details.
 
 version 1.0.0 (09/17/2004):
 	* Added: get_chat_name to the GaimPluginProtocolInfo struct