log libpurple/protocols/jabber/disco.c @ 30248:9bd9ef37354f

age author description
Thu, 04 Mar 2010 22:14:03 +0000 Marcus Lundblad Added PurpleConnection flags to determine support for moods and mood messages.
Mon, 01 Feb 2010 21:26:35 +0000 Marcus Lundblad jabber: Only make the SRV lookup for STUN based on the domain if no STUN
Sun, 06 Dec 2009 22:44:20 +0000 Paul Aurich jabber: The google roster request code was so lonely, so let's just drop-kick it and add the little custom logic to roster.c
Fri, 27 Nov 2009 17:07:19 +0000 Paul Aurich jabber: More namespaces! This is a good stopping point for now.
Thu, 26 Nov 2009 22:35:07 +0000 Paul Aurich jabber: Start putting all the namespaces in one location with consistent naming.
Tue, 03 Nov 2009 19:02:32 +0000 Marcus Lundblad Removed a couple of stray whitespaces...
Tue, 03 Nov 2009 18:51:32 +0000 Marcus Lundblad jabber: Automatically find a STUN server by SRV lookup on the account's domain
Sat, 22 Aug 2009 02:52:30 +0000 Paul Aurich Remove specific copyright lines from the XMPP prpl.
Fri, 14 Aug 2009 01:34:27 +0000 Etan Reisner Reverse the list of conference servers we find so that the first one in the
Sun, 02 Aug 2009 05:34:11 +0000 Paul Aurich Don't use pointers (even opaquely) once they're freed. Closes #9822.
Sat, 01 Aug 2009 02:33:41 +0000 Paul Aurich jabber: disco#info queries with no 'from' are from the server; valid.
Fri, 31 Jul 2009 04:20:30 +0000 Mike Ruprecht Add the camera-v1 cap or else Gmail refuses to accept we're video enabled.
Tue, 14 Jul 2009 22:47:42 +0000 Paul Aurich Fix picking up SI streamhosts from login server and plug a leak.
Sat, 06 Jun 2009 06:33:18 +0000 Paul Aurich Whitespace + a change cluttering up the diff with im.pidgin.pidgin
Sat, 06 Jun 2009 06:21:39 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 6fb44be5a32516ac1d940330c4f7b8d530208a16)
Wed, 03 Jun 2009 04:32:19 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head a24ba8f3be7fe637dd9123af47b4c500944f40ae)
Tue, 02 Jun 2009 05:00:20 +0000 Mike Ruprecht Add Gmail video support.
Thu, 07 May 2009 21:20:16 +0000 Marcus Lundblad Fixup after propagating new caps stuff
Thu, 07 May 2009 20:34:50 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head df25bed2c1c0d097b7f52fbfae76223d8552f0c3)
Sat, 02 May 2009 06:38:20 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 13ac492a493b4d31c8b29905174b43a533304300)
Tue, 26 May 2009 02:27:49 +0000 Paul Aurich Convert the disco browser to a plugin. Refs #556
Sat, 16 May 2009 19:07:31 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 0fc44e2e9b4c3867ea189f9705f637125cb2497c)
Thu, 30 Apr 2009 00:12:29 +0000 Paul Aurich Fix (a bit) browsing pubsub nodes.
Wed, 29 Apr 2009 23:23:51 +0000 Paul Aurich Fix merge.
Wed, 29 Apr 2009 23:20:51 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 13ac492a493b4d31c8b29905174b43a533304300)
Fri, 01 May 2009 18:57:44 +0000 Paul Aurich Fix a bad merge (*sigh*)
Tue, 28 Apr 2009 18:43:57 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head fbb4fe5da444943eecc76bdcd6c8ba967790b6c8)
Sat, 18 Apr 2009 06:52:59 +0000 Paul Aurich Constify the disco_type_mappings struct
Wed, 15 Apr 2009 04:38:28 +0000 Paul Aurich Move the handling of chat rooms to jabber_disco_service_items_cb.
Tue, 14 Apr 2009 08:29:25 +0000 Paul Aurich Discovered why that default assumption of PURPLE_DISCO_BROWSE was in there...