summaryrefslogtreecommitdiff
path: root/chat/swift/patches
AgeCommit message (Collapse)AuthorFilesLines
2022-05-03swift: Update to 4.0.2. Fixes build with latest version of Qt/Boost.nia8-24/+128
2018-06-23swift: fix build with Qt 5.11.wiz1-0/+14
2016-03-01Update swift to 3.0.wiz7-85/+13
we are pleased to announce the availability of Swift 3.0, an XMPP client focused on usability and security. It is our first release for 3 years and includes bug fixes and new features like: - File-transfer using Jingle File Transfer - Simple continuation of 1-to-1 chats in group chats - Keyword highlighting ( http://swift.im/blog/keyword-highlighting ) - Simple blocking of contacts using Blocking Command - Compact roster setting that hides avatars and status messages - Quick contact search filter in roster - and more. For the full changelog see https://swift.im/docs/changelog-3-0.html .
2014-12-12Preserve environment.joerg2-0/+29
2014-09-19Fix build with boost-1.56.0. From upstream git.wiz3-0/+45
2014-04-26Import swift-2.0 as chat/swift, packaged for wip by schnoebe and myself.wiz2-0/+32
Swift is trying to plug a hole in the XMPP client landscape, and has these aims: * Wide platform availability. * Doing the "Right Thing" for the user, without configuration. * Doing the "Right Thing" with standards-compliance. * Targeting the end-users, not the system administrators. * Being an XMPP client - not multi-protocol. * Concentrating on the most frequently performed tasks. * Never interrupt the user with something that doesn't need attention. Features of interest * Easy status setting. * Easy room joining and bookmarking. * XEP-0258 Labelling for secure environments. * Stream compression for bandwidth-saving. * Support for the new SCRAM authentication mechanism.