comparison libpurple/protocols/null/nullprpl.c @ 23759:315151da0dc6

Basic Google Talk voice call support. No UI; receiving a call auto-accepts it.
author Sean Egan <seanegan@gmail.com>
date Wed, 05 Sep 2007 00:47:58 +0000
parents b65d0cc85419
children 60f5abc6cf0c
comparison
equal deleted inserted replaced
23758:1e5d5d55a231 23759:315151da0dc6
1123 NULL, /* send_raw */ 1123 NULL, /* send_raw */
1124 NULL, /* roomlist_room_serialize */ 1124 NULL, /* roomlist_room_serialize */
1125 NULL, /* padding... */ 1125 NULL, /* padding... */
1126 NULL, 1126 NULL,
1127 NULL, 1127 NULL,
1128 NULL, 1128 sizeof(PurpleProtocolPluginInfo)
1129 }; 1129 };
1130 1130
1131 static void nullprpl_init(PurplePlugin *plugin) 1131 static void nullprpl_init(PurplePlugin *plugin)
1132 { 1132 {
1133 /* see accountopt.h for information about user splits and protocol options */ 1133 /* see accountopt.h for information about user splits and protocol options */