linphone-iphone/java
Simon Morlat dc52e150b7 adapt android jni to MSFactory usage, and add linphone_core_reload_ms_plugins() as a new way of loading plugins after LinphoneCore has been created.
This can be used on platforms where dynamic loading of plugins is not permitted, by doing things in this sequence:
1) Create the LinphoneCore as usual
2) call the libms*_init() routines of the plugins by passing them the MSFactory obtained via linphone_core_get_ms_factory()
3) call linphone_core_reload_ms_plugins()
2016-02-04 22:01:00 +01:00
..
common/org/linphone/core adapt android jni to MSFactory usage, and add linphone_core_reload_ms_plugins() as a new way of loading plugins after LinphoneCore has been created. 2016-02-04 22:01:00 +01:00
impl/org/linphone adapt android jni to MSFactory usage, and add linphone_core_reload_ms_plugins() as a new way of loading plugins after LinphoneCore has been created. 2016-02-04 22:01:00 +01:00
j2me/org/linphone/core fix linphonecoreexception 2010-05-14 16:49:54 +02:00
j2se/org/linphone/core Removed some compiler warnings. 2010-12-09 22:35:39 +01:00