1.2.2 • Published 7 years ago

nci-jabber-notification v1.2.2

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

nci jabber notification

Jabber notification plugin for nci.

Installation

npm install nci-jabber-notification

Usage

To enable add this plugin to the plugins section at server config, set parameters for jabber account at notify.jabber e.g. for google talk:

{
    "plugins": [
        "nci-jabber-notification"
    ],
    "notify": {
        "jabber": {
            "host": "talk.google.com",
            "port": 5222,
            "reconnect": true,
            "jid": "bot.nci@gmail.com",
            "password": "yourpassword"
        }
    }
....
}

after that you can set jabber notification at project config e.g.

    "notify": {
        "on": [
            "change"
        ],
        "to": {
            "jabber": [
                "oleg.korobenko@gmail.com"
            ]
        }
    },
1.2.2

7 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

9 years ago

0.1.0-alpha

9 years ago