Нема описа

Andy Baugh 42965f7396 Better error message on authentication failures пре 8 година
lib 42965f7396 Better error message on authentication failures пре 8 година
t eb8f4f89fd Add tests for Slack provider пре 8 година
.gitignore ff31484470 Finish happy path unit test for main xmpp function пре 8 година
LICENSE 9dca6715f8 Initial commit пре 8 година
LICENSE-IMAGES.md f2b2852480 Add License file to reference licensing for used imagery пре 8 година
Makefile 66bb55824b A bit less brain damage to Makefile пре 8 година
README.md a57947104e Merge pull request #1 from bellwood/patch-1 пре 8 година
TODO cc2f662f1e Add beginnings of work on IRC provider. Currently doesn't work. пре 8 година

README.md

iContact-cPanel-Plugins

Extra "Contact Manager" Providers for cPanel and WHM

Current plugins:

  • XMPP -- Stable XMPP provider (as I've received no external bug reports and it has worked well for me for over a month)
  • IRC -- Still WIP, don't use this, as it is completely untested and currently no-op on send.
  • Slack -- Works presuming you have an incoming WebHook URL, much like CpanelRicky's MatterMost plugin.

Installation and Use:

  • Clone this repo with git onto a cPanel host of at least 11.64+
  • Install Net::XMPP

    cpan install Net:XMPP

  • Run the Tests

    make test

  • Install the Modules

    make install

  • Go to WHM >> Basic Setup and configure the provider options

  • Go to WHM >> Contact Manager and make sure it is set up to spam you mercilessly

  • Do something to trigger notifications from cPanel & WHM