comparison src/protocols/gg/gg.c @ 8562:e3c059c3d92d

[gaim-migrate @ 9306] " This patch adds a call-back slot to the GaimPluginProtocolInfo structure which allows a prpl to receive notification when a chat invitation has been rejected by the local user. The patch modifies server.c to trigger the call-back, and adds NULL entries into the existing protocols to make them match the updated ABI. This is necessary for a protocol plugin which I have written, as the protocol needs to take action in the event of a conference rejection. It is my understanding that the Yahoo prpl may also benefit from this patch (it's supposed to be sending the rejection upstream to the server too, as I understand it)" --Christopher (siege) O'Brien committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Fri, 02 Apr 2004 06:54:52 +0000
parents 3d0178c4f390
children 88988327a4e0
comparison
equal deleted inserted replaced
8561:2d4ccd94e298 8562:e3c059c3d92d
1 /* 1 /*
2 * gaim - Gadu-Gadu Protocol Plugin 2 * gaim - Gadu-Gadu Protocol Plugin
3 * $Id: gg.c 9172 2004-03-14 05:42:56Z lschiere $ 3 * $Id: gg.c 9306 2004-04-02 06:54:52Z lschiere $
4 * 4 *
5 * Copyright (C) 2001 Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL> 5 * Copyright (C) 2001 Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * it under the terms of the GNU General Public License as published by
1343 NULL, 1343 NULL,
1344 NULL, 1344 NULL,
1345 NULL, 1345 NULL,
1346 NULL, 1346 NULL,
1347 NULL, 1347 NULL,
1348 NULL,
1348 agg_keepalive, 1349 agg_keepalive,
1349 NULL, 1350 NULL,
1350 NULL, 1351 NULL,
1351 NULL, 1352 NULL,
1352 NULL, 1353 NULL,