[Bug 38568] Add an XMPP console
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Aug 3 14:55:44 CEST 2011
https://bugs.freedesktop.org/show_bug.cgi?id=38568
--- Comment #3 from Guillaume Desmottes <guillaume.desmottes at collabora.co.uk> 2011-08-03 05:55:43 PDT ---
"Le mieux est l'ennemi du bien", let's start with that (I guess we are not
commiting any kind of API stability for such sidecar right ?).
+static void
+gabble_console_plugin_init (GabbleConsolePlugin *self)
+{
+ DEBUG ("hi");
We can just remove that.
+ iface->name = "Console registration plugin";
XMPP console?
+ g_simple_async_result_set_from_error (simple, error);
+ g_error_free (error);
If your GLib is cool enough you could use g_simple_async_result_take_error().
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the telepathy-bugs
mailing list