summaryrefslogtreecommitdiff
path: root/chat/swift
AgeCommit message (Collapse)AuthorFilesLines
2015-04-25Recursive revbump following MesaLib update, categories a through f.tnn1-2/+2
2015-04-17Revbump after updating devel/boost-libsadam1-2/+2
2015-01-15Don't depend on wrappers adding /usr/pkg/lib implicitly to the searchjoerg1-2/+2
path.
2014-12-12Preserve environment.joerg3-1/+32
2014-11-07Revbump after updating boostadam1-2/+2
2014-09-19Fix build with boost-1.56.0. From upstream git.wiz4-1/+49
2014-08-13Revbump after boost-libs updateadam1-2/+2
2014-05-17Bump applications PKGREVISIONs for python users that might be usingwiz1-2/+2
python3, since the default changed from python33 to python34. I probably bumped too many. I hope I got them all.
2014-04-26Install man page. Bump PKGREVISION.wiz2-5/+8
2014-04-26Import swift-2.0 as chat/swift, packaged for wip by schnoebe and myself.wiz6-0/+132
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.