comparison libpurple/protocols/simple/simple.c @ 25637: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 69d54f84350a
comparison
equal deleted inserted replaced
25636:e4a4bc86c547 25637:92e71f6e10d4
2049 NULL, /* roomlist_room_serialize */ 2049 NULL, /* roomlist_room_serialize */
2050 NULL, /* unregister_user */ 2050 NULL, /* unregister_user */
2051 NULL, /* send_attention */ 2051 NULL, /* send_attention */
2052 NULL, /* get_attention_types */ 2052 NULL, /* get_attention_types */
2053 sizeof(PurplePluginProtocolInfo), /* struct_size */ 2053 sizeof(PurplePluginProtocolInfo), /* struct_size */
2054 NULL /* initiate_media */ 2054 NULL, /* initiate_media */
2055 NULL /* can_do_media */
2055 }; 2056 };
2056 2057
2057 2058
2058 static PurplePluginInfo info = 2059 static PurplePluginInfo info =
2059 { 2060 {