comparison libpurple/protocols/silc10/silc.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 f5bcb58bdf56
children ff29208e03ef
comparison
equal deleted inserted replaced
25636:e4a4bc86c547 25637:92e71f6e10d4
1801 NULL, /* roomlist_room_serialize */ 1801 NULL, /* roomlist_room_serialize */
1802 NULL, /* unregister_user */ 1802 NULL, /* unregister_user */
1803 NULL, /* send_attention */ 1803 NULL, /* send_attention */
1804 NULL, /* get_attention_types */ 1804 NULL, /* get_attention_types */
1805 sizeof(PurplePluginProtocolInfo), /* struct_size */ 1805 sizeof(PurplePluginProtocolInfo), /* struct_size */
1806 NULL /* initiate_media */ 1806 NULL, /* initiate_media */
1807 NULL /* can_do_media */
1807 }; 1808 };
1808 1809
1809 static PurplePluginInfo info = 1810 static PurplePluginInfo info =
1810 { 1811 {
1811 PURPLE_PLUGIN_MAGIC, 1812 PURPLE_PLUGIN_MAGIC,