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
16a40a09
Commit
16a40a09
authored
Jan 10, 2020
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix broken changelog links and add missing config entry
parent
a033cc63
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
3 deletions
+13
-3
CHANGES.md
CHANGES.md
+3
-3
docs/source/configuration.rst
docs/source/configuration.rst
+10
-0
No files found.
CHANGES.md
View file @
16a40a09
...
...
@@ -7,14 +7,14 @@
-
It's now possible to navigate the emoji-picker via the keyboard arrow keys.
-
Add support for
[
notifications about affiliation change for users not in a room
](
https://xmpp.org/extensions/xep-0045.html#example-196
)
-
Add support for
[
XEP-0424 Message Retraction
](
http://
localhost:3080
/extensions/xep-0424.html
)
-
Add support for
[
XEP-0425 Message Moderation
](
http://
localhost:3080
/extensions/xep-0425.html
)
-
Add support for
[
XEP-0424 Message Retraction
](
http://
xmpps.org
/extensions/xep-0424.html
)
-
Add support for
[
XEP-0425 Message Moderation
](
http://
xmpps.org
/extensions/xep-0425.html
)
-
New API
[
\_converse.api.headlines
](
https://conversejs.org/docs/html/api/-_converse.api.headlines.html#.get
)
-
New config option
[
allow_message_retraction
](
https://conversejs.org/docs/html/configuration.html#allow-message-retraction
)
-
New config option
[
muc-show-logs-before-join
](
https://conversejs.org/docs/html/configuration.html#muc-show-logs-before-join
)
-
New config option
[
muc_mention_autocomplete_filter
](
https://conversejs.org/docs/html/configuration.html#muc-mention-autocomplete-filter
)
-
New config option
[
muc_mention_autocomplete_show_avatar
](
https://conversejs.org/docs/html/configuration.html#muc-mention-autocomplete-show
_
avatar
)
-
New config option
[
muc_mention_autocomplete_show_avatar
](
https://conversejs.org/docs/html/configuration.html#muc-mention-autocomplete-show
-
avatar
)
-
New config option
[
persistent_store
](
https://conversejs.org/docs/html/configuration.html#persistent-store
)
-
Initial support for sending custom emojis. Currently only between Converse
...
...
docs/source/configuration.rst
View file @
16a40a09
...
...
@@ -1167,6 +1167,16 @@ user joins or leaves the MUC. This setting only has an effect if
See https://xmpp.org/extensions/xep-0045.html#changepres
muc_show_logs_before_join
-------------------------
* Default: ``false``
If set to ``true``, when opening a MUC for the first time (or if you don't have
a nickname configured for it), you'll see the message history (if the
server supports [XEP-0313 Message Archive Management](https://xmpp.org/extensions/xep-0313.html))
and the nickname form at the bottom.
.. _`nickname`:
nickname
...
...
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