Update documentation

This commit is contained in:
JC Brand 2016-12-20 09:31:11 +00:00
parent 0424df9edc
commit 38f3dc66a3

View File

@ -514,11 +514,9 @@ retrieving the user's custom status message.
converse.plugins.add('myplugin', {
initialize: function () {
this._converse.user.status.message.set('In a meeting');
// Returns "In a meeting"
return this._converse.user.status.message.get();
}
});