|
|
8 år sedan | |
|---|---|---|
| lib | 8 år sedan | |
| t | 8 år sedan | |
| .gitignore | 8 år sedan | |
| LICENSE | 8 år sedan | |
| LICENSE-IMAGES.md | 8 år sedan | |
| Makefile | 8 år sedan | |
| README.md | 8 år sedan | |
| TODO | 8 år sedan |
Extra "Contact Manager" Providers for cPanel and WHM
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
disable_sasl_mechanisms: "DIGEST-MD5" to your ejabberd.yml config file
to avoid this problem. See issue #2 on the tracker.If you want to run a functional test of the XMPP iContact code in order to debug problems, set the env var AUTHOR_TESTS
and write out .xmpptestrc in the toplevel directory of this git repository with content like:
XMPPUSERNAME: user@domain.tld
XMPPPASSWORD: hunter2
XMPPCOMPONENTNAME:
XMPPUSETLS: 1
XMPPVERIFYCERT: 0
You'll note these correspond to the values in the Provider's Schema module. With that set, you should spam yourself with a message if the t/Cpanel-iContact-Provider-XMPP.t test passes.