summaryrefslogtreecommitdiff
path: root/src/protocol.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-11Stop accessing sealed tp-glib structsXavier Claessens1-8/+11
2012-05-30Use meta-headers for everythingSimon McVittie1-2/+3
2012-05-17configure: ignore post 0.18 deprecations so we can build against tp-glib masterJonny Lamb1-0/+2
2012-03-27ContactList: downloading the roster at connection depends on a connection par...Alban Crequy1-0/+8
2012-03-22Allow to disable VoIP-related code with --disable-voipMarco Barisione1-0/+4
2012-02-06Merge branch 'master' into call1Will Thompson1-0/+1
2011-12-20Add configure option to disable file transfer support.Andre Moreira Magalhaes (andrunko)1-0/+4
2011-11-21addressing-util: Refactor gabble_parse_vcard_address and make "x-facebook-id"...Andre Moreira Magalhaes (andrunko)1-1/+1
2011-11-21addressing-util: Rename gabble_normalize_uri to gabble_normalize_contact_uri.Andre Moreira Magalhaes (andrunko)1-1/+1
2011-11-21protocol: Use gabble_get_addressable_uri_schemes/vcard_fields.Andre Moreira Magalhaes (andrunko)1-6/+2
2011-11-21addressing-util: Split gabble_parse_uri in gabble_normalize_uri, gabble_jid_t...Andre Moreira Magalhaes (andrunko)1-9/+2
2011-11-21protocol: Use g_error_matches to properly match for errors and don't crash if...Andre Moreira Magalhaes (andrunko)1-4/+8
2011-11-21addressing-util: Refactor gabble_parse_vcard_address.Andre Moreira Magalhaes (andrunko)1-9/+3
2011-11-21Added addressing-utils.[ch] to aide in addressing consistency.Eitan Isaacson1-23/+23
2011-11-21Factored out URI parsing.Eitan Isaacson1-35/+7
2011-11-21protocol: Update to latest changes in Proto.I.Addressing.Andre Moreira Magalhaes (andrunko)1-2/+2
2011-11-21protocol: Reorder logic of checking for uri schemes in addressing_normalize_uri.Andre Moreira Magalhaes (andrunko)1-6/+6
2011-11-21protocol: Reorder logic of checking for vcard fields in addressing_normalize_...Andre Moreira Magalhaes (andrunko)1-6/+6
2011-11-21Remove debug area for protocol as it's not being used.Andre Moreira Magalhaes (andrunko)1-3/+0
2011-11-21protocol: Updated with latest changes in tp-glib to support Protocol.I.Addres...Andre Moreira Magalhaes (andrunko)1-4/+4
2011-11-21Use new addressing GInterface API. Fix review nitpicks.Eitan Isaacson1-29/+24
2011-11-21Added Addressing support to protocol.Eitan Isaacson1-0/+117
2011-08-03Turn on DecloakAutomatically by defaultWill Thompson1-1/+1
2011-07-13Merge branch 'encryption'Will Thompson1-1/+1
2011-07-06Set the DBus_Property flag on DecloakAutomaticallyWill Thompson1-1/+3
2011-06-27Enable require-encryption by defaultWill Thompson1-1/+1
2011-03-31Change param 'extra-identities' to 'extra-certificate-identities'Stef Walter1-3/+3
2011-03-31Allow the UI to specify extra-identities account paramaters.Stef Walter1-0/+9
2011-03-18Make GabbleConnection::connect-server read-onlyStef Walter1-1/+0
2011-03-18Add support for ServerTLSConnection.ReferenceIdentities property.Stef Walter1-0/+1
2011-01-28Use conference.telepathy.im as the default MUC serverWill Thompson1-1/+3
2010-12-13protocol: implement TpBaseProtocolClass->dup_authentication_typesJonny Lamb1-0/+12
2010-10-05Reprivatise base status list; expose base+plugins list via a function insteadVivek Dasmohapatra1-1/+1
2010-10-05g_strdupv() a gchar ** instead of g_strsplit() a constantVivek Dasmohapatra1-1/+5
2010-10-05Use status to implement base-protocol callback for Protocol.Interface.PresencesVivek Dasmohapatra1-1/+9
2010-10-04Remove support for gadgetTomeu Vizoso1-1/+0
2010-09-08Implemnent fallback-servers supportNicolas Dufresne1-1/+9
2010-08-05use g_once_init_{enter,leave} instead of g_once_initSenko Rasic1-19/+16
2010-08-05gabble_jabber_protocol_new() now returns TpBaseProtocol* instead of GabbleJab...Senko Rasic1-1/+1
2010-08-05use hardcoded values for protocol name/icon/englishname/vcard fieldSenko Rasic1-3/+8
2010-08-05move gabble parameters from ConnectionManager to JabberProtocol and clean up ...Senko Rasic1-4/+143
2010-08-05identify_account: assume the mandatory parameter "account" is presentSenko Rasic1-6/+2
2010-08-05protocol.c: trivia/whitespace fixesSenko Rasic1-25/+22
2010-08-05add gabble_jabber_protocol_new()Senko Rasic1-0/+8
2010-08-05add GabbleJabberProtocolSenko Rasic1-0/+210