This commit is contained in:
JC Brand 2016-10-13 10:12:23 +02:00
parent 5a3917925e
commit 3edaffd3ec

View File

@ -943,7 +943,7 @@ messageSend
When a message will be sent out.
``storage_memoryconverse.listen.on('messageSend', function (event, messageText) { ... });``
``converse.listen.on('messageSend', function (event, messageText) { ... });``
noResumeableSession
~~~~~~~~~~~~~~~~~~~