comparison libpurple/protocols/zephyr/zephyr.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 db6218615be4
children 60f5abc6cf0c
comparison
equal deleted inserted replaced
23758:1e5d5d55a231 23759:315151da0dc6
2924 2924
2925 /* padding */ 2925 /* padding */
2926 NULL, 2926 NULL,
2927 NULL, 2927 NULL,
2928 NULL, 2928 NULL,
2929 NULL 2929 sizeof(PurplePluginProtocolInfo)
2930 }; 2930 };
2931 2931
2932 static PurplePluginInfo info = { 2932 static PurplePluginInfo info = {
2933 PURPLE_PLUGIN_MAGIC, 2933 PURPLE_PLUGIN_MAGIC,
2934 PURPLE_MAJOR_VERSION, 2934 PURPLE_MAJOR_VERSION,