aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
Commit message (Expand)AuthorAgeFilesLines
* [tp-chat] add a counter for the number of pending messagesDanielle Madeley2011-04-282-3/+85
* Use dbus-error from delivery report for better errorsDanielle Madeley2011-04-281-4/+8
* empathy_message_new is gone, use g_object_newEmilio Pozuelo Monfort2011-04-281-15/+12
* Merge remote-tracking branch 'pochu-public/log-window-619866' into empathy-skypeEmilio Pozuelo Monfort2011-04-284-13/+275
|\
| * make check fixesEmilio Pozuelo Monfort2011-04-271-1/+1
| * Add _tpl_action_chain_clearEmilio Pozuelo Monfort2011-04-252-0/+8
| * TplActionChain: add _tpl_action_chain_start()Emilio Pozuelo Monfort2011-04-202-1/+20
| * Copy TplActionChain from telepathy-loggerEmilio Pozuelo Monfort2011-04-203-0/+218
| * Don't ignore call eventsEmilio Pozuelo Monfort2011-04-201-21/+32
* | Merge branch 'detailed-errors' into empathy-skypeDanielle Madeley2011-04-272-8/+114
|\ \
| * | Use skype-reason detail to return a Skype-specific error messageDanielle Madeley2011-04-202-8/+115
* | | Merge branch 'balance-31-2' into empathy-skypeDanielle Madeley2011-04-212-0/+77
|\ \ \
| * | | Update formatting for NOKDanielle Madeley2011-04-211-1/+1
| * | | Fill out empathy_format_currency() with more currenciesDanielle Madeley2011-04-181-8/+9
| * | | Use pointless g* types for consistencyDanielle Madeley2011-04-182-5/+5
| * | | Add method empathy_format_currency()Danielle Madeley2011-04-152-0/+76
* | | | Port all timestamps from time_t to gint64 (#648188)Guillaume Desmottes2011-04-216-47/+63
* | | | empathy-time: remove unused functionsGuillaume Desmottes2011-04-212-52/+0
* | | | empathy-message: cast timestamps to glongGuillaume Desmottes2011-04-211-2/+2
* | | | empathy_message_new_from_tp_message: assign priv as soon as the message is cr...Guillaume Desmottes2011-04-211-1/+2
* | | | use the TpChannel:chat-state-changed signalGuillaume Desmottes2011-04-211-7/+4
* | | | use delivery report instead of Text.SendErrorGuillaume Desmottes2011-04-211-25/+50
* | | | factor out handle_incoming_message()Guillaume Desmottes2011-04-211-23/+17
* | | | empathy-message: remove useless public settersGuillaume Desmottes2011-04-212-132/+22
* | | | remove empathy_message_new()Guillaume Desmottes2011-04-212-16/+7
* | | | use tp_text_channel_send_message_async()Guillaume Desmottes2011-04-212-22/+45
* | | | Port empathy_tp_chat_get_self_contact() from masterDanielle Madeley2011-04-212-0/+11
* | | | factor out empathy_message_new_from_tp_messageGuillaume Desmottes2011-04-213-68/+53
* | | | empathy-message: add missing getter/setterGuillaume Desmottes2011-04-211-0/+18
* | | | use TpTextChannel:message-sentGuillaume Desmottes2011-04-211-17/+15
* | | | use TpTextChannel:message-receivedGuillaume Desmottes2011-04-211-27/+25
* | | | use tp_text_channel_get_pending_messages() to get the pending messagesGuillaume Desmottes2011-04-211-57/+34
* | | | empathy-tp-chat: ensure that we get a TpTextChannelGuillaume Desmottes2011-04-211-1/+1
| |/ / |/| |
* | | Enable audio/video capabilities if InitialAudio/Video is in the fixed props f...Youness Alaoui2011-04-131-8/+14
* | | Merge branch 'sms-support' into empathy-skypeDanielle Madeley2011-04-121-0/+3
|\| |
| * | Don't wait for SMS properties when there is no SMS support on the channelDanielle Madeley2011-04-121-0/+3
* | | Merge remote-tracking branch 'danni-public/sms-support' into empathy-skypeEmilio Pozuelo Monfort2011-04-086-21/+151
|\| |
| * | Add sms-channel property to empathy-tp-chatDanielle Madeley2011-04-082-0/+78
| * | Add SMS entry to empathy-individual-menuDanielle Madeley2011-04-084-21/+59
| * | [ChatroomManager] find windows by channel path, not by TargetIDDanielle Madeley2011-04-062-0/+14
| |/
* / Add displayname for Skype so it appears as Skype(TM)Danielle Madeley2011-04-081-0/+3
|/
* tp_chat_got_renamed_contacts_cb: use tp_clear_object() to unref priv->userGuillaume Desmottes2011-03-241-1/+1
* Really remove user from the blocked list when readding themDanielle Madeley2011-03-231-0/+14
* Fix use of uninitialized variableEmilio Pozuelo Monfort2011-03-231-2/+2
* Don't try to block personas that don't support blockingEmilio Pozuelo Monfort2011-03-221-4/+11
* Only add the 'extra-certificate-identities' parameter if gabble supports it.Stef Walter2011-03-222-0/+11
* Use ServerTLSConnection.ReferenceIdentities to check cert identity.Stef Walter2011-03-223-7/+85
* Use stable API for ContactBlocking (#645504)Guillaume Desmottes2011-03-221-6/+6
* Remove user from the blocked list when readding themDanielle Madeley2011-03-221-0/+8
* auth-factory: allow to handle more than one auth channel at the same time (#6...Guillaume Desmottes2011-03-181-12/+38
* auth-factory: use a proper priv pointerGuillaume Desmottes2011-03-182-3/+4
* add empathy_server_sasl_handler_get_channel()Guillaume Desmottes2011-03-182-0/+15
* Allow to Observe a ServerAuthentication channel while handling another oneGuillaume Desmottes2011-03-181-1/+2
* common_checks: tell the truth in debug messagesGuillaume Desmottes2011-03-181-7/+9
* common_checks: rename must_be_sasl arg to observeGuillaume Desmottes2011-03-181-2/+7
* server-sasl-handler: remove stored password if they can't be savedGuillaume Desmottes2011-03-171-0/+6
* save the password before trying to connect the new account (#643690)Guillaume Desmottes2011-03-171-0/+16
* depends on folks 0.4.0Guillaume Desmottes2011-03-164-27/+28
* Display Upgrade Software errorsEmilio Pozuelo Monfort2011-03-111-0/+2
* empathy_protocol_name_to_display_name: MSN has been renamed to "Windows live"...Guillaume Desmottes2011-03-071-1/+1
* auth-factory: set Observer.DelayApprovers (#643872)Guillaume Desmottes2011-03-071-0/+2
* tp_chat_received_cb: display the path of the channel in debug logGuillaume Desmottes2011-03-041-1/+2
* Only show the "Remember password" tickybox if we can do thatDanielle Madeley2011-03-032-0/+40
* Implement MaySaveResponse and Ch.I.CredentialsStorage in SASL handlerDanielle Madeley2011-03-031-3/+40
* Add support for message type to support /meNicolas Dufresne2011-03-011-0/+2
* find_items_cb: copy the string stored in the resultGuillaume Desmottes2011-02-281-1/+2
* find_items_cb: always use the first password foundGuillaume Desmottes2011-02-281-5/+14
* Port empathy to Telepathy logger 0.2.0Nicolas Dufresne2011-02-243-20/+23
* Always build telepathy-yell and handle Call channelsEmilio Pozuelo Monfort2011-02-241-5/+1
* Move empathy_call_* util functions to libempathy-gtkEmilio Pozuelo Monfort2011-02-242-145/+0
* Explicitely use the libtelepathy-yell .la file for dependency trackingSjoerd Simons2011-02-231-1/+1
* Recognize Call channel capabilitiesSjoerd Simons2011-02-231-0/+24
* Don't use wildcards for just one marshal fileSjoerd Simons2011-02-231-4/+4
* Build fixEmilio Pozuelo Monfort2011-02-231-2/+2
* empathy_call_new_with_streams: start Calls when we support themEmilio Pozuelo Monfort2011-02-232-15/+91
* Teach EmpathyChannelFactory how to create Call channelsEmilio Pozuelo Monfort2011-02-232-0/+19
* Prevent segv attempting to free uninitialised value.Danielle Madeley2011-02-211-1/+1
* Bug 637151 — Hide the user Individual from the contact listPhilip Withnall2011-02-183-4/+23
* Bug 641662 — Update for libfolks API changes to IndividualAggregatorPhilip Withnall2011-02-181-2/+31
* empathy_account_settings_check_readyness: don't leak a ref on managerGuillaume Desmottes2011-02-171-1/+1
* ft-factory: don't leak the handlerGuillaume Desmottes2011-02-161-0/+12
* fix coding styleGuillaume Desmottes2011-02-161-10/+13
* Add some more servers and port numbers for FreenodeDebarshi Ray2011-02-161-2/+7
* only try reconnecting accounts if needed (#642358)Guillaume Desmottes2011-02-162-1/+16
* Reset network list buttonChandni Verma2011-02-154-12/+77
* Use Conn.I.CB to report contacts as abusive when blocking themDanielle Madeley2011-02-141-2/+11
* Determine whether a connection supports reporting abuse, set the connection flagDanielle Madeley2011-02-141-0/+36
* Hook up abusive argument into TpContactList backendDanielle Madeley2011-02-146-10/+18
* use TP_PROP_*Guillaume Desmottes2011-02-141-5/+5
* use tp-glib API for Conference (#630709)Guillaume Desmottes2011-02-141-4/+4
* Merge branch 'contact-blocking-3' into gnome-2-34Danielle Madeley2011-02-117-6/+224
|\
| * Add confirmation dialog to RemoveDanielle Madeley2011-02-112-0/+3
| * Add UI to blocking confirmation dialog for future "report as abusive" functionDanielle Madeley2011-02-111-0/+1
| * Don't leak EmpathyContactDanielle Madeley2011-02-101-0/+2
| * Add contact blocking support to EmpathyIndividualManagerDanielle Madeley2011-02-092-0/+83
| * Add contact blocking to EmpathyContactList and friendsDanielle Madeley2011-02-095-6/+135
* | add EmpathyChannelFactory (#634679)Guillaume Desmottes2011-02-103-0/+186
* | connectivity: Update to use new Connman D-BUS service names / interfacesRob Bradford2011-02-101-2/+2
* | Only build the EmpathyStreamedMedia* classes for empathy-avEmilio Pozuelo Monfort2011-02-105-1380/+0
* | Move a couple of call-related functions to empathy-utils.hEmilio Pozuelo Monfort2011-02-105-81/+72
* | EmpathyCallFactory -> EmpathyStreamedMediaFactoryEmilio Pozuelo Monfort2011-02-106-134/+134
* | ::new-call-handler -> ::new-streamed-media-handlerEmilio Pozuelo Monfort2011-02-101-1/+1
* | EmpathyCallHandler -> EmpathyStreamedMediaHandlerEmilio Pozuelo Monfort2011-02-106-220/+220
* | EmpathyTpCall -> EmpathyTpStreamedMediaEmilio Pozuelo Monfort2011-02-108-261/+272
* | use tp_clear_object()Guillaume Desmottes2011-02-071-17/+4
* | tp-file: use the self->priv patternGuillaume Desmottes2011-02-072-220/+182
* | Set FileTransfer.URI when accepting a file (#641707)Guillaume Desmottes2011-02-071-10/+39
* | set FileTransfer.URI on outgoing FTGuillaume Desmottes2011-02-071-37/+22
|/
* Adjust for FolksHasPresence -> FolksPresenceOwnerTravis Reitter2011-02-021-8/+12
* Bug 637097 — Port to latest folks API changesPhilip Withnall2011-02-021-2/+2
* Stop using removed Individual convenience methods from folksPhilip Withnall2011-02-021-1/+1
* Port Empathy to use FolksAliasable and FolksGroupablePhilip Withnall2011-02-024-12/+12
* empathy_contact_get_presence_message: use the tp_contact if there is no perso...Guillaume Desmottes2011-02-011-0/+3
* account-settings: only remove the MC password param if set in the keyring OKJonny Lamb2011-01-261-12/+30
* account-settings: use tp_account_get_path_suffixJonny Lamb2011-01-261-5/+3
* account-settings: add a comment saying what to remove when purging migration ...Jonny Lamb2011-01-261-1/+2
* account-settings: move the migration code to another functionJonny Lamb2011-01-261-45/+54
* account-settings: migrate passwords from MC to gk ourselvesJonny Lamb2011-01-261-0/+47
* keyring: change display name for passwords to be more human-readableJonny Lamb2011-01-261-1/+2
* server-sasl-handler: add more debugging and only call Close in Status_SucceededJonny Lamb2011-01-261-1/+5
* auth-factory: add a comment as to why we're also an approverJonny Lamb2011-01-261-0/+6
* account-settings: use tp_clear_object in disposeJonny Lamb2011-01-261-19/+5
* account-settings: add _supports_sasl functionJonny Lamb2011-01-262-0/+10
* account-settings: don't block notify::ready on getting a passwordJonny Lamb2011-01-261-6/+19
* auth-factory: become an Observer and claim auth channels where necessaryJonny Lamb2011-01-262-56/+224
* account-settings: don't call TpAccount functions if we've not created it yetJonny Lamb2011-01-261-3/+14
* account-settings: add support for saving the password in the keyring ourselvesJonny Lamb2011-01-261-3/+165
* account-settings: store the TpProtocol object and notify::ready when it's pre...Jonny Lamb2011-01-261-3/+47
* server-sasl-handler: shorten very long linesJonny Lamb2011-01-261-4/+4
* server-sasl-handler: stop using GET_PRIVJonny Lamb2011-01-261-18/+15
* keyring: change schema to be incompatible with current MCJonny Lamb2011-01-261-9/+9
* server-sasl-handler: handle invalid SASL statusesJonny Lamb2011-01-261-0/+7
* keyring: allow set and delete password to have NULL callbacksJonny Lamb2011-01-261-2/+0
* keyring: add a delete_password functionJonny Lamb2011-01-262-0/+102
* server-sasl-handler: save the password if requestedJonny Lamb2011-01-261-1/+21
* keyring: add set_password_{async,finish} functionsJonny Lamb2011-01-262-6/+87
* server-sasl-handler: make a GAsyncInitable and get the passwordJonny Lamb2011-01-263-20/+187
* keyring: add simple keyring helperJonny Lamb2011-01-263-0/+154
* auth-client: improve the password request dialogJonny Lamb2011-01-262-2/+11
* server-sasl-handler: add an account propertyJonny Lamb2011-01-263-4/+38
* auth-factory: create ServerSASLHandlers and signal them appearingJonny Lamb2011-01-261-12/+78
* server-sasl-handler: addedJonny Lamb2011-01-263-0/+337
* auth-factory: add EmpathyAuthFactory::new-server-sasl-handlerJonny Lamb2011-01-261-0/+10
* auth-factory: also handle auth channelsJonny Lamb2011-01-261-1/+12
* debug: add SASL debug flag and keyJonny Lamb2011-01-262-0/+2
* Compile with --without-ca-fileWill Thompson2010-12-131-0/+2
* empathy_message_from_tpl_log_entry: don't leak receiver and senderGuillaume Desmottes2010-11-241-6/+12
* Make ca-certs location configurable (#634197)Brian Pepple2010-11-181-1/+1
* Don't ignore the CA certificate if it's the only one in the chainCosimo Cecchi2010-10-041-1/+4
* voip_cmp_func: first check if we support and then audioGuillaume Desmottes2010-09-271-9/+19
* Prioritize default individual for chats using capabilities (#629912)Guillaume Desmottes2010-09-271-0/+62
* rename presence_sort_func to presence_cmp_funcGuillaume Desmottes2010-09-271-11/+20
* empathy_account_settings_set_strv: we have to copy the key (#630168)Guillaume Desmottes2010-09-201-1/+1
* tp_chat_group_members_changed_cb: early return if removed or added have not t...Simon McVittie2010-09-141-2/+5
* Merge remote branch 'cosimo/tls-multireject'Guillaume Desmottes2010-09-141-3/+25
|\
| * Use tp_clear_boxed() to free the Rejection arrayCosimo Cecchi2010-09-141-1/+2
| * Update Empathy to the new draft APICosimo Cecchi2010-09-131-3/+24
* | use tp_channel_get_requested()Guillaume Desmottes2010-09-132-9/+2
|/
* fixed typo in empathy utilsFelix Kaser2010-09-133-3/+3
* Use TP_ARRAY_TYPE_UCHAR_ARRAY_LISTCosimo Cecchi2010-09-091-19/+5
* Use separate new/free functions for the handler context dataCosimo Cecchi2010-09-091-8/+24
* Don't assume there's only one concurrent TpHandleChannelsContextCosimo Cecchi2010-09-091-11/+21
* Add support for 'as' in account settingsNicolas Dufresne2010-09-092-0/+31
* Make sure we allocate the right size for certificatesCosimo Cecchi2010-09-081-5/+6
* Use better names for saving the certificatesCosimo Cecchi2010-09-081-2/+16
* Move _get_certificate_hostname() out of the verifierCosimo Cecchi2010-09-083-36/+40
* Add a heuristic to prefer audio- and video-capable Personas when callingPhilip Withnall2010-09-031-1/+27
* Add empathy_contact_dup_best_for_action()Philip Withnall2010-09-032-0/+154
* Don't unnecessarily remove Individuals if Individual IDs have been reusedPhilip Withnall2010-09-021-12/+14
* contact: get info from the tp-contact in constructed (#628315)Guillaume Desmottes2010-09-011-38/+37
* contact: make some setters staticGuillaume Desmottes2010-09-012-109/+101
* coding style fixesEMPATHY_2_31_91Guillaume Desmottes2010-08-301-2/+1
* Bug 628064 — Miscellaneous string fixesPhilip Withnall2010-08-271-2/+2
* Don't filter out Individual removal at the IndividualManager level.Travis Reitter2010-08-271-9/+4
* irc-network: add accessors for name and charsetGuillaume Desmottes2010-08-252-0/+20
* add empathy_irc_network_manager_dup_default()Guillaume Desmottes2010-08-252-0/+36
* When setting an EmpathyContact's Persona, disconnect existing signal handlerTravis Reitter2010-08-241-1/+5
* Merge branch 'tls-connection'Cosimo Cecchi2010-08-2413-3/+2153
|\
| * Properly handle corner cases of _prepare_async() called twiceCosimo Cecchi2010-08-241-0/+26
| * Don't leak certificate dataCosimo Cecchi2010-08-241-1/+2
| * Use new certificate API in EmpathyServerTLSHandlerCosimo Cecchi2010-08-241-14/+29
| * Make EmpathyTLSCertificate a TpProxy subclassCosimo Cecchi2010-08-242-152/+65
| * Use _complete instead of _complete_in_idle()Cosimo Cecchi2010-08-191-2/+2
| * Add an usre_requested param to _account_get_error()Cosimo Cecchi2010-08-192-3/+15
| * Use the hash table directly as a parameter to reject ()Cosimo Cecchi2010-08-192-7/+2
| * Remove whitespaceCosimo Cecchi2010-08-193-6/+6
| * Don't allow calling verify_async() twiceCosimo Cecchi2010-08-191-0/+2
| * Use tp_clear_pointer() where possibleCosimo Cecchi2010-08-191-7/+3
| * Add a details hash table as an out param of the verificationCosimo Cecchi2010-08-192-6/+30
| * Make it more clear which snippets are taken from GnuTLSCosimo Cecchi2010-08-191-1/+7
| * Assert when we have an invalid pointerCosimo Cecchi2010-08-191-0/+2
| * Make _accept/_reject real async methodsCosimo Cecchi2010-08-192-12/+74
| * Use _borrow_immutable_properties instead of GetAll()Cosimo Cecchi2010-08-191-44/+21
| * Properly use errors when handling channelsCosimo Cecchi2010-08-191-14/+56
| * Build the right path when looking at user certsCosimo Cecchi2010-08-131-3/+7
| * Add a method to store the CA certificateCosimo Cecchi2010-08-132-0/+121
| * Add also certificates from our storageCosimo Cecchi2010-08-131-6/+77
| * Cosmetic changesCosimo Cecchi2010-08-131-4/+7
| * Implement hostname checkingCosimo Cecchi2010-08-131-5/+54
| * Correctly treat the last certificate in the chainCosimo Cecchi2010-08-131-10/+33
| * Use the right GnuTLS->Tp mapping for reasons.Cosimo Cecchi2010-08-131-2/+2
| * Use the right index to access the cert array.Cosimo Cecchi2010-08-131-1/+1
| * Make sure to release all the referencesCosimo Cecchi2010-08-132-3/+11
| * Whitespace fixCosimo Cecchi2010-08-131-1/+0
| * Add debug outputCosimo Cecchi2010-08-131-0/+2
| * Update to the new tp-spec APICosimo Cecchi2010-08-131-25/+6
| * Add Hostname and Certificate propertiesCosimo Cecchi2010-08-131-0/+29
| * Add EmpathyTLSVerifierCosimo Cecchi2010-08-133-0/+638
| * Update for the new tp-spec APICosimo Cecchi2010-08-132-7/+66
| * Add the proxy properties and methods.Cosimo Cecchi2010-08-132-0/+102
| * Add the Authentication.TLSCertificate ifaceCosimo Cecchi2010-08-131-0/+5
| * Unref the handler after the signal.Cosimo Cecchi2010-08-131-0/+1
| * Add a debug flag for TLSCosimo Cecchi2010-08-132-0/+2
| * Add a first skeleton of the auth factory.Cosimo Cecchi2010-08-133-0/+276
| * Add EmpathyServerTLSHandler.Cosimo Cecchi2010-08-133-0/+341
| * Add EmpathyTLSCertificate.Cosimo Cecchi2010-08-133-0/+363
* | Remove EmpathyAvatar->tokenPhilip Withnall2010-08-242-11/+3
* | Remove empathy_contact_new_for_log()Philip Withnall2010-08-242-19/+0
* | Make empathy_contact_load_avatar_cache() privatePhilip Withnall2010-08-242-6/+6
* | Make empathy_contact_set_avatar() privatePhilip Withnall2010-08-242-12/+9
* | Consider contact without presence as online (#627587)Guillaume Desmottes2010-08-231-1/+3
* | Allow unlinking individuals through EmpathyIndividualManagerPhilip Withnall2010-08-202-0/+38
* | use TP_USER_ACTION_TIME_* (#627165)Guillaume Desmottes2010-08-183-5/+2
* | add preference to disable logging (#567858)Guillaume Desmottes2010-08-171-0/+3
|/
* empathy_contact_new can be static nowGuillaume Desmottes2010-08-132-2/+1
* add g_return_val_if_fail in _new functionsGuillaume Desmottes2010-08-122-0/+4
* empathy_tp_call_get_connection_manager: use the account directlyGuillaume Desmottes2010-08-121-14/+1
* tp-call: add account propertyGuillaume Desmottes2010-08-124-6/+43
* tp-chat: add 'account' propertyGuillaume Desmottes2010-08-122-6/+38
* Allow linking personas through EmpathyIndividualManagerPhilip Withnall2010-08-122-0/+37
* remove empathy-dispatch-operationGuillaume Desmottes2010-08-117-759/+0
* dispatcher: remove more unused attributes and codeGuillaume Desmottes2010-08-111-74/+1
* Merge remote branch 'lfrb/ft-cancel'Guillaume Desmottes2010-08-111-2/+7
|\
| * Ignore socket errors when closing the file-transfer channelLouis-Francis Ratté-Boulianne2010-08-111-2/+7
* | dispatcher: use TpCapabilities to get the RCC (#626636)Guillaume Desmottes2010-08-111-45/+30
* | dispatcher: use tp_proxy_prepare_async instead of tp_connection_call_when_readyGuillaume Desmottes2010-08-111-6/+12
* | bye bye empathy-handlerGuillaume Desmottes2010-08-113-509/+0
* | dispatcher: remove channel handling and requesting codeGuillaume Desmottes2010-08-112-973/+0
|/
* empathy_dispatcher_join_muc: use TpAccountChannelRequestGuillaume Desmottes2010-08-111-89/+14
* empathy_dispatcher_join_muc: get an account instead of a connectionGuillaume Desmottes2010-08-112-5/+10
* re-implement empathy_dispatcher_chat_with_contact using empathy_dispatcher_ch...Guillaume Desmottes2010-08-112-45/+5
* empathy_dispatcher_chat_with_contact_id: use TpAccountChannelRequestGuillaume Desmottes2010-08-111-45/+22
* empathy_dispatcher_chat_with_contact_id: get a TpAccount instead of a TpConne...Guillaume Desmottes2010-08-112-5/+10
* empathy_dispatcher_chat_with_contact_id: remove callback argumentGuillaume Desmottes2010-08-112-8/+5
* empathy_call_factory_new_call_with_streams: don't leak the hash tableGuillaume Desmottes2010-08-111-0/+1
* tp-chat: use TpAccountChannelRequestGuillaume Desmottes2010-08-111-8/+24
* call-factory: use TpAccountChannelRequest to request the media channelGuillaume Desmottes2010-08-111-6/+27
* empathy_call_factory_new_call_with_streams: remove callback argGuillaume Desmottes2010-08-112-3/+1
* empathy_call_handler_start_call: use tp_account_channel_request_create_and_ha...Guillaume Desmottes2010-08-111-13/+30
* factor out empathy_call_factory_create_requestGuillaume Desmottes2010-08-112-11/+24