Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
features:new-in-devel [2011/10/06 20:35] 178.55.177.114 [siputils] |
features:new-in-devel [2012/05/30 02:04] (current) manwe old revision restored |
||
---|---|---|---|
Line 108: | Line 108: | ||
* dispatcher | * dispatcher | ||
* maxfwd | * maxfwd | ||
+ | * presence | ||
+ | * presence_xml | ||
* registrar | * registrar | ||
* rr | * rr | ||
+ | * sdpops | ||
* sqlops | * sqlops | ||
* tm | * tm | ||
* xhttp | * xhttp | ||
+ | |||
+ | ==== auth ==== | ||
+ | |||
+ | * New flag 16 to add stale=true to challenge response. | ||
==== auth_db ==== | ==== auth_db ==== | ||
* export of inter-module API (available through Lua) | * export of inter-module API (available through Lua) | ||
+ | |||
+ | ==== auth_radius ==== | ||
+ | |||
+ | * Added optional uri_user param to radius_www_authorize(). | ||
==== db_postgres ==== | ==== db_postgres ==== | ||
Line 147: | Line 158: | ||
* export of inter-module API (available through Lua) | * export of inter-module API (available through Lua) | ||
+ | * new event routes that are called when destinations go on/off-line | ||
+ | |||
+ | ==== mtree ==== | ||
+ | |||
+ | * Added new mode 2 to mt_match() that instead of setting value of longest matching prefix to a pv, sets values of all matching prefixes to an avp so that value of longest matching prefix is in avp index 0. | ||
+ | |||
==== nathelper ==== | ==== nathelper ==== | ||
* new function: is_rfc1918(ip_addr). Checks if the address < | * new function: is_rfc1918(ip_addr). Checks if the address < | ||
Line 161: | Line 178: | ||
* caching with fallback to database | * caching with fallback to database | ||
* database only | * database only | ||
+ | |||
+ | ==== presence_xml ==== | ||
+ | * new exported functions to enable the online/ | ||
+ | |||
==== pv ==== | ==== pv ==== | ||
Line 181: | Line 202: | ||
* new parameters to control local contact and outbound proxy addresses | * new parameters to control local contact and outbound proxy addresses | ||
+ | * support for resource-list indices that reference other resource-list XML documents (including XPath within documents) | ||
+ | * new exported function to allow re-subscription to a list to be initiated from the configuration file | ||
+ | * module parameter added to allow the size of NOTIFYs to be limited, so that they aren't too big for other network entities | ||
+ | |||
==== rr ==== | ==== rr ==== | ||
Line 196: | Line 221: | ||
* xavp support. New function sql_xquery() stores the query result in an xavp. | * xavp support. New function sql_xquery() stores the query result in an xavp. | ||
* BIGINT support. Native support when sql_xquery is used, transformed to string for sql_query(). | * BIGINT support. Native support when sql_xquery is used, transformed to string for sql_query(). | ||
+ | |||
+ | ==== textops ==== | ||
+ | * new exported function to add " | ||
==== tmx ==== | ==== tmx ==== | ||
Line 214: | Line 242: | ||
==== xavp ==== | ==== xavp ==== | ||
* [[devel: | * [[devel: | ||
+ | |||
+ | ==== xcap_server ==== | ||
+ | * Support for extra auids: | ||
+ | * org.openmobilealliance.user-profile | ||
+ | * org.openmobilealliance.pres-content | ||
+ | * org.openmobilealliance.search | ||
+ | * Support for HTTP 1.1 pre-conditions to enable clients to avoid having to re-download unchanged documents and to check whether documents have changed or not on upload | ||
==== xhttp ==== | ==== xhttp ==== | ||
Line 234: | Line 269: | ||
Attempt to include a file, but if it is not found, do not throw error like **include_file**. | Attempt to include a file, but if it is not found, do not throw error like **include_file**. | ||
+ | |||
+ | ==== Parameters ==== | ||
+ | |||
+ | * sql_buffer_size - Allows the size of the SQL buffer to be altered from the default of 65535 bytes. This allows objects larger than 64K to be stored in databases. | ||
===== New in Documentation ===== | ===== New in Documentation ===== |