Blog@instantbird.org

Instantbird 0.2 feature preview: protocols as extensions

One of the features we wanted in Instantbird 0.2 was the ability to install libpurple protocol plugins like any other addon. I'm happy to report that this is now possible with current nightly builds.

To demonstrate this feature, I compiled the Facebook Chat libpurple protocol plugin. The result is an installable xpi file of about 200kB, that people can try with nightly builds of Instantbird.

This file contains a binary module compiled for Windows, Linux and Mac OS X (universal), produced by copying the code from here into the Instantbird source tree. This is the quickest way I found to build it, we will need to figure out a better (without having to download and build the whole Instantbird source code) way later. This is the exact patch I used to build it.

The xpi file also contains a set of icons and a locale file. I will explain in another post how we replaced the usage of gettext in libpurple by a way to get localized strings from regular .properties files.

Feel free to try this facebook chat addons. I don't know how stable it is, but I've used it for a few days already and haven't encountered any serious issue. If this turns out to be crashy for you, don't hesitate to send us crash reports, I uploaded the symbols to our symbol servers, so the reports should provide useful information.

I have other nearly-ready Instantbird 0.2 features to introduce in more details later, including: localization, emoticon themes, message styles (like Adium), ...

Next time: how localization works with Instantbird and how we replaced gettext.

Written the 2009-04-19 at 19:45:13 by Florian in Feature preview.


Re: Instantbird 0.2 feature preview: protocols as extensions : comment from Antoine Turmel sent 2009-04-19 at 23:42:32.

Cool je vais regarder ça de plus près ;)


Re: Instantbird 0.2 feature preview: protocols as extensions : comment from Tare sent 2009-04-20 at 08:27:22.

Nice to hear this :)


Re: Instantbird 0.2 feature preview: protocols as extensions : comment from Patrick Patience sent 2009-04-25 at 07:33:16.

Haven't tested it out yet, but that's a pretty slick way to add protocols. Props.


Can't wait : comment from Livio sent 2009-05-01 at 14:00:47.

I'm really counting on you. Pidgin's interface is boring and quite useless. You could give libpurple a new power. PS: If only libpurple had better support of Gadu-Gadu and more...


Re: Instantbird 0.2 feature preview: protocols as extensions : comment from Merlin sent 2009-05-09 at 20:58:06.

When is the 0.2 release planned for? Where can we see (if available) some release/milestones plan? Regards


Re: Instantbird 0.2 feature preview: protocols as extensions : comment from Florian sent 2009-05-09 at 22:36:03.

0.2 will be released when it's ready, we don't know yet when that is. We will probably release an alpha or beta milestone soon so that people who don't test nightlies can try the new features we have already added. There's a roadmap on the wiki, but it's not fully up to date and not very detailed.


Re: Instantbird 0.2 feature preview: protocols as extensions : comment from Merlin sent 2009-05-10 at 10:43:09.

Great, thanks a lot


Re: Instantbird 0.2 feature preview: protocols as extensions : comment from Charlie Callow sent 2009-09-04 at 05:06:12.

This exension does not work for me, it installs but when i sign in 2 facebook chat it dissconnets staright after commanting and says facebook chat unavilable and tries again and keeps looping round like this (no matter when i try 2 use it or which nightly i use) can you fix this becuase i really need instantbird 2 do facebook chat and also can soon add a way 2 change ur profile pic and status message, rename freinds oh and show offline freinds :)


Re: Instantbird 0.2 feature preview: protocols as extensions : comment from Florian sent 2009-09-04 at 10:38:44.

@Charlie Callow: We are aware of this issue that appears with the facebook chat protocol plugin. We will probably need to provide an update of the plugin. Thanks for your feedback!


Re: Instantbird 0.2 feature preview: protocols as extensions : comment from patrickjdempsey sent 2010-07-08 at 03:01:07.

I would love to see a sample plugin updated, along with some documentation on what's needed. I attempted to package a Meebo plugin from here: http://jrpomeroy.com/pidgin/ and got an XPCOM error, but I'm not well enough versed in Firefox extensions to understand what that means.


Re: Instantbird 0.2 feature preview: protocols as extensions : comment from Florian sent 2010-07-08 at 05:54:15.

@patrickjdempsey: This seems to be a Pidgin plugin, not a libpurple protocol plugin, and it uses XMPP (the page explains how an account can be created using the XMPP protocol plugin). However, I agree that we need to write some documentation for this feature.

Add a comment:

Please note that your comment won't appear until an administrator reads it.