summaryrefslogtreecommitdiff
path: root/doc/session-api.txt
AgeCommit message (Collapse)AuthorFilesLines
2013-03-08doc: Typo fixes in the documentationJukka Rissanen1-1/+1
Fixes BMC#25978
2012-10-09doc: State is a string typeGustavo Padovan1-1/+1
2012-09-27session: Update AllowedBearers documentationDaniel Wagner1-1/+10
2012-09-27session: Update ConnnectionType documentationDaniel Wagner1-5/+13
2012-09-27session: Remove AvoidHandover documentationDaniel Wagner1-21/+0
The AvoidHandover boolean was there to fine tune the selection algorithm in ConnMan. It was never implemented. Let's get rid for the time beeing. If there is a real need for it we should implemented this setting through the configuration plugin.
2012-08-30session: Reorder D-Bus documentationDaniel Wagner1-40/+41
Reorder and group the settings, first the read only values and then the ones which can be changed.
2012-08-30session: Remove RoamingPolicy documetationDaniel Wagner1-21/+0
Remove this setting from the D-Bus API and move to the configuration plugin.
2012-08-30session: Remove EmergencyCall documentationDaniel Wagner1-28/+0
The EmergencyCall setting which should be set by the platform integrator and not by the application developer is moved the configuration plugin.
2012-08-30session: Remove StayConnected documentationDaniel Wagner1-7/+0
This setting is implicitly already available through AutoConnect. Having yet another way to express this doesn't make it work any better.
2012-08-30session: Remove Priority documentationDaniel Wagner1-30/+0
Remove this setting from the D-Bus API and move it to the configuration plugin.
2012-08-30session: Remove SessionMarker documentationDaniel Wagner1-9/+0
SO_MARK can only be set if the application has the CAP_NET_ADMIN capability. We don't want to give that to all application for good reasons and thus this approach won't work. Also touching all applications to get this feature working is not a good idea. We are going to use a cgroup controller to set SO_MARK and therefore we don't need it in the Session API.
2012-08-30session: Remove PeriodicConnect documentationDaniel Wagner1-27/+0
The idea was to let ConnMan know and optimize the connection scheduling. Doing this per Session is a bit over-engineered. The only use cases that have come up so far was for things like an email client checking for new message. Past experience showed that this kind of interface lead easily to live locks. If there is need for such a feature, doing it on a per technology would make more sense. For the time beeing it will be removed. Later it could still be added to the Technology API. If an application still wants to have a connection on regular basis it can call the Session Connnect() method. ConnMan is still able to defer any connection request.
2012-08-30session: Update ConnectionType documentationDaniel Wagner1-0/+3
The ConnectionType configuration option will be moved to the config plugin when we know how the application can be uniquely identified in a persistent way.
2012-08-30session: Move IdleTimeout to Technology APIDaniel Wagner1-9/+0
Having an IdleTimeout per Session is not really reasonable. It is hard to define the right behavoir if the timeouts differ per Session. Doing this per technology is easier to understand and also makes sense when no Session is used. IdleTimeout is only documented here, it's not yet implemented.
2012-02-28doc: updated session api documentationTomasz Bursztyka1-20/+38
2011-12-22doc: Change bearer name to cellular instead 3GDaniel Wagner1-1/+2
2011-04-15session-api: Update documentation on EmergencyCallDaniel Wagner1-0/+17
2011-04-08session: Update connect/disconnect documationDaniel Wagner1-6/+6
2011-04-07session: Extend AllowedBearer documentationDaniel Wagner1-0/+8
2011-04-07session: Rename the Realtime flag to PriorityDaniel Wagner1-3/+24
Also change the meaning of the flag, back to the original proposal from Marcel Holtmann.
2011-04-04session: Use RoamingPolicy instead of RoamingAllowedDaniel Wagner1-3/+19
Allowed are RoamingPolicy "default", "always", "forbidden", "national" and "international"
2011-03-31session: Update documentationMarcel Holtmann1-0/+234