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
128335e1
Commit
128335e1
authored
Feb 27, 2017
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
50 seems like a better default
parent
f8d93681
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
docs/CHANGES.md
docs/CHANGES.md
+1
-1
docs/source/configuration.rst
docs/source/configuration.rst
+1
-1
src/converse-mam.js
src/converse-mam.js
+1
-1
No files found.
docs/CHANGES.md
View file @
128335e1
...
...
@@ -19,7 +19,7 @@
-
The no-jQuery build has been renamed from
`converse.nojquery.js`
to
`converse-no-jquery.js`
to fit the convention used for other build names.
[jcbrand]
-
10
0 is the new default
[
archived_messages_page_size
](
https://conversejs.org/docs/html/configuration.html#archived-messages-page-size
)
-
5
0 is the new default
[
archived_messages_page_size
](
https://conversejs.org/docs/html/configuration.html#archived-messages-page-size
)
[jcbrand]
-
Better support for delayed delivery of presence stanzas (XEP-0203). [jcbrand]
-
The chat room
`description`
is now shown in the heading, not the
`subject`
.
...
...
docs/source/configuration.rst
View file @
128335e1
...
...
@@ -211,7 +211,7 @@ Show animations, for example when opening and closing chat boxes.
archived_messages_page_size
---------------------------
* Default: ``
10
0``
* Default: ``
5
0``
See also: `message_archiving`_
...
...
src/converse-mam.js
View file @
128335e1
...
...
@@ -181,7 +181,7 @@
var
_converse
=
this
.
_converse
;
this
.
updateSettings
({
archived_messages_page_size
:
'
10
0
'
,
archived_messages_page_size
:
'
5
0
'
,
message_archiving
:
undefined
,
// Supported values are 'always', 'never', 'roster' (https://xmpp.org/extensions/xep-0313.html#prefs)
message_archiving_timeout
:
8000
,
// Time (in milliseconds) to wait before aborting MAM request
});
...
...
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