From c3b318455fa45eded929dc3c8decde6d9e2d52cb Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Wed, 6 Apr 2011 15:57:06 +0200 Subject: [PATCH] session: Extend AllowedBearer documentation --- doc/session-api.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/session-api.txt b/doc/session-api.txt index e20449b..9305e34 100644 --- a/doc/session-api.txt +++ b/doc/session-api.txt @@ -147,6 +147,14 @@ Settings string Bearer [readonly] In general this list should be empty to indicate that any bearer is acceptable. + The order of the entries in AllowedBearers matters. + The services are sorted in the order of the bearer + entries in this list. + + Also "*" matches any bearer. This is usefull to prefer + certain bearers such as Wifi with a fallback to any + other available bearer. + dict IPv4 [readonly] Current IPv4 configuration. This settings is only -- 2.7.4