fixed file-upload-button in MUC and added changes.md entry

This commit is contained in:
worlword 2018-04-03 12:29:12 +02:00
parent b23712aec3
commit 530e7f9d3f
3 changed files with 961 additions and 538 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## Http-File-Upload
## New Features
- files can now be send via http-file-upload (XEP-0363)
- mp4 and mp3 files will now be playable directly in chat.
## 4.0.0 (Unreleased)
## UI changes

1490
dist/converse.js vendored

File diff suppressed because one or more lines are too long

View File

@ -412,6 +412,8 @@
'click .toggle-smiley ul.emoji-picker li': 'insertEmoji',
'click .toggle-clear': 'clearChatRoomMessages',
'click .toggle-call': 'toggleCall',
'click .toggle-fileUpload': 'toggleFileUpload',
'change .fileUpload_input': 'handleFileSelect',
'click .toggle-occupants': 'toggleOccupants',
'click .new-msgs-indicator': 'viewUnreadMessages',
'click .occupant': 'onOccupantClicked',