xmpp.chapril.org-conversejs/spec
JC Brand 62c170273e Allow plugins to have optional dependencies.
This change refactors out the plugin code from converse-core into
src/converse-puggable.js

Additionally, plugins now have an optional attribute `optional_dependencies`
which is an array of dependencies which are "nice-to-have" but not essential.

Work has also been done to ensure that a plugins' dependencies are first loaded
before the plugin itself.
2016-06-10 08:26:29 +00:00
..
chatbox.js Allow plugins to have optional dependencies. 2016-06-10 08:26:29 +00:00
chatroom.js New API method converse.rooms.close(). 2016-06-03 08:41:13 +00:00
controlbox.js Make sure that there is a valid connection when login API is called 2016-04-13 15:11:50 +00:00
converse.js Allow plugins to have optional dependencies. 2016-06-10 08:26:29 +00:00
disco.js Add jshint checking and fix errors. 2015-10-25 17:55:18 +00:00
eventemitter.js Add jshint checking and fix errors. 2015-10-25 17:55:18 +00:00
headline.js Make sure that there is a valid connection when login API is called 2016-04-13 15:11:50 +00:00
mam.js Move the MAM features to a separate plugin. 2016-03-14 14:04:36 +00:00
minchats.js Add jshint checking and fix errors. 2015-10-25 17:55:18 +00:00
notification.js Properly handle notifications for groupchat messages 2016-04-28 14:58:09 +00:00
otr.js Add processing hints to OTR messages 2016-05-30 16:52:26 +00:00
ping.js Change ping plugin to not have to use overrides. 2016-03-21 10:00:15 +00:00
profiling.js Add jshint checking and fix errors. 2015-10-25 17:55:18 +00:00
protocol.js Allow plugins to have optional dependencies. 2016-06-10 08:26:29 +00:00
register.js Make sure that there is a valid connection when login API is called 2016-04-13 15:11:50 +00:00
transcripts.js Add the ability to replay transcripts of chat logs. 2016-04-28 14:58:09 +00:00
xmppstatus.js Add jshint checking and fix errors. 2015-10-25 17:55:18 +00:00