summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2011-02-07 15:33:05 +0000
committerJonny Lamb <jonny.lamb@collabora.co.uk>2011-02-07 15:33:05 +0000
commit901c9b8bb788ccb0aa61063b6ff7c68bf3d45c91 (patch)
treebb14c966282f7c0af72a58af1e741788fb50e0d4
parentf7628ea7abe2198cc8ed5cd9163f0b989731f4e4 (diff)
group: add CanSetOwnNickname group flag
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r--spec/Channel_Interface_Group.xml20
1 files changed, 15 insertions, 5 deletions
diff --git a/spec/Channel_Interface_Group.xml b/spec/Channel_Interface_Group.xml
index f17013ab..564894a9 100644
--- a/spec/Channel_Interface_Group.xml
+++ b/spec/Channel_Interface_Group.xml
@@ -255,6 +255,14 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:rationale>
</tp:docstring>
</tp:flag>
+ <tp:flag suffix="Can_Set_Own_Nickname" value="16384">
+ <tp:added version="0.21.UNRELEASED"/>
+ <tp:docstring>
+ The user's channel-specific nickname is available to be set
+ using the <tp:member-ref>SetOwnNickname</tp:member-ref>
+ method.
+ </tp:docstring>
+ </tp:flag>
</tp:flags>
<property name="GroupFlags" type="u" tp:type="Channel_Group_Flags"
@@ -1100,11 +1108,13 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:docstring>
</arg>
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
- <p>Request the user's channel-specific nickname changes. This
- method is only available in group chats where users can have
- room-specific nicknames, such as XMPP. Note that this method
- is purely for changing the user's nickname in this channel,
- and does not apply to any other channels or globally.</p>
+ <p>If the CHANNEL_GROUP_FLAG_CAN_SET_OWN_NICKNAME flag is
+ set on the channel, request the user's channel-specific
+ nickname changes. This method is only available in group
+ chats where users can have room-specific nicknames, such as
+ XMPP. Note that this method is purely for changing the
+ user's nickname in this channel, and does not apply to any
+ other channels or globally.</p>
<p>Note that if the change is a success then the user's self
handle in the channel will change as an existing handle cannot