comparison libgaim/protocols/yahoo/yahoo.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 b6047532826b
children 622931ca5622
comparison
equal deleted inserted replaced
14541:33e748a2df15 14542:8ed6ef220b2d
3861 NULL, /* can_receive_file */ 3861 NULL, /* can_receive_file */
3862 yahoo_send_file, 3862 yahoo_send_file,
3863 yahoo_new_xfer, 3863 yahoo_new_xfer,
3864 yahoo_offline_message, /* offline_message */ 3864 yahoo_offline_message, /* offline_message */
3865 &yahoo_whiteboard_prpl_ops, 3865 &yahoo_whiteboard_prpl_ops,
3866 NULL /* send_raw */
3866 }; 3867 };
3867 3868
3868 static GaimPluginInfo info = 3869 static GaimPluginInfo info =
3869 { 3870 {
3870 GAIM_PLUGIN_MAGIC, 3871 GAIM_PLUGIN_MAGIC,