comparison libgaim/protocols/oscar/oscar.c @ 14542:8ed6ef220b2d

[gaim-migrate @ 17263] send_raw() prpl function allows plugins with knowledge of a protocol to send its own custom packets. Not practical for all protocols, but should be super useful on Jabber when coupled with Nathan's signals. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 12 Sep 2006 21:57:15 +0000
parents 9bb976c3b31f
children 7ca5e82ffd6f
comparison
equal deleted inserted replaced
14541:33e748a2df15 14542:8ed6ef220b2d
6483 oscar_can_receive_file, /* can_receive_file */ 6483 oscar_can_receive_file, /* can_receive_file */
6484 oscar_send_file, /* send_file */ 6484 oscar_send_file, /* send_file */
6485 oscar_new_xfer, /* new_xfer */ 6485 oscar_new_xfer, /* new_xfer */
6486 oscar_offline_message, /* offline_message */ 6486 oscar_offline_message, /* offline_message */
6487 NULL, /* whiteboard_prpl_ops */ 6487 NULL, /* whiteboard_prpl_ops */
6488 NULL, /* send_raw */
6488 }; 6489 };
6489 6490
6490 static GaimPluginInfo info = 6491 static GaimPluginInfo info =
6491 { 6492 {
6492 GAIM_PLUGIN_MAGIC, 6493 GAIM_PLUGIN_MAGIC,