-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[xmpp] add group nickname to settings
- Loading branch information
1 parent
0a41a0e
commit 8f38009
Showing
4 changed files
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,11 @@ | |
<label>Username</label> | ||
<description>The XMPP Username (the left side of JID, e.g. user for JID [email protected])</description> | ||
</parameter> | ||
<parameter name="nickname" type="text" required="false"> | ||
<label>Nickname</label> | ||
<description>The XMPP Nickname to use in multi user chats. (Defaults to Username)</description> | ||
<advanced>true</advanced> | ||
</parameter> | ||
<parameter name="domain" type="text" required="true"> | ||
<label>Domain</label> | ||
<description>The XMPP Domain (the right side of JID, e.g. example.com for JID [email protected])</description> | ||
|