From dba4c53c220fec44f767cabc0ace091b3e1749c0 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 4 Nov 2013 16:39:44 +0000 Subject: [PATCH 11/12] A.I.Hidden, AM.I.Hidden: remove They were added as drafts in 2011 and never undrafted. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=33101 --- spec/Account_Interface_Hidden1.xml | 65 ------------------- spec/Account_Manager_Interface_Hidden1.xml | 100 ----------------------------- spec/all.xml | 2 - 3 files changed, 167 deletions(-) delete mode 100644 spec/Account_Interface_Hidden1.xml delete mode 100644 spec/Account_Manager_Interface_Hidden1.xml diff --git a/spec/Account_Interface_Hidden1.xml b/spec/Account_Interface_Hidden1.xml deleted file mode 100644 index 431e361..0000000 --- a/spec/Account_Interface_Hidden1.xml +++ /dev/null @@ -1,65 +0,0 @@ - - - - Copyright © 2010 Collabora Ltd. - -

This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version.

- -

This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details.

- -

You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - 02110-1301, USA.

-
- - - (draft 1) - - -

An interface for flagging certain accounts as hidden, so that they do - not appear in the account manager's standard lists of accounts. - Accounts whose Hidden property is - True are intended for non-interactive use (by - non-user-visible services), and appear on the AccountManager.Interface.Hidden1 - interface; in all other respects, they behave like any other - account.

- - -

XMPP, in particular, is increasingly used for purposes other than - instant messaging and VoIP. For instance, extensions exist for - inter-device bookmark synchronization.

- -

While obviously these services could re-use connections intended for - instant messaging, in some cases you might want to use a different - account. (Perhaps your bookmark sync provider is not your IM - provider.) This API allows such auxiliary accounts to exist in - Telepathy, while not being displayed in standard user interfaces for - IM, VoIP, and friends.

-
-
- - - -

If True, this account is intended for non-interactive - use, and thus should not be presented to the user. It will not appear - in properties and signals on the main AccountManager interface; instead, it - will show up on AccountManager.Interface.Hidden1.

-
-
- -
-
- diff --git a/spec/Account_Manager_Interface_Hidden1.xml b/spec/Account_Manager_Interface_Hidden1.xml deleted file mode 100644 index c63df8d..0000000 --- a/spec/Account_Manager_Interface_Hidden1.xml +++ /dev/null @@ -1,100 +0,0 @@ - - - Copyright © 2010 Collabora Ltd. - Copyright © 2010 Nokia Corporation - -

This library is free software; you can redistribute it and/or -modify it under the terms of the GNU Lesser General Public -License as published by the Free Software Foundation; either -version 2.1 of the License, or (at your option) any later version.

- -

This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Lesser General Public License for more details.

- -

You should have received a copy of the GNU Lesser General Public -License along with this library; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -

-
- - - -

This interface lists accounts whose Hidden - property is True.

-
- first draft - - - - A list of valid (complete, usable) Accounts intended - exclusively for noninteractive applications. These accounts are not - included in AccountManager.UsableAccounts. Change - notification is via - HiddenAccountUsabilityChanged. - - - - - - A list of incomplete or otherwise unusable Accounts intended - exclusively for noninteractive applications. Change notification is via - HiddenAccountUsabilityChanged. - - - - - - The given account has been removed from - UsableHiddenAccounts or - UnusableHiddenAccounts. - - - - - An Account, which must not be used any more. - - - - - - - The validity of the given account has changed. New magic - accounts are also indicated by this signal, as an account validity - change (usually to True) on an account that did not previously exist. - - - This is effectively change notification for the valid and invalid - accounts lists. - - - - - - An Account. - - - - - - True if the account is now valid. - - - - -
-
- diff --git a/spec/all.xml b/spec/all.xml index ef3cf28..414ee64 100644 --- a/spec/all.xml +++ b/spec/all.xml @@ -258,11 +258,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - - -- 1.8.4.2