diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2011-04-20 16:29:57 +0100 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2011-04-20 16:29:58 +0100 |
commit | 8d8156d13bef1d840827774166be25b37a9fe7bd (patch) | |
tree | aacc95ed9f86a2dcf154e94c8529fb9ab16b0cdd | |
parent | 227ab7ac0da9ec1ef429059ef6b90b18d0e20dad (diff) | |
parent | b59ef2fb0afbef471966ed5c06339d3319e97627 (diff) |
Merge branch 'manage-credit-36254' into telepathy-spec-0.22
Fixes: <https://bugs.freedesktop.org/show_bug.cgi?id=36254>
-rw-r--r-- | spec/Connection_Interface_Balance.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/spec/Connection_Interface_Balance.xml b/spec/Connection_Interface_Balance.xml index 76f9040e..ffb19e20 100644 --- a/spec/Connection_Interface_Balance.xml +++ b/spec/Connection_Interface_Balance.xml @@ -93,6 +93,26 @@ </tp:docstring> </property> + <property name="ManageCreditURI" + tp:name-for-bindings="Manage_Credit_URI" + access="read" type="s"> + <tp:added version="UNRELEASED"/> + <tp:docstring> + A URI the user may visit via the web browser to manage and top-up their + account balance. This property is not guaranteed to be well-defined + until the connection becomes Connected; there is no change + notification. + + <tp:rationale> + Different protocols and even servers or gateways (e.g. SIP and XMPP + PSTN gateways) will have a different website used to manage a user's + account balance. This property enables the client to provide that + to the user. A Connection Manager MAY set this itself (because it is + static or discoverable), or expose it as a connection parameter. + </tp:rationale> + </tp:docstring> + </property> + <signal name="BalanceChanged" tp:name-for-bindings="Balance_Changed"> <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>Emitted when the user's balance has changed.</p> |