Init
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user