summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2012-05-07Added convenience method for responding with a custom error payload.Remko Tronçon
2012-05-05Compilation fixes.Remko Tronçon
2012-03-20boost::shared_ptr<?>(new ?(...)) -> boost::make_shared<?>(...) transformation...Tobias Markmann
2012-03-04Pass along errors about DNS resolution.Kevin Smith
2012-02-06Parse mediated invite stuffKevin Smith
2012-01-23XEP-0004 form support for user search.Tobias Markmann
2012-01-16Add minor docKevin Smith
2012-01-10Don't allow null form fieldsKevin Smith
2011-11-28WhoopsKevin Smith
2011-11-28Message Receipts (XEP-0184) support for 1-to-1 conversations (including 1-to-...Tobias Markmann
2011-10-05Allow role changing in MUCs.Kevin Smith
2011-10-05Don't crash with label item without a labelKevin Smith
2011-10-05Allow joining passworded MUCs.Kevin Smith
2011-10-03Simple MUC invites.Kevin Smith
2011-10-01Fixed cppcheck warnings.Remko Tronçon
2011-09-28Missing FileKevin Smith
2011-09-28Destroy rooms.Kevin Smith
2011-09-28Parse MUC status codes correctly again.Kevin Smith
2011-09-27Allow room configuration.Kevin Smith
2011-09-26Set/Update empty subjectsKevin Smith
2011-09-25Google Summer of Code 2011 Project: Adding support for Jingle File Transfers ...Tobias Markmann
2011-09-23Cleanup of previous patchKevin Smith
2011-09-23Add support for kicking people from MUCs.Kevin Smith
2011-09-20Added XEP-191 parserialements.Remko Tronçon
2011-08-21Warn when sending corrections without support.Kevin Smith
2011-06-19Added RosterItemExchangePayload::item::setGroupsHanzZ
2011-06-13Added CppCheck script.Remko Tronçon
2011-06-13Fixed some CppCheck warnings.Remko Tronçon
2011-06-12Replace explicit new with make_shared.Remko Tronçon
2011-06-12Use make_shared in IQ.Remko Tronçon
2011-06-03Make StreamResume(d) element use unsigned int for stanza count.Remko Tronçon
2011-06-01Make gets constKevin Smith
2011-06-01Add iq:last parsialiserKevin Smith
2011-05-30Allow payloads inside ErrorsKevin Smith
2011-05-23Merge branch 'swift-1.x'Remko Tronçon
2011-05-23Fixed const references to vectors.Remko Tronçon
2011-05-18Introduce safe containers for storing passwords.Remko Tronçon
2011-05-05Replace ByteArray by typedef.Remko Tronçon
2011-05-02Replace header include guards by pragma once.Remko Tronçon
2011-04-30Make Replace::getID() const and return a const ref.Remko Tronçon
2011-04-30Minor fixes for ReplaceVlad Voicu
2011-04-30Replace #icnlude "" by #include <> in Swiften.Remko Tronçon
2011-04-30Added missing include.Remko Tronçon
2011-04-30Correct message feature using XEP-CorrectVlad Voicu
2011-04-24Set untyped fields to Text-Single.Kevin Smith
2011-04-24Initial Ad-Hoc commands support.Kevin Smith
2011-04-23Finished Stream Management parserialements.Remko Tronçon
2011-04-19Fixed Linux compilation.Remko Tronçon
2011-04-18Small tweaks to the roster item exchange payload.Remko Tronçon
2011-04-18Added Roster Item Exchange XEP support.Jan Kaluza