summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2011-02-07 15:34:45 +0000
committerJonny Lamb <jonny.lamb@collabora.co.uk>2011-02-07 15:34:45 +0000
commit6ccf66f971b8d4d86e88a068892eb37ed3ad33ce (patch)
treed2cb96b80ca2fcd8759f4bbbcadb0ace9618caab
parent901c9b8bb788ccb0aa61063b6ff7c68bf3d45c91 (diff)
group: document InvalidArgument on SetOwnNicknameroom-nicks
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r--spec/Channel_Interface_Group.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/spec/Channel_Interface_Group.xml b/spec/Channel_Interface_Group.xml
index 564894a9..9d1a2c61 100644
--- a/spec/Channel_Interface_Group.xml
+++ b/spec/Channel_Interface_Group.xml
@@ -1132,7 +1132,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<tp:error name="org.freedesktop.Telepathy.Error.Disconnected"/>
<tp:error name="org.freedesktop.Telepathy.Error.NetworkError"/>
<tp:error name="org.freedesktop.Telepathy.Error.NotImplemented"/>
- <tp:error name="org.freedesktop.Telepathy.Error.InvalidArgument"/>
+ <tp:error name="org.freedesktop.Telepathy.Error.InvalidArgument">
+ <tp:docstring>
+ Raised when the new nickname contains invalid characters
+ and has been rejected by the server.
+ </tp:docstring>
+ </tp:error>
</tp:possible-errors>
</method>