sipclients (1.4.2) unstable; urgency=medium * Removed no longer needed future imports * Fixed handling html and multiline messages in chat * Fixed doubly defined notification handler -- Saul Ibarra Mon, 28 Jul 2014 14:43:38 +0200 sipclients (1.4.1) unstable; urgency=medium * Raised python-sipsimple version dependency -- Saul Ibarra Fri, 27 Jun 2014 09:50:38 +0200 sipclients (1.3.0) unstable; urgency=medium * Fixed debug tracing in sip-session * Fix playing hold tone when using multiple RTP streams * Avoid creating multiple bogus ringtone players -- Saul Ibarra Fri, 11 Apr 2014 13:24:26 +0200 sipclients (1.2.0) unstable; urgency=medium * Raised python-sipsimple version dependency * Bumped Debian Standards-Version -- Saul Ibarra Wed, 19 Feb 2014 13:44:37 +0100 sipclients (1.1.0) unstable; urgency=medium * Raised python-sipsimple version dependency * Adapted to API changes in SIP SIMPLE SDK -- Saul Ibarra Fri, 13 Dec 2013 13:46:36 +0100 sipclients (1.0.0) unstable; urgency=low * Don't render non-text payloads in chat session * Raised python-sipsimple version dependency * Adapted to API changes in SIP SIMPLE SDK * Dropped Python 2.6 support -- Saul Ibarra Fri, 09 Aug 2013 11:57:28 +0200 sipclients (0.35.0) unstable; urgency=low * Raised python-sipsimple version dependency -- Saul Ibarra Wed, 26 Jun 2013 16:37:35 +0200 sipclients (0.34.0) unstable; urgency=low * Raised python-sipsimple version dependency -- Saul Ibarra Tue, 19 Mar 2013 11:35:12 +0100 sipclients (0.33.0) unstable; urgency=low * Fixed sip-register script to only register * Raised python-sipsimple version dependency -- Saul Ibarra Fri, 25 Jan 2013 16:39:31 +0100 sipclients (0.32.0) unstable; urgency=low * Removed lxml dependency * Raised python-sipsimple version dependency -- Saul Ibarra Fri, 11 Jan 2013 12:18:01 +0100 sipclients (0.31.1) unstable; urgency=low * Fixed variable names in sip-message and sip-audio-session -- Saul Ibarra Wed, 28 Nov 2012 15:04:43 +0100 sipclients (0.31.0) unstable; urgency=low * Adapted to API changes in streams * Fixed attribute access in sip-session -- Saul Ibarra Fri, 26 Oct 2012 12:44:11 +0200 sipclients (0.30.1) unstable; urgency=low * Fixed variable name after middleware API change -- Saul Ibarra Mon, 17 Sep 2012 15:52:48 +0200 sipclients (0.30.0) unstable; urgency=low * Added ability to set nickname in sip-session * Print account GRUU if available * Fixed scripts to match API changes * Removed obsolete scripts * Bumped debian standards version to 3.9.3 -- Saul Ibarra Thu, 06 Sep 2012 21:28:28 +0200 sipclients (0.20.0) unstable; urgency=low * Fixed code to work with latest changes in FileTransferStream in sipsimple * Dropped support for Python 2.5 -- Saul Ibarra Mon, 19 Dec 2011 15:27:01 +0100 sipclients (0.19.0) unstable; urgency=low * Added blind transfer support to sip-session -- Saul Ibarra Fri, 16 Sep 2011 13:01:12 +0200 sipclients (0.18.2) unstable; urgency=low * Adapted to changes in python-application * Reworked Debian packaging -- Saul Ibarra Tue, 07 Jun 2011 16:50:54 +0200 sipclients (0.18.1) unstable; urgency=low * Added add/remove participant commands to sip-session * Adapted to API changes in the middleware * Fixed exception when using auto-publish-presence with Bonjour account -- Saul Ibarra Tue, 24 May 2011 14:24:53 +0200 sipclients (0.18.0) unstable; urgency=low * Adapted scripts to changes in Subscription API * Avoid exception if MSRPTransportTrace notification is handled too late * Fixed unicode support * Only display text/plain and text/html MESSAGEs -- Saul Ibarra Fri, 18 Mar 2011 15:44:27 +0100 sipclients (0.17.0) unstable; urgency=low * Adapted to changes in account contact building * Fixed saving settings after ThreadManager was introduced in the middleware * Removed obsolete option -- Saul Ibarra Thu, 27 Jan 2011 13:23:52 +0100 sipclients (0.16.5) unstable; urgency=low * Adapt to changes in Bonjour neighbours handling * Fixed accessing nonexistent attributes in Bonjour account * Fixed exception when closing session without streams * Adapted to the latest package changes in sipsimple * Updated version number to match SIPSIMPLE SDK -- Saul Ibarra Tue, 14 Dec 2010 18:58:49 +0100 sipclients (0.15.2) unstable; urgency=low * Adapted to changes in notifications * Updated python-sipsimple dependency -- Saul Ibarra Fri, 26 Nov 2010 16:08:51 +0100 sipclients (0.15.1) unstable; urgency=low * Added python-lxml dependency * Fixed inband DTMF dialing * Always send RFC2833 DTMFs * Adapted to rename of Icon to PresenceContent * Added debian source format file * Removed use_xcap_diff setting * Adapt scripts to use always_use_my_proxy setting * Bumped Debian Standards Version to 3.9.1 -- Saul Ibarra Thu, 11 Nov 2010 15:29:31 +0100 sipclients (0.15.0) unstable; urgency=low * Fixed xcap_diff settings name * Exit if 489 is received for xcapdiff subscription * Reworked xcap-icon options and fixed document selector * Fixed dialog-rules auid * Added ICE debug to the console output * Improved formatting of long configuration values * Improved error handling in sip-subscribe-winfo * Fixed calls to AudioStream.start_recording * Use the builtin NAT detector * Avoid error when printing session duration if it failed to start * Release reference to session when it ended abnormally -- Saul Ibarra Mon, 21 Jun 2010 13:03:32 +0200 sipclients (0.14.2) unstable; urgency=low * Raised python-sipsimple version dependency -- Saul Ibarra Tue, 20 Apr 2010 13:09:17 +0200 sipclients (0.14.1) unstable; urgency=low * Adapted to move of account.password setting * Update dependencies -- Saul Ibarra Tue, 20 Apr 2010 11:40:22 +0200 sipclients (0.14.0) unstable; urgency=low * Add ability to CANCEL re-INVITEs * Check if enable_outbound_proxy is True when outbound_proxy is set * Updated settings to match the middleware * Adapted to ChatStream interface changes * Display ICE negotiation related information * Adapted to audio support refactoring * Adapt scripts to changes in ICE status notifications * Print message according to CANCEL reason * Improved support for bonjour in scripts -- Saul Ibarra Fri, 09 Apr 2010 16:27:02 +0200 sipclients (0.12.0) unstable; urgency=low * Initial release -- Lucian Stanescu Tue, 19 Jan 2010 11:22:06 +0000