diff libgaim/protocols/qq/qq.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 a679de8b43a0
children 6b8bc59414f0
line wrap: on
line diff
--- a/libgaim/protocols/qq/qq.c	Tue Sep 12 20:11:56 2006 +0000
+++ b/libgaim/protocols/qq/qq.c	Tue Sep 12 21:57:15 2006 +0000
@@ -993,6 +993,7 @@
 	NULL,                           /* new xfer */
 	NULL,				/* offline_message */
 	NULL,				/* GaimWhiteboardPrplOps */
+	NULL,				/* send_raw */
 };
 
 static GaimPluginInfo info = {