diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2012-02-01 13:40:56 -0500 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2012-02-01 13:41:15 -0500 |
commit | bf805ba0b2ecced81e5c2830a79d021a42da91a7 (patch) | |
tree | 10046273dae8333e0855041e05dadfe848122460 /NEWS | |
parent | 1296a2f5ce46e77787ca42eadb1c2ca4a957a09b (diff) | |
parent | 026e84f10bbfa52f813d30d95b0efbd2ec7a5228 (diff) |
Merge remote-tracking branch 'siraj/plugin-api-change'
Conflicts:
lib/loudmouth/Makefile.am
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -30,6 +30,12 @@ API changes to Wocky snapshot: replies for unhandled IQs, whereas previously this was up to Gabble. Plugin authors shouldn't notice this change. (Will) +* fd.o#44331 - Gabble plugin API symbols should be factored out to a separate library : + gabble_plugin_create_sidecar function is renamed to gabble_plugin_create_sidecar_async + and new virtual function gabble_plugin_create_sidecar_finish is introduced. All gabble + plugins should implement these two methods and all internal plugins are updated to use + this new API. + telepathy-gabble 0.15.3 (2011-12-22) ==================================== |