My 'plugin-headers' branch installs a bunch of Wocky headers, plus the GabblePlugin and GabbleSidecar headers, when plugins are enabled. This means you can actually write plugins. :-)
I'd prefer it if the headers were designed to be included like <gabble/sidecar.h>; you can either install them like $includedir/telepathy-1.0/gabble/gabble/sidecar.h or $includedir/telepathy-1.0/gabble/sidecar.h, but please put a parent of their directory on the -I path, rather than their directory itself. You basically have to use one of these styles, if you want to avoid colliding header names: * install to $FOO/foo/bar.h, use -I$FOO and consistently include <foo/bar.h> (telepathy-glib) * call your headers foo-*.h (breaking tab completion), install to $FOO/foo-bar.h and use -I$FOO (NetworkManager) * both of the above, redundantly (D-Bus, GLib)
Updated the branch accordingly.
Merged with review by Simon, thanks.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.