
I have the modules as shown above. I need to include not only quickblox, but the quickblox.chat plugin.
I'm using this code:
// Quickblox var QB = require('quickblox'); var QBChat = require('quickblox/plugins/chat'); quickblox loads fine but quickblox/plugins/chat throws:
Error: Cannot find module 'quickblox/plugins/chat' Here is the package.json included in the quickblox/plugins/chat directory:
{ "name": "quickblox.chat", "description": "Quickblox Javascript SDK / XMPP Chat plugin", "version": "0.8.6", "author": "Andrey Povelichenko <[email protected]>", "homepage": "http://quickblox.com/developers/Web_XMPP_Chat_Sample" }