head 1.2; access; symbols pkgsrc-2015Q4:1.1.0.12 pkgsrc-2015Q4-base:1.1 pkgsrc-2015Q3:1.1.0.10 pkgsrc-2015Q3-base:1.1 pkgsrc-2015Q2:1.1.0.8 pkgsrc-2015Q2-base:1.1 pkgsrc-2015Q1:1.1.0.6 pkgsrc-2015Q1-base:1.1 pkgsrc-2014Q4:1.1.0.4 pkgsrc-2014Q4-base:1.1 pkgsrc-2014Q3:1.1.0.2 pkgsrc-2014Q3-base:1.1; locks; strict; comment @// @; 1.2 date 2016.03.01.13.25.01; author wiz; state dead; branches; next 1.1; commitid CEUMz87EQtZPtWWy; 1.1 date 2014.09.19.07.05.24; author wiz; state Exp; branches; next ; commitid CNMqjyEJFGTRnVQx; desc @@ 1.2 log @Update swift to 3.0. 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 . @ text @$NetBSD: patch-Swiften_Serializer_StreamResumeSerializer.cpp,v 1.1 2014/09/19 07:05:24 wiz Exp $ Fix build with boost-1.56.0. From upstream git. --- Swiften/Serializer/StreamResumeSerializer.cpp.orig 2012-12-22 12:23:59.000000000 +0000 +++ Swiften/Serializer/StreamResumeSerializer.cpp @@@@ -22,7 +22,7 @@@@ SafeByteArray StreamResumeSerializer::se XMLElement element("resume", "urn:xmpp:sm:2"); element.setAttribute("previd", e->getResumeID()); if (e->getHandledStanzasCount()) { - element.setAttribute("h", boost::lexical_cast(e->getHandledStanzasCount())); + element.setAttribute("h", boost::lexical_cast(e->getHandledStanzasCount().get())); } return createSafeByteArray(element.serialize()); } @ 1.1 log @Fix build with boost-1.56.0. From upstream git. @ text @d1 1 a1 1 $NetBSD$ @