It's illegal to send <iq/> stanzas without an id='' (per the first rule of IQ Semantics in XMPP Core <http://xmpp.org/rfcs/rfc3920.html#stanzas-semantics-iq>), but neither ejabberd nor Loudmouth filters them out before they reach Gabble. If passed an IQ with no id='', lm_iq_message_make_result() returns NULL; connection_iq_disco_cb() assumed that it returned a valid message, and hence crashes. Patch to follow...
The patch at http://git.collabora.co.uk/?p=user/wjt/telepathy-gabble-wjt.git;a=commitdiff;h=refs/heads/crash-on-disco-without-id is against 0.8, but applies cleanly to 0.9. While Wocky shouldn't let such IQs through — I'm off to file a bug — I think it's worth applying the patch to 0.9 too.
Merged to 0.8 and master (as a55f9ed and d4ef47a respectively), will be in 0.8.10 and 0.9.4.
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.