From 6190db232809a9429e60daa2fb41f2061efcffae Mon Sep 17 00:00:00 2001
From:
Date: Fri, 13 Apr 2007 14:07:04 +0000
Subject: Add type attribute to enums and flags (thanks to Alp Toker
)
20070413140704-0e791-c637af2dd563f3e0ad5945beafc20f928d09d151.gz
---
spec/Channel_Interface_Chat_State.xml | 2 +-
spec/Channel_Interface_Group.xml | 4 ++--
spec/Channel_Interface_Hold.xml | 2 +-
spec/Channel_Interface_Password.xml | 2 +-
spec/Channel_Type_Contact_Search.xml | 2 +-
spec/Channel_Type_Streamed_Media.xml | 10 +++++-----
spec/Channel_Type_Text.xml | 6 +++---
spec/Connection.xml | 6 +++---
spec/Connection_Interface_Aliasing.xml | 2 +-
spec/Connection_Interface_Capabilities.xml | 2 +-
spec/Connection_Interface_Presence.xml | 2 +-
spec/Connection_Manager.xml | 2 +-
spec/Media_Stream_Handler.xml | 6 +++---
spec/Properties_Interface.xml | 2 +-
14 files changed, 25 insertions(+), 25 deletions(-)
(limited to 'spec')
diff --git a/spec/Channel_Interface_Chat_State.xml b/spec/Channel_Interface_Chat_State.xml
index 5cbaeb01..6bd5529a 100644
--- a/spec/Channel_Interface_Chat_State.xml
+++ b/spec/Channel_Interface_Chat_State.xml
@@ -50,7 +50,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
This includes local state.
-
+
The contact has effectively ceased participating in the chat.
diff --git a/spec/Channel_Interface_Group.xml b/spec/Channel_Interface_Group.xml
index 8263da12..cda20c19 100644
--- a/spec/Channel_Interface_Group.xml
+++ b/spec/Channel_Interface_Group.xml
@@ -76,7 +76,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
+
The AddMembers method can be used to add or invite members who are
@@ -296,7 +296,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
The user interface should be updated as appropriate.
-
+
No reason was provided for this change.
diff --git a/spec/Channel_Interface_Hold.xml b/spec/Channel_Interface_Hold.xml
index d865e610..c7616476 100644
--- a/spec/Channel_Interface_Hold.xml
+++ b/spec/Channel_Interface_Hold.xml
@@ -18,7 +18,7 @@ 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.
-
+
Neither the local user and the remote member are on hold, and media
diff --git a/spec/Channel_Interface_Password.xml b/spec/Channel_Interface_Password.xml
index 93fbb57b..20aa55e1 100644
--- a/spec/Channel_Interface_Password.xml
+++ b/spec/Channel_Interface_Password.xml
@@ -22,7 +22,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
+
The ProvidePassword method must be called now for the user to join
diff --git a/spec/Channel_Type_Contact_Search.xml b/spec/Channel_Type_Contact_Search.xml
index 4fe78440..36b55202 100644
--- a/spec/Channel_Type_Contact_Search.xml
+++ b/spec/Channel_Type_Contact_Search.xml
@@ -53,7 +53,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
+
The search has not started
diff --git a/spec/Channel_Type_Streamed_Media.xml b/spec/Channel_Type_Streamed_Media.xml
index 473002fb..b51f90c7 100644
--- a/spec/Channel_Type_Streamed_Media.xml
+++ b/spec/Channel_Type_Streamed_Media.xml
@@ -20,7 +20,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
+
An audio stream
@@ -28,7 +28,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
A video stream
-
+
The stream is disconnected.
@@ -39,7 +39,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
The stream is connected.
-
+
Media are not being sent or received
@@ -53,7 +53,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Media are being sent and received
-
+
The local user has been asked to send media by the remote user.
@@ -291,7 +291,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
connection manager), the signalling interface can be omitted and this
channel type used simply to control the streams.
-
+
The channel-type-specific capability flags used for
Channel.Type.StreamedMedia in the Connection.Interface.Capabilities
diff --git a/spec/Channel_Type_Text.xml b/spec/Channel_Type_Text.xml
index 76fe953d..ac42e8f0 100644
--- a/spec/Channel_Type_Text.xml
+++ b/spec/Channel_Type_Text.xml
@@ -141,7 +141,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
+
An unknown error occurred
@@ -221,7 +221,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Signals that a message has been sent on this channel.
-
+
A standard message
@@ -244,7 +244,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
+
The incoming message was truncated to a shorter length by the
diff --git a/spec/Connection.xml b/spec/Connection.xml
index e46e185e..03db04af 100644
--- a/spec/Connection.xml
+++ b/spec/Connection.xml
@@ -312,7 +312,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
+
A "null" handle type used to indicate the absence of a handle.
@@ -377,7 +377,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
+
The connection is alive and all methods are available.
@@ -397,7 +397,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
+
There is no reason set for this state change.
diff --git a/spec/Connection_Interface_Aliasing.xml b/spec/Connection_Interface_Aliasing.xml
index 0cd0b9b4..6afd9ea3 100644
--- a/spec/Connection_Interface_Aliasing.xml
+++ b/spec/Connection_Interface_Aliasing.xml
@@ -34,7 +34,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Signal emitted when a contact's alias (or that of the user) is changed.
-
+
The aliases of contacts on this connection are specified by the user
diff --git a/spec/Connection_Interface_Capabilities.xml b/spec/Connection_Interface_Capabilities.xml
index c40b61cb..58798362 100644
--- a/spec/Connection_Interface_Capabilities.xml
+++ b/spec/Connection_Interface_Capabilities.xml
@@ -145,7 +145,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
implemented by available client processes.
-
+
The given channel type and handle can be given to RequestChannel to
diff --git a/spec/Connection_Interface_Presence.xml b/spec/Connection_Interface_Presence.xml
index 702e3f72..e27a4202 100644
--- a/spec/Connection_Interface_Presence.xml
+++ b/spec/Connection_Interface_Presence.xml
@@ -276,7 +276,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
succeeds, a client may poll the server intermittently to update any display
of presence information.
-
+
An invalid presence type used as a null value
diff --git a/spec/Connection_Manager.xml b/spec/Connection_Manager.xml
index 259e00d2..c25f27b9 100644
--- a/spec/Connection_Manager.xml
+++ b/spec/Connection_Manager.xml
@@ -19,7 +19,7 @@ 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 parameter is required for connecting to the server.
diff --git a/spec/Media_Stream_Handler.xml b/spec/Media_Stream_Handler.xml
index 16670140..c33abc33 100644
--- a/spec/Media_Stream_Handler.xml
+++ b/spec/Media_Stream_Handler.xml
@@ -65,7 +65,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
the relevant channel, and remove the stream from the session.
-
+
An unknown error occured.
@@ -91,7 +91,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
has been discovered and streaming is in progress.
-
+
UDP (User Datagram Protocol)
@@ -128,7 +128,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
has been ascertained.
-
+
A local address
diff --git a/spec/Properties_Interface.xml b/spec/Properties_Interface.xml
index 27ce51bb..7b6cc070 100644
--- a/spec/Properties_Interface.xml
+++ b/spec/Properties_Interface.xml
@@ -129,7 +129,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Each property also has a flags value to indicate what methods are
available. This is a bitwise OR of PropertyFlags values.
-
+
The property can be read
--
cgit v1.2.3