Changes in version 1.0.0 * Added RLS services (RFC 4662 and RFC 4826) * Added xcap-diff (draft-ietf-simple-xcap-diff-02) * Update maintainer and uploaders * Added test for rls-services * Added test for resource-lists * fixed TypeError: function takes at most 1 positional arguments (2 given) Changes in version 0.9.9.5 -------------------------- * Fixed a wrongly named positional argument Changes in version 0.9.9.4 -------------------------- * Fixed one keyword argument too many Changes in version 0.9.9.3 -------------------------- * Changed some lxml function argument from positional to keyword Changes in version 0.9.9.2 -------------------------- * Changed debian package to not automatically start the server on install * Fix for dburi being updated in SIPThor backend * Fixed the SIPThor module to not make a new connection on every transaction Changes in version 0.9.9.1 -------------------------- * Removed memcache access from the SIPThor backend to reflect change in architecture * Have SIPThor backend gracefully disconnect by having it install its own signal handlers. Backends now include a installSignalHandlers boolean variable. Changes in version 0.9.9 ------------------------ * Fixed node selector decoding * Save presence rules documents under the same file name ("index.xml") * Moved trusted_peers to [Authentication] config section * Default xcap_table to "xcap" in config.ini.sample * Improved URI logging * DELETE of a full document doesn't produce an Etag in the 200 response * Added SIP Thor backend Changes in version 0.9.8 ------------------------ * Support subdirectories by using doc_uri column in xcap table * Updated MySQL xcap table structure Changes in version 0.9.7 ------------------------ * Prevented Twisted from printing SQL login info in the log * Added some info to INSTALL about tested versions Changes in version 0.9.6 ------------------------ * Fixed trusted peer authentication bug against the latest Twisted svn trunk. Changes in version 0.9.5 ------------------------ * Changed watcher application to reflect new database column names of OpenSER revision 2923 * Changed default SQL table name from "xcap" to "xcap_xml" Changes in version 0.9.4 ------------------------ * Added "watchers" application to query OpenSER presence watchers. * Include debian directory in the source archive. Changes in version 0.9.3 ------------------------ * Adjusted OpenXCAP to use python-application >= 1.0.9 * Set TLS mode based on http/https scheme of the root URI. * document_validation defaults to Yes in config.ini.sample Changes in version 0.9.2 ------------------------ * Changed the name and structure of xcap_xml table. * Added the 'type' param to refreshWatchers OpenSER command. * Added configuration option to disable XML schema validation. * Updated XML scheme to allow EyeBeam resource lists to pass validation. * Update debian dependencies.