summaryrefslogtreecommitdiff
path: root/libpurple/protocols/jabber/disco.c
Commit message (Expand)AuthorAgeFilesLines
* Use g_clear_* helpers where usefulElliott Sales de Andrade2023-03-211-2/+1
* Remove all of the current Mood APIGary Kramlich2023-03-201-5/+0
* XMPP: Remove STUN lookupsGary Kramlich2023-02-171-51/+1
* xmpp: Stop tracking user directoriesElliott Sales de Andrade2023-01-021-3/+0
* Bump C standard to C99 for XMPP and fix warningsElliott Sales de Andrade2022-12-121-8/+14
* Remove Google Talk from the XMPP plugin.Gary Kramlich2021-01-231-53/+2
* Remove the account check email option.Gary Kramlich2021-01-111-5/+1
* Finally add XMPP Message Carbons XEP-0280Gary Kramlich2020-11-101-0/+12
* Make sure that internal.h can only be included by libpurple and split out som...Gary Kramlich2020-05-011-1/+0
* move all protocols, purple plugins, and purple tests to use purple.h instead ...Gary Kramlich2020-05-011-4/+1
* Add new and free functions for structs to reduce duplicationqarkai2019-11-031-4/+1
* Set GList to NULL after freeqarkai2019-10-191-0/+1
* Use g_list_free_full instead of manual iterationsqarkai2019-10-181-4/+1
* Fix a bunch of stuff that was somehow broke in the last wave of pull requestsGary Kramlich2017-06-141-1/+1
* Merge release-2.x.y into defaultdx2017-06-121-34/+33
|\
| * Use conventional style for empty string checkqarkai2017-03-251-2/+2
| * Replace empty string comparison with null character comparisonqarkai2017-03-241-4/+4
| * Remove redundant NULL checksqarkai2017-03-241-3/+3
| * Replace strcmp() with purple_strequal()qarkai2017-03-241-5/+5
| * Replace !strcmp() with purple_strequal()qarkai2017-03-231-21/+21
| * Replace misused g_str_equal() with purple_strequal()qarkai2017-03-231-4/+4
* | Plug g_resolver_get_default() leaksMike Ruprecht2016-01-071-1/+3
* | Use the GResolver which was passed to g_resolver_lookup_*_async()Mike Ruprecht2016-01-071-1/+2
* | This should do it for XMPPGary Kramlich2015-12-181-63/+28
* | Fix some of invalid alignment warningsTomasz Wasilczyk2014-04-031-6/+8
* | Replaced xmlnode with PurpleXmlNode, and xmlnode_* API with purple_xmlnode_* APIAnkit Vani2013-09-071-79/+79
* | Started GObjectification of PurpleConnection.Ankit Vani2013-07-101-2/+2
* | On the way to hiding the PurpleConnection struct.Andrew Victor2011-10-181-3/+5
* | Clean up SRV/TXT query functions.Elliott Sales de Andrade2011-09-021-1/+1
* | Replace purple_dnsquery_a_account with purple_dnsquery_a.Elliott Sales de Andrade2011-09-021-1/+1
|/
* Use the new account-contextual DNS API everywhere. Refs #11110Daniel Atallah2011-04-191-2/+6
* Remove trailing whitespaceRichard Laager2011-01-041-4/+4
* jabber: Fix picking up bytestream proxies advertised by the serverPaul Aurich2010-09-161-1/+1
* Fix this inconsequential compile warning:Mark Doliner2010-09-131-1/+1
* propagate from branch 'im.pidgin.pidgin' (head f9599fe0199c86262cea569a5dfb40...Marcus Lundblad2010-08-311-1/+3
|\
| * First shot at refactoring the Google-specific XMPP code.Marcus Lundblad2010-03-251-1/+3
* | Fix some "Dead nested assignment"s and then kill off some uselessElliott Sales de Andrade2010-08-141-1/+1
|/
* Added PurpleConnection flags to determine support for moods and mood messages.Marcus Lundblad2010-03-041-1/+5
* jabber: Only make the SRV lookup for STUN based on the domain if no STUNMarcus Lundblad2010-02-011-2/+7
* jabber: The google roster request code was so lonely, so let's just drop-kick...Paul Aurich2009-12-061-6/+3
* jabber: More namespaces! This is a good stopping point for now.Paul Aurich2009-11-271-22/+18
* jabber: Start putting all the namespaces in one location with consistent naming.Paul Aurich2009-11-261-4/+4
* Removed a couple of stray whitespaces...Marcus Lundblad2009-11-031-2/+2
* jabber: Automatically find a STUN server by SRV lookup on the account's domainMarcus Lundblad2009-11-031-1/+74
* Remove specific copyright lines from the XMPP prpl.Paul Aurich2009-08-221-1/+3
* Reverse the list of conference servers we find so that the first one in theEtan Reisner2009-08-141-0/+2
* Don't use pointers (even opaquely) once they're freed. Closes #9822.Paul Aurich2009-08-021-1/+1
* jabber: disco#info queries with no 'from' are from the server; valid.Paul Aurich2009-08-011-6/+4
* Add the camera-v1 cap or else Gmail refuses to accept we're video enabled.Michael Ruprecht2009-07-311-0/+12
* Fix picking up SI streamhosts from login server and plug a leak.Paul Aurich2009-07-141-2/+7