summaryrefslogtreecommitdiff
path: root/libpurple/protocols/jabber/jingle/session.c
Commit message (Expand)AuthorAgeFilesLines
* jabber: use g_object_class_install_properties instead of repeated g_object_cl...Ankit Vani2013-11-241-17/+3
* jabber: use g_object_notify_by_pspec instead of g_object_notifyAnkit Vani2013-11-201-31/+42
* gtalk: Use G_PARAM_STATIC_STRINGS and ensure g_object_notify is always calledAnkit Vani2013-11-171-8/+18
* Replaced xmlnode with PurpleXmlNode, and xmlnode_* API with purple_xmlnode_* APIAnkit Vani2013-09-071-30/+30
* Fix crashes and memory leaks when receiving malformed voiceMark Doliner2011-12-061-15/+23
* jabber: Add a few extra g_return_if_fails to the Jingle codePaul Aurich2011-10-221-0/+4
* Remove trailing whitespaceRichard Laager2011-01-041-7/+7
* propagate from branch 'im.pidgin.pidgin' (head 4a511c01e0a6a5334bc9b22472aa99...Paul Aurich2009-12-091-47/+0
|\
| * propagate from branch 'im.pidgin.pidgin' (head d9c296d8ec991691983e56b9d74f0b...John Bailey2009-11-281-4/+8
| |\
| * | Kill off unneeded GLIB_CHECK_VERSION checks in libpurple. Refs #10024.John Bailey2009-08-221-47/+0
* | | strchr() is valid on a UTF8 string when searching for an ASCII characterPaul Aurich2009-12-011-2/+2
| |/ |/|
* | jabber/jingle: Slightly less repitition.Paul Aurich2009-11-261-4/+8
|/
* Remove specific copyright lines from the XMPP prpl.Paul Aurich2009-08-221-0/+4
* Provide alternative find_by_jid that doesn't use g_hash_table_findPaul Aurich2009-04-271-2/+49
* merge of '457d5f0223b4441149657960a94e2d8e4aa52443'Michael Ruprecht2009-03-191-1/+1
|\
| * Silence a warning.Michael Ruprecht2009-03-191-1/+1
* | Have creator == NULL be a wildcard.Michael Ruprecht2009-03-191-8/+14
* | Fix a bunch of memsets.Michael Ruprecht2009-03-191-1/+1
|/
* Add functions for more easily creating session-terminate packets.Michael Ruprecht2009-03-171-0/+35
* Make it compile in Windows with the equivalent of --disable-vv.Michael Ruprecht2009-01-091-18/+22
* Restructure Jingle code to more easily support multiple application types.Michael Ruprecht2008-10-191-0/+588