You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 18, 2020. It is now read-only.
Since the beginning of version 2 of chat overflow, plugins are identified by a pluggable holding all metadata and a plugin class, holding the execution information and requirements.
This should be reworked. Pluggable should not be needed and replaced by a metadata file in the plugin jars resources. The class loader and framework could has to be updated.