Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
0c1363c1
Commit
0c1363c1
authored
Jan 03, 2019
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
The `hide_muc_server` option no longer exists
parent
a962fc0a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
15 deletions
+1
-15
dist/converse.js
dist/converse.js
+0
-2
docs/source/configuration.rst
docs/source/configuration.rst
+1
-12
src/converse-muc-views.js
src/converse-muc-views.js
+0
-1
No files found.
dist/converse.js
View file @
0c1363c1
...
@@ -53516,8 +53516,6 @@ _converse_headless_converse_core__WEBPACK_IMPORTED_MODULE_3__["default"].plugins
...
@@ -53516,8 +53516,6 @@ _converse_headless_converse_core__WEBPACK_IMPORTED_MODULE_3__["default"].plugins
_converse.api.settings.update({
_converse.api.settings.update({
'auto_list_rooms': false,
'auto_list_rooms': false,
'hide_muc_server': false,
// TODO: no longer implemented...
'muc_disable_moderator_commands': false,
'muc_disable_moderator_commands': false,
'visible_toolbar_buttons': {
'visible_toolbar_buttons': {
'toggle_occupants': true
'toggle_occupants': true
docs/source/configuration.rst
View file @
0c1363c1
...
@@ -690,8 +690,6 @@ fullname
...
@@ -690,8 +690,6 @@ fullname
If you are using prebinding, can specify the fullname of the currently
If you are using prebinding, can specify the fullname of the currently
logged in user, otherwise the user's vCard will be fetched.
logged in user, otherwise the user's vCard will be fetched.
.. _`hide_muc_server`:
geouri_regex
geouri_regex
----------------
----------------
...
@@ -707,15 +705,6 @@ geouri_replacement
...
@@ -707,15 +705,6 @@ geouri_replacement
String used to replace geo-URIs with. Ought to be a link to osm or similar. ``$1`` and ``$2`` is replaced by
String used to replace geo-URIs with. Ought to be a link to osm or similar. ``$1`` and ``$2`` is replaced by
latitude and longitude respectively.
latitude and longitude respectively.
hide_muc_server
---------------
* Default: ``false``
Hide the ``server`` input field of the form inside the ``Room`` panel of the
controlbox. Useful if you want to restrict users to a specific XMPP server of
your choosing.
hide_offline_users
hide_offline_users
------------------
------------------
...
@@ -939,7 +928,7 @@ The MUC (multi-user chat) domain that should be used. By default Converse
...
@@ -939,7 +928,7 @@ The MUC (multi-user chat) domain that should be used. By default Converse
will attempt to get the MUC domain from the XMPP host of the currently logged in
will attempt to get the MUC domain from the XMPP host of the currently logged in
user.
user.
This setting will override that.
You might want to combine this setting with `hide_muc_server`_.
This setting will override that.
muc_history_max_stanzas
muc_history_max_stanzas
-----------------------
-----------------------
...
...
src/converse-muc-views.js
View file @
0c1363c1
...
@@ -99,7 +99,6 @@ converse.plugins.add('converse-muc-views', {
...
@@ -99,7 +99,6 @@ converse.plugins.add('converse-muc-views', {
// configuration settings.
// configuration settings.
_converse
.
api
.
settings
.
update
({
_converse
.
api
.
settings
.
update
({
'
auto_list_rooms
'
:
false
,
'
auto_list_rooms
'
:
false
,
'
hide_muc_server
'
:
false
,
// TODO: no longer implemented...
'
muc_disable_moderator_commands
'
:
false
,
'
muc_disable_moderator_commands
'
:
false
,
'
visible_toolbar_buttons
'
:
{
'
visible_toolbar_buttons
'
:
{
'
toggle_occupants
'
:
true
'
toggle_occupants
'
:
true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment