summaryrefslogtreecommitdiff
path: root/spec/Account.xml
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2009-04-22 12:34:28 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2009-04-22 12:34:28 +0100
commit35d9efe1fa71985f7368a3e66ba6a265fb1a4d9d (patch)
tree6951a8a71d893ae362452c281ac9a1a1f1eb58a9 /spec/Account.xml
parentec82339984d5d61774ab4a905f60b43abeb53583 (diff)
downloadtelepathy-glib-35d9efe1fa71985f7368a3e66ba6a265fb1a4d9d.tar.gz
Update to telepathy-spec 0.17.23 (add Terminated error)
Diffstat (limited to 'spec/Account.xml')
-rw-r--r--spec/Account.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/spec/Account.xml b/spec/Account.xml
index 9dc34ad1c..b6a2670c4 100644
--- a/spec/Account.xml
+++ b/spec/Account.xml
@@ -494,6 +494,22 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</tp:docstring>
</property>
+ <property name="HasBeenOnline" tp:name-for-bindings="Has_Been_Online"
+ type="b" access="read">
+ <tp:docstring>
+ If true, this account has successfully been put online at some point
+ in the past.
+
+ <tp:rationale>
+ UIs could apply a policy that the 'account' parameter can only be
+ edited in accounts that have never been online, or that
+ ConnectAutomatically cannot be set on such accounts. The account
+ manager should not enforce such policies, but it can expose enough
+ information to UIs that the UI can decide what to do.
+ </tp:rationale>
+ </tp:docstring>
+ </property>
+
</interface>
</node>
<!-- vim:set sw=2 sts=2 et ft=xml: -->