[Bug 25205] New: Add a plugin loader to Gabble

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Nov 20 20:23:14 CET 2009


http://bugs.freedesktop.org/show_bug.cgi?id=25205

           Summary: Add a plugin loader to Gabble
           Product: Telepathy
           Version: unspecified
          Platform: Other
               URL: http://git.collabora.co.uk/?p=user/wjt/telepathy-gabble-
                    wjt.git;a=shortlog;h=refs/heads/plugins
        OS/Version: All
            Status: NEW
          Keywords: patch
          Severity: normal
          Priority: medium
         Component: gabble
        AssignedTo: telepathy-bugs at lists.freedesktop.org
        ReportedBy: will.thompson at collabora.co.uk


I've been working on plugin support in Gabble. My 'plugins' branch implements a
plugin loader based on GModule, and defines GObject interfaces that plugins can
implement in order to answer EnsureSidecar() requests (following the latest
draft, discussed at bug #24661). You have to explicitly enable the plugin
loader at build time; if you don't, EnsureSidecar() is still defined but always
fails with NotImplemented (as you'd expect).

It doesn't currently really support out-of-tree plugins because it doesn't
install any headers (it needs wocky/<everything public>.h, src/plugin.h,
src/sidecar.h) or a .pc file. But it's a start.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the telepathy-bugs mailing list