summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2011-09-02test plugin: make TestChannelManager implement CapsChannelManagerJonny Lamb1-2/+74
2011-05-02Merge branch 'caps-hash'Jonny Lamb1-4/+6
2011-04-13test plugin: don't ref connection from channel managerWill Thompson1-13/+4
2011-04-06test plugin: make RCC conform to the spec.Will Thompson1-2/+4
2011-04-04Merge branch 'plugin-channel-managers'Jonny Lamb2-0/+182
2011-04-04test plugin: add an example of dealing with ::porter-available from the chann...Jonny Lamb2-0/+86
2011-03-10Update Wocky snapshot for wocky_porter_register_handler changesWill Thompson1-4/+4
2011-03-02test plugin: stop calling a non-empty strv "empty"Jonny Lamb1-2/+2
2011-02-14test plugin: implement create_channel_managersJonny Lamb2-0/+96
2011-02-07plugins: stop talking about top_gabbledir, whatever that isJonny Lamb1-1/+1
2011-01-24use WockyDiscoIdentity instead of the gabble versionJonny Lamb1-4/+6
2010-09-21plugins: use tp_clear_object in simple casesSimon McVittie2-27/+8
2010-08-26test plugin: add custom presence statuses for testingSenko Rasic1-0/+14
2010-07-28plugins: put top_srcdir and top_builddir first in CFLAGSSimon McVittie1-3/+3
2010-06-07plugin API: gabble_connection_add_sidecar_own_caps now compute the hash and r...Andre Moreira Magalhaes (andrunko)1-3/+1
2010-06-04plugins/test: Added code to export own caps, to be used by sidecar test cases.Andre Moreira Magalhaes (andrunko)2-2/+52
2010-06-03plugin API: Export GabbleConnection so plugins can use it instead of using Tp...Andre Moreira Magalhaes (andrunko)2-4/+4
2010-04-20Rename to WockyStanza, WockyNode and related changesSjoerd Simons2-15/+16
2010-04-13Update Gabble for _stanza_build() changes.Will Thompson2-19/+19
2010-02-23Merge branch 'plugins'Simon McVittie1-5/+14
2010-02-23Link plugins as shared-onlySimon McVittie1-3/+5
2010-02-23Don't install the gateways plugin if we're not going to build the loaderSimon McVittie1-2/+9
2010-02-22On successful gateway registration, exchange presence subscriptionsSimon McVittie1-4/+123
2010-02-22gateways: normalize the gateway's node name using WockySimon McVittie1-2/+35
2010-02-22gateways: pass the name of the gateway through the registration processSimon McVittie1-5/+34
2010-02-22gateways: add some debug codeSimon McVittie1-1/+22
2010-02-22gabble_gateway_sidecar_dispose: chain up to parent class correctlySimon McVittie1-0/+5
2010-02-15Use stanza_extract_errors() not stanza_to_gerror()Will Thompson1-12/+9
2010-01-21Add a version to the gateways plugin.Will Thompson1-0/+3
2010-01-11gateways plugin: put non-WOCKY_XMPP_ERROR errors through gabble_set_tp_error_...Simon McVittie1-0/+5
2010-01-11plugins: add a gateway-registration pluginSimon McVittie3-0/+441
2009-12-03Adjust test plugin to include plugin.h properlyWill Thompson1-1/+1
2009-11-27Move headers available to plugins to gabble/Will Thompson1-1/+1
2009-11-27Make test plugin build out of tree.Will Thompson1-1/+7
2009-11-20Test ensuring a sidecar which pings a server firstWill Thompson2-0/+241
2009-11-20Pass TpBaseConn and WockySession to sidecarsWill Thompson1-0/+2
2009-11-20Add a plugin for use in the test suiteWill Thompson3-0/+303