From: Daniel Wagner <[email protected]>
---
doc/session-overview.txt | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/doc/session-overview.txt b/doc/session-overview.txt
index e1a2bc4..65cbcc2 100644
--- a/doc/session-overview.txt
+++ b/doc/session-overview.txt
@@ -112,3 +112,24 @@ again.
| |
| |
+----------------------- Disconnect() -----------------------+
+
+
+Configuration and Provisioning of Sessions
+==========================================
+
+There are two ways how an application can configure a session.
+
+The first one is to pass in all settings as a dictionary to
+Manager.CreateSession(). This is useful for an application who wants to
+maintain and store its own settings. Or after creating the session with
+Manager.CreateSession() write the settings one after the other.
+
+For applications which do not want to care of maintaining and storing
+settings ConnMan has a configuration plugin. The configuration plugin
+is responsible to fill out the Session Settings for a given
+application. The plugin talkes to an external component which stores
+the data.
+
+The configuration plugin is also able to constrain and enforce the
+settings. For example the roaming policy can only be changed by
+trusted application.
--
1.7.4.4
_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman