summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-04-27Fixed LibXML parsing of &Remko Tronçon
Resolves: #944
2012-02-06Parse mediated invite stuffKevin Smith
2012-01-23XEP-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-28Message 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-05Allow joining passworded MUCs.Kevin Smith
Resolves: #991
2011-09-28Destroy rooms.Kevin Smith
Resolves: #990
2011-09-28Missing fileKevin Smith
2011-09-26Avoid the use of at().Remko Tronçon
2011-09-25Google 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-23Add 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-30Allow payloads inside ErrorsKevin Smith
2011-05-25Change 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-05Replace ByteArray by typedef.Remko Tronçon
2011-05-02Replace auto_ptr by shared_ptr.Remko Tronçon
2011-04-30Minor fixes for ReplaceVlad Voicu
Switched from passing by value License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2011-04-30Replace #icnlude "" by #include <> in Swiften.Remko Tronçon
2011-04-30Correct message feature using XEP-CorrectVlad 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-24Set untyped fields to Text-Single.Kevin Smith
XEP-0004 gives a default field type of Text-Single where none is specified.
2011-04-18Small tweaks to the roster item exchange payload.Remko Tronçon
2011-04-18Added Roster Item Exchange XEP support.Jan Kaluza
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2011-04-18Added XEP-0237 Roster Versioning support.Remko Tronçon
Resolves: #803 Release-Notes: Added support for XEP-0237 Roster Versioning
2011-04-18Jingle refactoring.Remko Tronçon
2011-04-18Cleaned up includes.swift-2.0alphaRemko Tronçon
2011-03-04Upgrade 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-14Removed Swift::String.Remko Tronçon
2011-01-21Code cleanup.Remko Tronçon
2010-11-21Added search parserialement.Remko Tronçon
2010-10-26Fix compliation problems with CLang.Remko Tronçon
2010-10-21Added beginnings of outgoing file transfer to Swiften.Remko Tronçon
2010-10-12Don'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-14Add extended disco support to caps verifier.Remko Tronçon
2010-09-06Partial VCard support without losing unknown data.Remko Tronçon
2010-09-05Don't lose unknown roster content.Remko Tronçon
Resolves: #555
2010-08-18Added command parser.Remko Tronçon
2010-08-08Added XEP-0004 data forms parsing & serializing.Remko Tronçon
2010-05-08Renamed Conference->Room.Remko Tronçon
2010-05-06Completed storage bookmark parser & serializer.Remko Tronçon
Added URI element.
2010-04-08Added copyrights to Swiften.Kevin Smith
2010-03-28Moving submodule contents back.Remko Tronçon
2010-03-28Removing submodules.Remko Tronçon
2010-03-28Moved Swiften to a separate module.Remko Tronçon
2009-11-08Added Error class.Remko Tronçon
2009-10-16Fix test failures.Remko Tronçon
2009-09-14Added private storage element, parser, and serializer.Remko Tronçon
2009-09-14Fixed broken unit test.Remko Tronçon
2009-09-14Added more general PayloadsParserTester.Remko Tronçon
This tester also tests whether the PayloadParserFactory works properly.
2009-09-14Added bookmark storage payload & parser.Remko Tronçon
2009-08-22Fix expanded tab characters.Remko Tronçon
2009-08-16Remove autoconf/make files.Remko Tronçon
2009-07-21Load stored VCard.Remko Tronçon