Tue, 12 May 2009 05:49:34 +0000 |
Paul Aurich |
Add jabber signals for IQ, Message, and Presence stanzas. Lightly tested (it doesn't crash [Prove me wrong!]) and as you'll note, I refer to documentation that doesn't yet exist.
|
Sun, 05 Apr 2009 19:25:45 +0000 |
Paul Aurich |
Gratuitous alphabetization of the IQ handlers (again!) and move the data handler to jabber_data_init
|
Sun, 05 Apr 2009 19:14:19 +0000 |
Paul Aurich |
Move some IQ handler registrations to the appropriate init functions
|
Sat, 04 Apr 2009 07:51:13 +0000 |
Paul Aurich |
Fix-up the merge some more (*sigh*), readding <session/> handler
|
Sat, 04 Apr 2009 07:05:23 +0000 |
Paul Aurich |
Convert IBB parser (and everything that then stems from that) to new iq-handler
|
Fri, 03 Apr 2009 16:45:38 +0000 |
Paul Aurich |
propagate from branch 'im.pidgin.pidgin' (head f25348fdce436002d7d508f074aaa70fd9491f01)
|
Fri, 13 Mar 2009 02:26:45 +0000 |
Paul Aurich |
Convert all the XMPP IQ callbacks to a typedef similar to the IQ Handlers.
|
Sat, 21 Mar 2009 09:07:06 +0000 |
Mike Ruprecht |
Clean up usage of USE_VV in the XMPP protocol.
|
Mon, 02 Mar 2009 18:47:27 +0000 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 431618de0f30a6938f7e14d2d61ee5d7738acd59)
|
Tue, 03 Feb 2009 21:37:27 +0000 |
Marcus Lundblad |
Add automatic discovery of GTalk STUN servers when using a Gtalk account
|
Sat, 07 Mar 2009 02:14:34 +0000 |
Paul Aurich |
propagate from branch 'im.pidgin.pidgin' (head 303af74a38e7b313d4fb0be4d4054a16cb13d819)
|
Mon, 02 Mar 2009 06:37:05 +0000 |
Elliott Sales de Andrade |
Remove some extra trailing whitespace I noticed after merging mlundblad's
|
Thu, 12 Feb 2009 21:48:48 +0000 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head b79100551ea19cf35ee8952a34a44b97204e75f3)
|
Fri, 06 Feb 2009 22:48:37 +0000 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 3da4a61feea56ff40dc5fdba355a1057c675a32d)
|
Mon, 27 Oct 2008 23:14:04 +0000 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head 7bdc0d34e54e09101ba68ba39703a8fd5081e8eb)
|
Tue, 23 Sep 2008 17:44:38 +0000 |
Marcus Lundblad |
propagate from branch 'im.pidgin.pidgin' (head d7476bfe7f9003553f7b3ea48491f4cebd192098)
|
Tue, 10 Feb 2009 08:27:30 +0000 |
Paul Aurich |
Remove a "suggested parenthes around assignment" warning
|
Tue, 10 Feb 2009 06:15:27 +0000 |
Paul Aurich |
These checks are redundant; id is guaranteed to be something above
|
Sun, 08 Feb 2009 21:56:03 +0000 |
Paul Aurich |
Report the correct UTC time (thanks for noticing this, Marcus).
|
Sun, 08 Feb 2009 07:07:25 +0000 |
Paul Aurich |
merge of '1f6758f8bdba42d2eeca66535d11e7de12d9e715'
|
Sun, 08 Feb 2009 07:07:23 +0000 |
Paul Aurich |
merge of '528b6f92c03b496c915051174c5b85fc46260287'
|
Sun, 08 Feb 2009 07:04:50 +0000 |
Paul Aurich |
disapproval of revision '5224382f81d105bd5d72ac3e55cc95b894bb824e'
|
Sun, 08 Feb 2009 06:40:15 +0000 |
Paul Aurich |
Avoid assertion failures on NULL 'from' attributes
|
Sun, 08 Feb 2009 06:31:18 +0000 |
Paul Aurich |
Pass IQ handlers type, from, id, and the child node
|
Sun, 08 Feb 2009 04:30:23 +0000 |
Paul Aurich |
Track the sub-node name in addition to the namespace for handlers.
|
Sun, 08 Feb 2009 07:04:34 +0000 |
Paul Aurich |
Track the node name in addition to the namespace for handlers (try #2)
|
Sun, 08 Feb 2009 03:34:25 +0000 |
Paul Aurich |
propagate from branch 'im.pidgin.pidgin' (head 8d4081da0c186c04dc75d736d688bf4f20e52676)
|
Thu, 05 Feb 2009 07:31:55 +0000 |
Paul Aurich |
This is shorter and easier to read.
|
Tue, 03 Feb 2009 18:43:12 +0000 |
Paul Aurich |
Alphabetize the XMPP IQ handlers (yes, I'm that anal-retentive)
|
Tue, 03 Feb 2009 18:14:15 +0000 |
Paul Aurich |
Fix the implementation of XEP-0202 (Entity Time) (thanks again to Marcus)
|