aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
Commit message (Expand)AuthorAgeFilesLines
* UOA: Fix build failureTim Lunn2013-09-031-1/+1
* preferences: remove location sources preferencesGuillaume Desmottes2013-09-031-3/+0
* Use the telepathy-account-widgets submodule instead of the internal copyMarco Barisione2013-08-201-0/+2
* debug: remove EMPATHY_DEBUG_IRC as it's not needed any moreMarco Barisione2013-08-202-14/+12
* debug: set tp-account-widgets's debug flagsMarco Barisione2013-08-201-0/+3
* tpaw-utils: move EMP_STR_EMPTY to tp-aw and rename itMarco Barisione2013-08-206-13/+21
* tpaw-utils: move empathy_xml_validate_from_resource to tp-aw and rename itMarco Barisione2013-08-205-40/+6
* tpaw-utils: move empathy_implement_finish_* to tp-aw and rename themMarco Barisione2013-08-204-48/+8
* tpaw-gsettings: move the avatar path stuff from Empathy to tp-awMarco Barisione2013-08-201-1/+0
* camera-monitor: move from Empathy to tp-account-widgetsMarco Barisione2013-08-203-367/+0
* cheese-camera-device-monitor: move from Empathy to tp-account-widgetsMarco Barisione2013-08-204-482/+7
* time: move from Empathy to tp-account-widgetsMarco Barisione2013-08-205-200/+6
* utils: remove empathy_account_has_uri_scheme_tel()Marco Barisione2013-08-202-21/+0
* tpaw-utils: move functions for protocol and service display informationMarco Barisione2013-08-202-90/+0
* tpaw-utils: move empathy_connect_new_account to tp-aw and rename itMarco Barisione2013-08-202-46/+0
* uoa-utils: move from Empathy to tp-awMarco Barisione2013-08-204-87/+1
* keyring: move from Empathy to tp-account-widgetsMarco Barisione2013-08-206-795/+15
* connection-managers: move from Empathy to tp-account-widgetsMarco Barisione2013-08-203-438/+0
* account-settings: move from Empathy to tp-account-widgetsMarco Barisione2013-08-203-1930/+0
* tp-account-widgets: Move the IRC network list with the related sourcesEmanuele Aina2013-08-204-570/+2
* tp-account-widgets: Move the IRC support sources with the account widgetEmanuele Aina2013-08-207-1704/+0
* Add missing includeEmilio Pozuelo Monfort2013-08-191-0/+1
* Use new GeocodeLocation API in geocode-glib 0.99.1Andreas Henriksson2013-08-151-6/+5
* EmpathyAccountSettings: remember the new account display name when setting one.Xavier Claessens2013-08-091-6/+3
* Don't dereference a NULL errorEmilio Pozuelo Monfort2013-08-081-1/+2
* Move empathy_check_available_state() from utils to sound-managerXavier Claessens2013-07-182-19/+0
* Merge branch 'gnome-3-8'Guillaume Desmottes2013-05-031-0/+2
|\
| * libempathy: Fix build by adding missing math.h headerStef Walter2013-05-031-0/+2
* | empathy-utils: add missing math.h includeGuillaume Desmottes2013-04-101-0/+1
* | keyring: Drop legacy function after the libsecret migrationEmanuele Aina2013-04-042-8/+0
* | Clean up #include directives in source filesEmanuele Aina2013-04-021-1/+0
* | Clean up #include directives in headersEmanuele Aina2013-04-0218-20/+0
* | Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-0234-50/+42
* | Use a flat namespace for internal includesEmanuele Aina2013-04-016-8/+7
* | Avoid include path overspecificationsEmanuele Aina2013-04-015-5/+5
* | Use double quotes for all internal headersEmanuele Aina2013-04-019-9/+9
* | utils: Drop the file-based empathy_xml_validate()Emanuele Aina2013-04-012-37/+0
* | Embed DTDs for XML validation as GResourcesEmanuele Aina2013-04-017-12/+33
* | utils: Add empathy_xml_validate_from_resource()Emanuele Aina2013-04-012-0/+37
|/
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-2831-138/+2
* Consistently use `#include "config.h"` everywhereEmanuele Aina2013-03-2812-12/+12
* Revert "Go back to libgee 0.6.x"Guillaume Desmottes2013-02-192-2/+2
* Merge branch 'gnome-3-6'Guillaume Desmottes2013-01-241-0/+2
|\
| * chatroom-manager: save file when only the 'favorite' prop is changedGuillaume Desmottes2013-01-241-0/+2
* | Merge branch 'gnome-3-6'Guillaume Desmottes2013-01-082-16/+54
|\|
| * tp-chat: prepare CONNECTED on the TpConnection firstGuillaume Desmottes2013-01-081-10/+48
| * account-settings: early return if SASL earlierGuillaume Desmottes2013-01-081-6/+6
| * auth-client: Support X-TELEPATHY-PASSWORD for GOA accountsDebarshi Ray2012-11-091-10/+57
| * Implement Google OAUTH2 authentication for GOA accountsGiovanni Campagna2012-11-091-1/+8
| * auth-client: Don't unref properties before creating the certificateDebarshi Ray2012-11-061-2/+2
* | Recognize both handheld and phone clienttypes as mobile devicesSjoerd Simons2013-01-032-0/+17
* | More geocode-glib porting workRyan Lortie2012-11-281-2/+2
* | Port EmpathyContact to geocode-glib >= 0.99.1Bastien Nocera2012-11-281-11/+14
* | add some protocolname-displaynameGabriele Giacone2012-11-261-0/+7
* | auth-client: Support X-TELEPATHY-PASSWORD for GOA accountsDebarshi Ray2012-11-091-10/+57
* | auth-client: Don't unref properties before creating the certificateDebarshi Ray2012-11-061-2/+2
* | Implement Google OAUTH2 authentication for GOA accountsGiovanni Campagna2012-11-021-1/+8
|/
* individual-manager: make sure the individual stays alive when removing itGuillaume Desmottes2012-10-021-0/+6
* server-tls-handler: fix the variant type when fetching ServerCertificateGuillaume Desmottes2012-09-251-1/+1
* tp-chat: set Private and InviteOnly props on conference channelsGuillaume Desmottes2012-09-251-3/+30
* include telepathy-glib.hGuillaume Desmottes2012-09-1737-80/+20
* empathy-contact: fix priv->logged_alias leakGuillaume Desmottes2012-09-131-0/+1
* connection-aggregator: fix contacts array leakGuillaume Desmottes2012-09-121-0/+1
* add empathy_individual_manager_unprepare_async()Guillaume Desmottes2012-09-122-0/+58
* use tp_channel_dup_immutable_properties()Guillaume Desmottes2012-09-113-31/+39
* sasl-handler: factor out channel_has_may_save_response()Guillaume Desmottes2012-09-111-24/+24
* use tp_channel_get_connection()Guillaume Desmottes2012-09-111-2/+2
* use tp_text_channel_dup_pending_messages()Guillaume Desmottes2012-09-111-2/+2
* use tp_account_manager_dup_valid_accounts()Guillaume Desmottes2012-09-113-6/+6
* account-settings: always save the password into the password storageGuillaume Desmottes2012-09-071-7/+2
* Remove gst dependency from libempathySjoerd Simons2012-08-294-18/+14
* pkg-kit: use an 'infinite' timeout when calling InstallPackageNamesGuillaume Desmottes2012-08-271-1/+1
* UOA auth: Request password if no credentials have ever be storedXavier Claessens2012-08-271-18/+65
* UOA auth: handle the password mechanism as wellXavier Claessens2012-08-271-3/+10
* UOA auth: Wait for callback when requesting passwordXavier Claessens2012-08-271-3/+19
* UOA auth: Move more code into auth_context_new()Xavier Claessens2012-08-271-35/+37
* UOA auth: factor out auth_context_done()Xavier Claessens2012-08-271-6/+10
* UOA auth: rename QueryInforData to AuthContextXavier Claessens2012-08-271-44/+44
* Move X-TELEPATHY-PASSWORD mechanism code into empathy-sasl-mechanisms.cXavier Claessens2012-08-273-80/+67
* UOA: Store password into signond instead of gnome-keyringXavier Claessens2012-08-271-0/+409
* UOA: Use an AgManager singletonXavier Claessens2012-08-274-4/+89
* Remember password at least until session restartXavier Claessens2012-08-275-12/+27
* UOA auth handler: Inform SSO when access token didn't workXavier Claessens2012-08-202-24/+45
* keyring: fix format issueGuillaume Desmottes2012-08-081-1/+1
* improve SASL debug outputGuillaume Desmottes2012-08-082-0/+6
* client-factory: add TP_ACCOUNT_FEATURE_STORAGEGuillaume Desmottes2012-08-031-0/+3
* Migrate from libgnome-keyring to libsecretStef Walter2012-08-031-103/+54
* goa-auth-handler: pass the data pointer to auth_cbGuillaume Desmottes2012-08-031-2/+2
* goa-auth-handler: factor out auth_data_new()Guillaume Desmottes2012-08-031-4/+16
* libraries and plugins must be using gi18n-lib.hXavier Claessens2012-07-302-2/+2
* Go back to libgee 0.6.xGuillaume Desmottes2012-07-232-2/+2
* Add Ubuntu Online Accounts auth handlerXavier Claessens2012-07-234-0/+442
* coding style fixesGuillaume Desmottes2012-07-231-1/+1
* add empathy_account_settings_set_storage_provider()Guillaume Desmottes2012-07-192-0/+22
* libempathy: Port empathy to libgee 0.8.Jeremy Whiting2012-07-192-2/+2
* Implement Google X-OAUTH2 SASL mechanismXavier Claessens2012-07-182-0/+45
* Move SASL mechanism implementations into its own fileXavier Claessens2012-07-188-151/+393
* remove MC password migration codeGuillaume Desmottes2012-07-171-76/+0
* Turn libempathy to a public libGuillaume Desmottes2012-07-171-14/+21
* tp-chat: prepare the Password feature if neededGuillaume Desmottes2012-07-171-0/+38
* Revert "tp-chat:requires TP_CHANNEL_FEATURE_PASSWORD"Guillaume Desmottes2012-07-171-2/+1
* tp-chat:requires TP_CHANNEL_FEATURE_PASSWORDGuillaume Desmottes2012-07-171-1/+2
* Use new tp_account_* gettersGuillaume Desmottes2012-07-162-4/+4
* Bring back 'theme' keyDanielle Madeley2012-07-021-0/+1
* Remove legacy themes codeDanielle Madeley2012-07-021-1/+0
* tp-chat: stop setting the TpAccount during constructionGuillaume Desmottes2012-06-273-43/+10
* ft-factory: ensure that the factory stays alive while empathy_ft_handler_new_...Guillaume Desmottes2012-06-261-2/+4
* Add heuristic to calculate individuals popularitySeif Lotfy2012-06-181-5/+39
* individual-manager: document that individuals_pop ref its contentGuillaume Desmottes2012-06-181-1/+1
* individual-manager: document individual_notify_im_interaction_count()Guillaume Desmottes2012-06-181-0/+4
* Revert "individual-manager: comment out interaction code"Guillaume Desmottes2012-06-181-9/+0
* remove deprecated gsettings keysGuillaume Desmottes2012-06-151-6/+0
* individual-manager: comment out interaction codeGuillaume Desmottes2012-06-141-0/+9
* individual-manager: keep track of most popular contactsGuillaume Desmottes2012-06-142-0/+181
* empathy_client_factory_dup_contact_features: request groups and client-typesGuillaume Desmottes2012-06-131-0/+2
* empathy_account_settings_migrate_password_cb: use the vardict APIGuillaume Desmottes2012-06-071-6/+5
* account-settings: always use GVariant to store parametersGuillaume Desmottes2012-06-072-152/+155
* remove empathy_account_settings_set_* functionsGuillaume Desmottes2012-06-072-113/+9
* accounts-settings: store parameters as GVariantGuillaume Desmottes2012-06-072-27/+70
* make empathy_account_settings_get() staticGuillaume Desmottes2012-06-072-4/+5
* account-settings: use TpConnectionManager accessorsGuillaume Desmottes2012-06-071-2/+2
* connection-managers: use TpConnectionManager accessorGuillaume Desmottes2012-06-071-1/+1
* tp-chat: use TpProxy accessorsGuillaume Desmottes2012-06-071-4/+2
* remove unused proxy hash and equal functionsGuillaume Desmottes2012-06-072-33/+0
* use TpAccountRequestGuillaume Desmottes2012-06-061-63/+28
* Add GVariant converters from tp-glibGuillaume Desmottes2012-06-062-0/+35
* use tp_list_connection_managers_async()Guillaume Desmottes2012-06-061-18/+30
* account-settings: use TpProtocol's API to get TpConnectionManagerParamGuillaume Desmottes2012-06-062-31/+10
* empathy_account_settings_check_readyness: use the existing TpProtocol to list...Guillaume Desmottes2012-06-061-25/+21
* empathy_account_settings_get_tp_protocol: return a TpProtocolGuillaume Desmottes2012-06-062-3/+3
* Remove unused field hash from EmpathyContactChandni Verma2012-06-031-1/+0
* Disconnect all aggregator signal handlers on disposing EmpathyIndividualManagerChandni Verma2012-05-291-7/+5
* factor out empathy_individual_get_client_types()Guillaume Desmottes2012-05-252-0/+45
* remove tp-contact-factoryGuillaume Desmottes2012-05-153-257/+0
* remove unused tp-contact-factory includesGuillaume Desmottes2012-05-152-2/+0
* Add preference to show account balancesDanielle Madeley2012-05-151-0/+1
* contact: use tp_connection_dup_contact_by_id_async()Guillaume Desmottes2012-05-111-19/+24
* tp-chat: use tp_text_channel_get_chat_state()Guillaume Desmottes2012-05-101-2/+2
* client-factory: request TP_TEXT_CHANNEL_FEATURE_CHAT_STATESGuillaume Desmottes2012-05-101-1/+1
* tp-chat: remove chat-state-changed-empathy signalGuillaume Desmottes2012-05-101-58/+0
* remove empathy-tp-roomlistGuillaume Desmottes2012-05-103-585/+0
* add empathy_client_factory_dup_contact_by_id_async()Guillaume Desmottes2012-05-102-0/+79
* Use tp_capabilities_get_channel_classes_variant()Guillaume Desmottes2012-05-101-11/+33
* remove empathy-tls-certificateGuillaume Desmottes2012-05-103-527/+0
* Use TpTpTLSCertificateGuillaume Desmottes2012-05-104-60/+46
* use tp_capabilities_supports_sms()Guillaume Desmottes2012-05-101-32/+2
* tp-chat: stop using the contact factory when building messageGuillaume Desmottes2012-05-081-63/+12
* ft-handler: create EmpathyContact from TpContactGuillaume Desmottes2012-05-081-32/+5
* tp-contact-factory: remove unused methodsGuillaume Desmottes2012-05-082-177/+0
* Use TP_ERROR instead of TP_ERRORSGuillaume Desmottes2012-05-072-2/+2
* contact: compare TpContact objects rather than handlesGuillaume Desmottes2012-05-031-5/+3
* tp-chat:stop using the handle of membersGuillaume Desmottes2012-05-031-22/+14
* empathy_tp_chat_is_invited: return a TpContact for the inviterGuillaume Desmottes2012-05-032-11/+5
* tp-chat: use new channel group API to track membersGuillaume Desmottes2012-05-031-136/+55
* tp_chat_prepare_ready_async: use new channel group APIGuillaume Desmottes2012-05-031-46/+16
* empathy_tp_chat_is_invited: use new channel group APIGuillaume Desmottes2012-05-031-5/+12
* client-factory: prepare TP_CHANNEL_FEATURE_CONTACTSGuillaume Desmottes2012-05-031-0/+3
* remove empathy_tp_chat_join()Guillaume Desmottes2012-05-032-33/+0
* Revert "Revert "remove EMPATHY_AV_BUS_NAME*""Guillaume Desmottes2012-05-021-3/+0
* remove empathy-avGuillaume Desmottes2012-05-023-971/+0
* tp-chat: add the 'members-changed' signalGuillaume Desmottes2012-05-021-4/+12
* tp-chat: add the 'member-renamed' signalGuillaume Desmottes2012-05-021-3/+11
* add empathy_connection_aggregator_rename_group()Guillaume Desmottes2012-04-202-0/+46
* tls-test: Use a proper PKCS#11 mock module for testingStef Walter2012-04-191-2/+2
* Use more tp_capabilities_ methodsGuillaume Desmottes2012-04-101-58/+18
* individual-manager: remove (un)linking APIGuillaume Desmottes2012-04-102-76/+0
* remove empathy-contact-listGuillaume Desmottes2012-04-103-308/+0
* implement empathy_tp_chat_get_members as a method on TpChatGuillaume Desmottes2012-04-102-17/+5
* remove unused tp_chat_removeGuillaume Desmottes2012-04-101-18/+0
* implement empathy_tp_chat_add as a method on TpChatGuillaume Desmottes2012-04-102-5/+6
* tp-chat: use self->priv directlyGuillaume Desmottes2012-04-101-26/+13
* tp-chat: port to Telepathy coding styleGuillaume Desmottes2012-04-102-1166/+1207
* remove EmpathyConnectivityGuillaume Desmottes2012-04-053-508/+0
* Merge branch 'gnome-3-4'Guillaume Desmottes2012-04-054-9/+2
|\
| * include logger single headerGuillaume Desmottes2012-04-044-9/+2
* | Merge branch 'gnome-3-4'Danielle Madeley2012-04-031-6/+2
|\|
| * Logger support for calls is no longer optionalDanielle Madeley2012-04-031-5/+1
| * TplCallEndReason ceased to exist on March 28Danielle Madeley2012-04-031-1/+1
* | remove empathy_individual_manager_lookup_by_contact()Guillaume Desmottes2012-04-022-56/+0
* | use tpf_persona_dup_for_contact() instead of lookup_by_contact()Guillaume Desmottes2012-04-021-5/+12
* | factor out create_individual_from_persona()Guillaume Desmottes2012-04-021-11/+21
|/
* remove empathy-tp-contact-listGuillaume Desmottes2012-03-123-1287/+0
* connection-managers: stop using tp_connection_manager_is_ready()Guillaume Desmottes2012-03-121-1/+1
* Mark strings for translation. https://bugzilla.gnome.org/show_bug.cgi?id=671875Gabor Kelemen2012-03-121-3/+5
* add missing config.h includesGuillaume Desmottes2012-03-075-2/+9
* Add magic to automatically run tasks when empathy-auth-client is startedGuillaume Desmottes2012-03-061-0/+1
* Revert "Drop empathy-av"Guillaume Desmottes2012-03-013-0/+971
* Revert "remove EMPATHY_AV_BUS_NAME*"Guillaume Desmottes2012-03-011-0/+3
* remove EMPATHY_AV_BUS_NAME*Guillaume Desmottes2012-02-211-3/+0
* Drop empathy-avGuillaume Desmottes2012-02-213-971/+0
* Merge remote-tracking branch 'origin/call1' into master+callGuillaume Desmottes2012-02-213-46/+6
|\
| * Merge branch 'master' into call1Danielle Madeley2012-01-175-9/+63
| |\
| * | Remove tp-yell and use TpCallChannelXavier Claessens2012-01-103-46/+6
* | | add empathy_ensure_individual_from_tp_contact()Guillaume Desmottes2012-02-152-0/+23
* | | add empathy_individual_manager_lookup_by_contact()Guillaume Desmottes2012-02-152-0/+56
* | | individual-manager: add API to know when contacts have been loaded from folksGuillaume Desmottes2012-02-142-0/+46
* | | Toggle telling others you are typing to themPatrick F. Allen2012-02-131-0/+1
* | | Add a gsetting key to show/hide groupsGuillaume Desmottes2012-02-091-0/+1
* | | add empathy-pkg-kitGuillaume Desmottes2012-02-083-0/+201
* | | improve TP_ERROR_STR_ALREADY_CONNECTED displayed error stringGuillaume Desmottes2012-02-081-1/+1
* | | add missing config.hGuillaume Desmottes2012-02-072-0/+3
* | | presence-manager: stop watching connectivity changesGuillaume Desmottes2012-02-021-67/+3
* | | Chat: show who changed the subjectWill Thompson2012-02-022-1/+26
* | | Utils: provide a human-readable message for CM crashesWill Thompson2012-01-261-0/+4
* | | Merge branch 'highlight-regex'Will Thompson2012-01-263-70/+19
|\ \ \
| * | | TpChat: add a :self-contact property.Will Thompson2012-01-191-0/+19
| * | | Move empathy_message_should_highlight to EmpathyChatWill Thompson2012-01-192-71/+0
| * | | Use /\b<nickname>\b/ to decide whether to highlightWill Thompson2012-01-191-33/+34
| | |/ | |/|
* | | Use a localized format when displaying timesGuillaume Desmottes2012-01-201-8/+5
* | | empathy-time: port to TP coding styleGuillaume Desmottes2012-01-202-81/+85
|/ /
* | client-factory: ensure alias, presence, capabilities and avatar are preparedDanielle Madeley2012-01-171-6/+12
* | don't free content of the list returned by empathy_connection_aggregator_get_...Guillaume Desmottes2012-01-171-0/+1
* | empathy_account_get_error_message: get the reason before displaying itGuillaume Desmottes2012-01-161-2/+2
* | coding style fixGuillaume Desmottes2012-01-161-1/+1
* | account-settings: allow to change the serviceGuillaume Desmottes2012-01-132-0/+47
|/
* remove empathy-contact-managerGuillaume Desmottes2011-12-143-603/+0
* remove useless includes of empathy-contact-manager.hGuillaume Desmottes2011-12-142-2/+0
* empathy_contact_get_persona: use tpf_persona_dup_for_contact()Guillaume Desmottes2011-12-141-37/+5
* use tpf_persona_dup_for_contact()Guillaume Desmottes2011-12-141-10/+7
* auth-client: add some more debuggingGuillaume Desmottes2011-12-081-1/+1
* try requesting a TpContact when creating a contact from the loggerGuillaume Desmottes2011-12-061-1/+48
* renamespace CheeseCameraDeviceMonitorGuillaume Desmottes2011-12-023-84/+88
* camera-monitor: fix memleak in on_camera_addedRaluca Elena Podiuc2011-12-011-1/+3
* connection-aggregator: add API to track contactsGuillaume Desmottes2011-11-302-0/+74
* Revert "WIP"Guillaume Desmottes2011-11-292-75/+0
* remove trailing spaceGuillaume Desmottes2011-11-291-1/+1
* WIPGuillaume Desmottes2011-11-292-0/+75
* Merge remote-tracking branch 'jonny/ft'Guillaume Desmottes2011-11-297-1114/+180
|\
| * tp-file: remove EmpathyTpFileJonny Lamb2011-11-093-1022/+0
| * client-factory: stop creating EmpathyTpFile objectsJonny Lamb2011-11-092-7/+1
| * ft-handler: start using TpFTChannel instead of EmpathyTpFileJonny Lamb2011-11-093-84/+179
| * libempathy: remove empathy-tp-file from headersJonny Lamb2011-11-091-1/+0
* | remove old school get_all_groupsGuillaume Desmottes2011-11-294-66/+0
* | add empathy_connection_aggregator_get_all_groups()Guillaume Desmottes2011-11-292-0/+31
* | add EmpathyConnectionAggregatorGuillaume Desmottes2011-11-293-0/+258
* | don't ignore TP_DELIVERY_STATUS_TEMPORARILY_FAILED delivery reportGuillaume Desmottes2011-11-281-1/+2
* | contact-list: remove flagsGuillaume Desmottes2011-11-282-25/+0
* | tp-contact-list: remove tp_contact_list_get_flagsGuillaume Desmottes2011-11-281-119/+0
* | remove empathy_contact_manager_get_flags_for_connection()Guillaume Desmottes2011-11-282-25/+0
* | add EMPATHY_INDIVIDUAL_FEATURE_ADD_CONTACTGuillaume Desmottes2011-11-241-0/+21
* | factor out empathy_create_individual_from_tp_contact()Guillaume Desmottes2011-11-242-0/+35
* | Allow user to try another password if auth failedGuillaume Desmottes2011-11-232-0/+64
* | auth-factory: relay the auth-password-failed signalGuillaume Desmottes2011-11-231-0/+25
* | server-sasl-handler: add auth-password-failed signalGuillaume Desmottes2011-11-231-0/+16
* | Remove call input volume configurationSjoerd Simons2011-11-191-1/+0
* | Use _unref instead of _free _destroy when possible.unrefXavier Claessens2011-11-1611-25/+25
* | coding style fixesGuillaume Desmottes2011-11-142-5/+5
* | add empathy_contact_remove_from_contact_list()Guillaume Desmottes2011-11-082-0/+14
* | add empathy_contact_add_to_contact_list()Guillaume Desmottes2011-11-082-0/+41
* | client-factory: prepare TP_CONNECTION_FEATURE_CONTACT_LIST_PROPERTIESGuillaume Desmottes2011-11-081-0/+6