comparison libpurple/protocols/oscar/libicq.c @ 23787:92e71f6e10d4

Patch from Marcus Lundblad ('mlundblad') to improve audio support in xmpp. It's now possible to initiate an audio session, sometimes. It's somewhat buggy. Some other issues also need to be resolved: * Properly get rid of the compile warnings * Rename the serv_ functions with proper namespacing. * Possibly rename the purple_media_ functions that don't deal with a PurpleMedia (e.g. purple_media_audio_init_src) to something different, e.g. purple_media_util_, or even purple_gst_util etc.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 22 Mar 2008 04:45:46 +0000
parents f5bcb58bdf56
children ff29208e03ef
comparison
equal deleted inserted replaced
23786:e4a4bc86c547 23787:92e71f6e10d4
94 NULL, /* roomlist_room_serialize */ 94 NULL, /* roomlist_room_serialize */
95 NULL, /* unregister_user */ 95 NULL, /* unregister_user */
96 NULL, /* send_attention */ 96 NULL, /* send_attention */
97 NULL, /* get_attention_types */ 97 NULL, /* get_attention_types */
98 sizeof(PurplePluginProtocolInfo), /* struct_size */ 98 sizeof(PurplePluginProtocolInfo), /* struct_size */
99 NULL /* initiate_media */ 99 NULL, /* initiate_media */
100 NULL /* can_do_media */
100 }; 101 };
101 102
102 static PurplePluginInfo info = 103 static PurplePluginInfo info =
103 { 104 {
104 PURPLE_PLUGIN_MAGIC, 105 PURPLE_PLUGIN_MAGIC,