diff options
author | Senko Rasic <senko.rasic@collabora.co.uk> | 2007-09-03 11:59:41 +0000 |
---|---|---|
committer | Senko Rasic <senko.rasic@collabora.co.uk> | 2007-09-03 11:59:41 +0000 |
commit | a04488943f7cad5af681f3b6ea9fa775ef4e65b9 (patch) | |
tree | f0b0c90757e095043a09ad58308b14fbeb2d8c38 | |
parent | 6ffdf6599ffebf2b1064739c1109a007025d1b42 (diff) |
Clarified Group.Change.Reason.Offline usage, and fixed a typo in the spec
-rw-r--r-- | spec/Channel_Interface_Group.xml | 3 | ||||
-rw-r--r-- | spec/Channel_Type_Tubes.xml | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/spec/Channel_Interface_Group.xml b/spec/Channel_Interface_Group.xml index 7da8c773..853ed67a 100644 --- a/spec/Channel_Interface_Group.xml +++ b/spec/Channel_Interface_Group.xml @@ -320,7 +320,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</ </tp:enumvalue> <tp:enumvalue suffix="Offline" value="1"> <tp:docstring> - The change is due to a user going offline. + The change is due to a user going offline. Also used when + user is already offline, but this wasn't known previously. </tp:docstring> </tp:enumvalue> <tp:enumvalue suffix="Kicked" value="2"> diff --git a/spec/Channel_Type_Tubes.xml b/spec/Channel_Type_Tubes.xml index 8591b6b0..b66ae980 100644 --- a/spec/Channel_Type_Tubes.xml +++ b/spec/Channel_Type_Tubes.xml @@ -622,7 +622,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. The ID of the tube </tp:docstring> </arg> - <arg name="handle" type="u" tp_type="Contact_Handle"> + <arg name="handle" type="u" tp:type="Contact_Handle"> <tp:docstring> The handle of the participant who opened the new connection </tp:docstring> |