Thu, 06 May 2010 21:28:32 +0000 |
Marcus Lundblad |
Fix license to refer to GPLv2 in a files...
|
Thu, 18 Mar 2010 21:19:44 +0000 |
Marcus Lundblad |
jabber: Adjust amount of data to send in IBB packets so that at most block-size
|
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.
|
Sat, 22 Aug 2009 23:32:38 +0000 |
Paul Aurich |
Oops, Elliott correctly pointed out this was wrong...
|
Sat, 22 Aug 2009 02:40:01 +0000 |
Paul Aurich |
Update various header copyrights thanks to licensecheck.
|
Sun, 03 May 2009 20:17:09 +0000 |
Nick Hebner |
Clean up jabber prpl memory allocations on uninit.
|
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:05:23 +0000 |
Paul Aurich |
Convert IBB parser (and everything that then stems from that) to new iq-handler
|
Fri, 13 Mar 2009 02:26:45 +0000 |
Paul Aurich |
Convert all the XMPP IQ callbacks to a typedef similar to the IQ Handlers.
|
Mon, 02 Mar 2009 06:37:05 +0000 |
Elliott Sales de Andrade |
Remove some extra trailing whitespace I noticed after merging mlundblad's
|
Tue, 16 Dec 2008 21:46:06 +0000 |
Marcus Lundblad |
Fix error handling on missing "seq" attribute
|
Tue, 16 Dec 2008 19:16:10 +0000 |
Paul Aurich |
Trigger error callbacks when receiving a malformed-ish packet.
|
Mon, 15 Dec 2008 23:13:49 +0000 |
Marcus Lundblad |
Removed debug output referencing a char * that can be NULL, causing crashes
|
Sun, 12 Oct 2008 17:41:26 +0000 |
Marcus Lundblad |
Set state error on IBBSession if the receiver gives an error.
|
Sat, 27 Sep 2008 19:39:17 +0000 |
Marcus Lundblad |
Actually close the assoiciated jsx when closing an IBB session.
|
Mon, 22 Sep 2008 17:23:59 +0000 |
Marcus Lundblad |
Patch from Phil Hannent to fix build on win32,
|
Sat, 06 Sep 2008 07:49:05 +0000 |
Marcus Lundblad |
Implements file transfers using in-band bytestreams for XMPP
|