comparison src/protocols/msn/switchboard.h @ 11321:95fa774d216d

[gaim-migrate @ 13525] Kill off the conversation closed notices Fix for setting the ACK id on slpmsg ACKs which might improve things for other clients (see bug #1222320) Clean up some debugging stuff Add support for sending and receiving Nudges (Based on patch #1169352) Add an account action to go direct to a Hotmail Inbox committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 21 Aug 2005 17:14:22 +0000
parents 888d4c328be5
children a1aa681f1448
comparison
equal deleted inserted replaced
11320:d3b567926e8f 11321:95fa774d216d
263 * @param msg The message. 263 * @param msg The message.
264 */ 264 */
265 void msn_emoticon_msg(MsnCmdProc *cmdproc, MsnMessage *msg); 265 void msn_emoticon_msg(MsnCmdProc *cmdproc, MsnMessage *msg);
266 266
267 /** 267 /**
268 * Processes nudge messages.
269 *
270 * @param cmdproc The command processor.
271 * @param msg The message.
272 */
273 void msn_nudge_msg(MsnCmdProc *cmdproc, MsnMessage *msg);
274
275 /**
268 * Processes INVITE messages. 276 * Processes INVITE messages.
269 * 277 *
270 * @param cmdproc The command processor. 278 * @param cmdproc The command processor.
271 * @param msg The message. 279 * @param msg The message.
272 */ 280 */