This commit is contained in:
wescoeur
2015-11-27 14:51:54 +01:00
parent d33af742dd
commit f88c0b9b67
2 changed files with 22 additions and 1 deletions
@@ -1,6 +1,6 @@
{
"private": true,
"name": "",
"name": "xo-server-transport-xmpp",
"version": "0.0.0",
"license": "ISC",
"description": "",
@@ -0,0 +1,21 @@
class TransportXmppPlugin {
constructor (xo) {
}
configure (conf) {
}
load () {
}
unload () {
}
}
// ===================================================================
export default ({ xo }) => new TransportXmppPlugin(xo)