Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-23 | XEP-0004 form support for user search. | Tobias Markmann | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-11-28 | Message Receipts (XEP-0184) support for 1-to-1 conversations (including ↵ | Tobias Markmann | |
1-to-1 MUC). Warn icon from already existing theme. Check icon from Wikipedia. See Swift/resources/icons/license_info.txt for details. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-10-05 | Allow joining passworded MUCs. | Kevin Smith | |
Resolves: #991 | |||
2011-09-28 | Destroy rooms. | Kevin Smith | |
Resolves: #990 | |||
2011-09-28 | Missing file | Kevin Smith | |
2011-09-26 | Avoid the use of at(). | Remko Tronçon | |
2011-09-25 | Google Summer of Code 2011 Project: Adding support for Jingle File Transfers ↵ | Tobias Markmann | |
(XEP-0234), Jingle SOCKS5 Bytestreams Transport Method (XEP-0260), Jingle In-Band Bytestreams Transport Method (XEP-0261) and SOCKS5 Bytestreams (XEP-0065). License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-09-23 | Add support for kicking people from MUCs. | Kevin Smith | |
This also introduces a new DOM-like parser structure, used for the MUC parsers. Partially Resolves: #689 | |||
2011-05-30 | Allow payloads inside Errors | Kevin Smith | |
2011-05-25 | Change include order so clang doesn't complain anymore. | Tobias Markmann | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-05-05 | Replace ByteArray by typedef. | Remko Tronçon | |
2011-05-02 | Replace auto_ptr by shared_ptr. | Remko Tronçon | |
2011-04-30 | Minor fixes for Replace | Vlad Voicu | |
Switched from passing by value License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-04-30 | Replace #icnlude "" by #include <> in Swiften. | Remko Tronçon | |
2011-04-30 | Correct message feature using XEP-Correct | Vlad Voicu | |
Uses Kev's not-yet-published protocol for correcting the last sent message. Release-Notes: You can now correct your previously sent message in a chat by pressing 'up' in the input field. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-04-24 | Set untyped fields to Text-Single. | Kevin Smith | |
XEP-0004 gives a default field type of Text-Single where none is specified. | |||
2011-04-18 | Small tweaks to the roster item exchange payload. | Remko Tronçon | |
2011-04-18 | Added Roster Item Exchange XEP support. | Jan Kaluza | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-04-18 | Added XEP-0237 Roster Versioning support. | Remko Tronçon | |
Resolves: #803 Release-Notes: Added support for XEP-0237 Roster Versioning | |||
2011-04-18 | Jingle refactoring. | Remko Tronçon | |
2011-04-18 | Cleaned up includes.swift-2.0alpha | Remko Tronçon | |
2011-03-04 | Upgrade XEP-0258 support to match 0.6. | Kevin Smith | |
Resolves: #183 Release-Notes: Security labels (XEP-0258) support has been updated to match the latest version of the specification. | |||
2011-02-14 | Removed Swift::String. | Remko Tronçon | |
2011-01-21 | Code cleanup. | Remko Tronçon | |
2010-11-21 | Added search parserialement. | Remko Tronçon | |
2010-10-26 | Fix compliation problems with CLang. | Remko Tronçon | |
2010-10-21 | Added beginnings of outgoing file transfer to Swiften. | Remko Tronçon | |
2010-10-12 | Don't assert on incorrect priorities. | Remko Tronçon | |
Release-Notes: We don't crash anymore when a contact has set an incorrect priority | |||
2010-09-14 | Add extended disco support to caps verifier. | Remko Tronçon | |
2010-09-06 | Partial VCard support without losing unknown data. | Remko Tronçon | |
2010-09-05 | Don't lose unknown roster content. | Remko Tronçon | |
Resolves: #555 | |||
2010-08-18 | Added command parser. | Remko Tronçon | |
2010-08-08 | Added XEP-0004 data forms parsing & serializing. | Remko Tronçon | |
2010-05-08 | Renamed Conference->Room. | Remko Tronçon | |
2010-05-06 | Completed storage bookmark parser & serializer. | Remko Tronçon | |
Added URI element. | |||
2010-04-08 | Added copyrights to Swiften. | Kevin Smith | |
2010-03-28 | Moving submodule contents back. | Remko Tronçon | |
2010-03-28 | Removing submodules. | Remko Tronçon | |
2010-03-28 | Moved Swiften to a separate module. | Remko Tronçon | |
2009-11-08 | Added Error class. | Remko Tronçon | |
2009-10-16 | Fix test failures. | Remko Tronçon | |
2009-09-14 | Added private storage element, parser, and serializer. | Remko Tronçon | |
2009-09-14 | Fixed broken unit test. | Remko Tronçon | |
2009-09-14 | Added more general PayloadsParserTester. | Remko Tronçon | |
This tester also tests whether the PayloadParserFactory works properly. | |||
2009-09-14 | Added bookmark storage payload & parser. | Remko Tronçon | |
2009-08-22 | Fix expanded tab characters. | Remko Tronçon | |
2009-08-16 | Remove autoconf/make files. | Remko Tronçon | |
2009-07-21 | Load stored VCard. | Remko Tronçon | |
2009-07-13 | Implement a clean full login procedure. | Remko Tronçon | |
2009-07-11 | Added Raw XML payload parser & serializer. | Remko Tronçon | |