summaryrefslogtreecommitdiff
path: root/gabble
AgeCommit message (Expand)AuthorFilesLines
2011-09-28Merge branch 'moar-caps'Jonny Lamb4-0/+206
2011-09-07connection: add more public helper functions for getting capsJonny Lamb1-0/+7
2011-09-07connection: add pick_best_resource_for_caps functionJonny Lamb1-0/+6
2011-09-07connection: add get_jid_for_caps utility functionJonny Lamb1-0/+5
2011-09-07connection: add get_session public functionJonny Lamb1-0/+3
2011-09-07connection: make get_full_jid part of the public APIJonny Lamb1-0/+2
2011-09-01gabble: add capabilities.h and caps-channel-manager.h as public APIJonny Lamb3-0/+182
2011-05-02Merge branch 'caps-hash'Jonny Lamb3-52/+0
2011-02-14plugin: add create_channel_managers functionJonny Lamb1-0/+15
2011-01-24disco-identity: removeJonny Lamb3-52/+0
2010-10-05capabilities: prune some unnecessary inclusionsSimon McVittie2-3/+1
2010-08-29Add a function to dump a diff of two cap setsWill Thompson1-0/+3
2010-08-26gabble_plugin_get_custom_presence_statuses: pass arrays directly instead of u...Senko Rasic1-1/+1
2010-08-26plugin(-loader).[ch]: support for adding custom statuses and linking them wit...Senko Rasic1-0/+28
2010-08-03gabble_set_tp_conn_error_from_wocky: be sensitive to previous statusSimon McVittie1-0/+1
2010-06-23gabble_set_tp_conn_error_from_wocky: map Wocky errors to TpConnectionStatusRe...Simon McVittie1-0/+5
2010-06-08Merge branch 'plugins'Will Thompson11-18/+340
2010-06-08Warn if returned caps hashes aren't used.Will Thompson2-2/+2
2010-06-08plugin API: Use const qualifier for read-only params in gabble_connection_upd...Andre Moreira Magalhaes (andrunko)1-2/+2
2010-06-08plugin API: gabble_connection_sidecar_add_own_caps now adds a default identit...Andre Moreira Magalhaes (andrunko)2-3/+3
2010-06-07plugin API: gabble_connection_add_sidecar_own_caps now compute the hash and r...Andre Moreira Magalhaes (andrunko)1-2/+1
2010-06-04plugin API: Added namespaces.h to repository.Andre Moreira Magalhaes (andrunko)1-0/+27
2010-06-04plugin API: Improved API for array of GabbleDiscoIdentity.Andre Moreira Magalhaes (andrunko)1-0/+1
2010-06-04plugin API: Fixed copyright to 2010 in disco-identity.h.Andre Moreira Magalhaes (andrunko)1-2/+2
2010-06-04plugin API: Removed the prefix/suffix __ from header guards.Andre Moreira Magalhaes (andrunko)9-19/+19
2010-06-04plugin API: Fixed typo in sidecar.h header definition.Andre Moreira Magalhaes (andrunko)1-1/+1
2010-06-03plugin API: Export some namespaces needed/useful by plugins.Andre Moreira Magalhaes (andrunko)2-0/+2
2010-06-03plugin API: Added method to allow sidecars to set their own specific capabili...Andre Moreira Magalhaes (andrunko)1-0/+5
2010-06-03plugin API: Added method to compute caps hash.Andre Moreira Magalhaes (andrunko)3-0/+36
2010-06-03Remove now-obsolete generate-wockyinclude_HEADERS scriptWill Thompson1-34/+0
2010-06-03Delegate installing headers to Wocky.Will Thompson1-47/+0
2010-06-03plugin API: Added GabbleDiscoIdentity type and helper methods.Andre Moreira Magalhaes (andrunko)4-0/+52
2010-06-03plugin API: Export GabbleConnection so plugins can use it instead of using Tp...Andre Moreira Magalhaes (andrunko)3-3/+24
2010-06-03plugin API: Added method to allow sidecars to set their own capabilities.Andre Moreira Magalhaes (andrunko)3-0/+39
2010-06-03plugin API: Added gabble/types.h that contains type definitions to be used by...Andre Moreira Magalhaes (andrunko)6-4/+42
2010-06-03plugin API: Export GabbleCapabilitiesSet.Andre Moreira Magalhaes (andrunko)3-0/+85
2010-06-03plugin API: Let error.h be included directly if wanted.Andre Moreira Magalhaes (andrunko)1-4/+0
2010-06-03plugin API: Add G_BEGIN/END_DECLS.Andre Moreira Magalhaes (andrunko)3-0/+14
2010-06-03plugin API: Add missing and standardize header guards declaration.Andre Moreira Magalhaes (andrunko)4-6/+13
2010-06-03plugin API: Standardize header definition.Andre Moreira Magalhaes (andrunko)4-6/+6
2010-05-25Fix up Wocky headersWill Thompson1-2/+7
2010-04-26Update WockyWill Thompson1-2/+4
2010-03-26Update Wocky submodule for Pubsub/DataForm enhancementsWill Thompson1-29/+29
2010-03-18Update installed Wocky headersWill Thompson1-1/+8
2010-03-18Script updating the Wocky header listWill Thompson2-1/+39
2010-02-23Separate ENABLE_PLUGINS from ENABLE_PLUGIN_API and turn the former on by defaultSimon McVittie1-1/+1
2010-01-21I noticed the extra newline only after pushing :(Will Thompson1-1/+0
2010-01-21Add a version field to GabblePluginInterface.Will Thompson1-0/+8
2010-01-21Add a variable with the path to Gabble to .pc filesWill Thompson2-0/+4
2010-01-11Add code to map Wocky errors into Telepathy errorsSimon McVittie3-0/+29