comparison libpurple/protocols/msnp9/msn.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 e4a4bc86c547
children ff29208e03ef
comparison
equal deleted inserted replaced
23786:e4a4bc86c547 23787:92e71f6e10d4
2146 NULL, /* roomlist_room_serialize */ 2146 NULL, /* roomlist_room_serialize */
2147 NULL, /* unregister_user */ 2147 NULL, /* unregister_user */
2148 msn_send_attention, /* send_attention */ 2148 msn_send_attention, /* send_attention */
2149 msn_attention_types, /* attention_types */ 2149 msn_attention_types, /* attention_types */
2150 sizeof(PurplePluginProtocolInfo), /* struct_size */ 2150 sizeof(PurplePluginProtocolInfo), /* struct_size */
2151 NULL /* initiate_media */ 2151 NULL, /* initiate_media */
2152 NULL /* can_do_media */
2152 }; 2153 };
2153 2154
2154 static PurplePluginInfo info = 2155 static PurplePluginInfo info =
2155 { 2156 {
2156 PURPLE_PLUGIN_MAGIC, 2157 PURPLE_PLUGIN_MAGIC,