0.1.6 • Published 9 years ago

buddycloud-connector v0.1.6

Weekly downloads
21
License
-
Repository
-
Last release
9 years ago

Buddycloud Connector

Provides a simple connector to copy messages backwards and forwards between Buddycloud and other stuff.

Installation

Download the package (or git clone or whatever)

Edit the configuration:

$ cp config.example.js config.js
$ vim config.js

You might need to install libicu which is going to be specific to your OS

For RedHat:

$ sudo yum install libicu-devel

Then install all the npm gubbins and run it:

$ npm install
$ node index.html

Configuration

ConfigDescription
pluginsThe set of plugins to load
plugins.<plugin_name>.clazzThe class of the plugin - this will be instatiated with new
plugins.<plugin_name>.configThe plugin config which will be passed into the constructor when it's instatiated
plugins.<plugin_name>.authMapperAn optional set of mapper functions to transform user identifiers
plugins.<plugin_name>.channelMapperAn optional set of mapper functions to transform channel identifiers
dataDirThe directory into which to store the NeDB data files

Included Plugins

Buddycloud Plugin

Configuration

ConfigDescription
authThe authentication options to connect to your buddycloud server

Yammer Plugin

Configuration

ConfigDescription
authtokenThe oauth2 authentication token to connect to Yammer. Information on how to obtain one is available here: https://developer.yammer.com/authentication/#a-testtoken
0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago