|
|
7 سال پیش | |
|---|---|---|
| lib | 7 سال پیش | |
| scripts | 7 سال پیش | |
| t | 7 سال پیش | |
| .gitignore | 8 سال پیش | |
| LICENSE | 7 سال پیش | |
| LICENSE-IMAGES.md | 8 سال پیش | |
| Makefile | 7 سال پیش | |
| README.md | 7 سال پیش | |
| TODO | 8 سال پیش |
Extra "Contact Manager" Providers for cPanel and WHM
make after changing the current working directory of your terminal session into the repo's directory.make testdisable_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 for any of these (to debug problems), please run the following script:
scripts/generate_testing_configuration.pl
as this will prompt you for all the needed values to make the test run (it tells you how to run it too).
Anyways, this script will write out a file like the following to the repo's top level directory. In this example, we're using the XMPP provider, so it will be .xmpptestrc:
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.
Same goes for the IRC or Slack provider... use the same keys as in the schema module for dopeouts in its' test.