comparison libpurple/protocols/sametime/sametime.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 69d54f84350a
comparison
equal deleted inserted replaced
23786:e4a4bc86c547 23787:92e71f6e10d4
5186 .send_file = mw_prpl_send_file, 5186 .send_file = mw_prpl_send_file,
5187 .new_xfer = mw_prpl_new_xfer, 5187 .new_xfer = mw_prpl_new_xfer,
5188 .offline_message = NULL, 5188 .offline_message = NULL,
5189 .whiteboard_prpl_ops = NULL, 5189 .whiteboard_prpl_ops = NULL,
5190 .send_raw = NULL, 5190 .send_raw = NULL,
5191 .struct_size = sizeof(PurplePluginProtocolInfo) 5191 .struct_size = sizeof(PurplePluginProtocolInfo)
5192 }; 5192 };
5193 5193
5194 5194
5195 static PurplePluginPrefFrame * 5195 static PurplePluginPrefFrame *
5196 mw_plugin_get_plugin_pref_frame(PurplePlugin *plugin) { 5196 mw_plugin_get_plugin_pref_frame(PurplePlugin *plugin) {