Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-24 | Initial Ad-Hoc commands support. | Kevin Smith | |
This is not finished, use at your own peril. | |||
2011-04-23 | Finished Stream Management parserialements. | Remko Tronçon | |
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 | 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-29 | Added some experimental Jingle classes. | Remko Tronçon | |
2011-01-18 | Cleaned up some code. | Remko Tronçon | |
2010-12-22 | Basic User Search support, and Find Rooms cleanup. | Kevin Smith | |
Adds a throbber to the MUC search, turns the Add Contact dialog into something searchy, adds the option to open chats to arbitrary JIDs. Resolves: #614 Resolves: #695 Resolves: #436 Release-Notes: On servers that support it, users can now perform searches for contacts to add or chat to. | |||
2010-12-09 | Upgraded stream errors to new RFC3920bis. | Remko Tronçon | |
2010-12-09 | Fixed namespace of stream error children. | Remko Tronçon | |
2010-12-09 | Added missing files & fixed stream error namespace. | Remko Tronçon | |
2010-12-09 | Added Stream error parserialement. | Remko Tronçon | |
2010-12-04 | Added EchoPayload parserialement. | Remko Tronçon | |
2010-11-21 | Added missing file. | Remko Tronçon | |
2010-11-21 | Added search parserialement. | Remko Tronçon | |
2010-11-18 | Moving out a convenience function for generating XEP-0082 strings from Boost ↵ | Kevin Smith | |
ptimes | |||
2010-11-16 | Added In-band-registration unsubscribe support to Swiften. | Remko Tronçon | |
2010-11-10 | Added InBandRegistration classes. | Remko Tronçon | |
2010-11-09 | Only request new MUC context when rejoining. | Kevin Smith | |
Resolves: #542 Release-Notes: On reconnects, existing MUC history now won't be replayed. | |||
2010-10-25 | Remove the use of Shared<>. | Remko Tronçon | |
2010-10-21 | Fixed case sensitivity compilation problem. | Remko Tronçon | |
2010-10-21 | Added beginnings of outgoing file transfer to Swiften. | Remko Tronçon | |
2010-10-15 | Added EchoComponent. | Remko Tronçon | |
2010-10-15 | Added Component parser, serializer, element, and connector. | Remko Tronçon | |
2010-10-14 | Added User Nickname element, serializer, and parser. | Remko Tronçon | |
2010-09-16 | Don't assert on untyped form fields. | Remko Tronçon | |
Resolves: #567 | |||
2010-09-14 | Add extended disco support to caps verifier. | Remko Tronçon | |
2010-09-13 | When joining a new room, create an instant room. | Kevin Smith | |
Resolves: #112 | |||
2010-09-11 | Fixed VCard photo serializing bug. | 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-29 | Renamed SessionManagement* to StreamManagement*. | Remko Tronçon | |
2010-08-29 | Added Stream Management support to Stream Features. | Remko Tronçon | |
2010-08-28 | Added elements, parsers & serializers for XEP-0198 Stanza Acking. | Remko Tronçon | |
2010-08-24 | Implemented VCardManager. | Remko Tronçon | |
2010-08-18 | Added command parser. | Remko Tronçon | |
2010-08-08 | Added XEP-0004 data forms parsing & serializing. | Remko Tronçon | |
2010-06-20 | Show subjects on MUC join. | Kevin Smith | |
Resolves: #472 | |||
2010-06-09 | Enabled & fixed some more C++ warnings. | Remko Tronçon | |
2010-06-03 | Distinguish an empty SASL message from no SASL message. | Remko Tronçon | |
2010-06-02 | Serialize <success/> stanza correctly. | Remko Tronçon | |
2010-05-23 | Implement XEP-0045 joining, and appropriate error handling. | Kevin Smith | |
Resolves: #211 | |||
2010-05-13 | List MUCs available on services. | Kevin Smith | |
Resolves: #276 | |||
2010-05-08 | Renamed Conference->Room. | Remko Tronçon | |
2010-05-06 | Completed storage bookmark parser & serializer. | Remko Tronçon | |
Added URI element. |