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
0c70ca83
Commit
0c70ca83
authored
Aug 15, 2017
by
Weblate
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
ee2ab56f
bfeb297f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
4 deletions
+10
-4
docs/source/conf.py
docs/source/conf.py
+2
-2
docs/source/configuration.rst
docs/source/configuration.rst
+7
-1
src/converse-controlbox.js
src/converse-controlbox.js
+1
-0
src/converse-core.js
src/converse-core.js
+0
-1
No files found.
docs/source/conf.py
View file @
0c70ca83
...
...
@@ -48,9 +48,9 @@ copyright = u'2014, JC Brand'
# built documents.
#
# The short X.Y version.
version
=
'3.2.0
-rc
'
version
=
'3.2.0'
# The full version, including alpha/beta/rc tags.
release
=
'3.2.0
-rc
'
release
=
'3.2.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
docs/source/configuration.rst
View file @
0c70ca83
...
...
@@ -485,7 +485,7 @@ default_domain
Specify a domain to act as the default for user JIDs. This allows users to log
in with only the username part of their JID, instead of the full JID.
For example, if ``default_domain`` is ``example.org``, then the user
:
For example, if ``default_domain`` is ``example.org``, then the user
``johnny@example.org`` can log in with only ``johnny``.
JIDs with other domains are still allowed but need to be provided in full.
...
...
@@ -701,6 +701,12 @@ locked_domain
Similar to `default_domain`_ but no other domains are allowed.
For example, if ``locked_domain`` is set to ``example.org``, then the user
``johnny@example.org`` can log in with only ``johnny``.
Additionally, only users registered on the ``example.org`` host can log in, no
other users are allowed to log in.
message_archiving
-----------------
...
...
src/converse-controlbox.js
View file @
0c70ca83
...
...
@@ -188,6 +188,7 @@
_converse
.
api
.
settings
.
update
({
allow_logout
:
true
,
default_domain
:
undefined
,
locked_domain
:
undefined
,
show_controlbox_by_default
:
false
,
sticky_controlbox
:
false
,
xhr_user_search
:
false
,
...
...
src/converse-core.js
View file @
0c70ca83
...
...
@@ -276,7 +276,6 @@
include_offline_state
:
false
,
jid
:
undefined
,
keepalive
:
true
,
locked_domain
:
undefined
,
message_carbons
:
true
,
message_storage
:
'
session
'
,
password
:
undefined
,
...
...
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