summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormk <mk@spline.de>2013-10-21 00:24:39 +0200
committermk <mk@spline.de>2013-10-21 00:24:39 +0200
commit336af4be14fe0394de718dbf9333f79b8d41b65f (patch)
treeb734f8d8a6aaff20b7dd5eec10bb57171f0c079f
parent12801a8e576e0a6aab4c777f583700a0fd849a41 (diff)
downloadmod_register_refer-master.tar.gz
mod_register_refer-master.tar.bz2
mod_register_refer-master.zip
added minimal documentation and linksHEADmaster
-rw-r--r--README23
1 files changed, 23 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..b8798dd
--- /dev/null
+++ b/README
@@ -0,0 +1,23 @@
+This module was built and tested with ejabberd-2.1.5
+
+Useful ressources:
+
+http://www.ejabberd.im/node/5085
+http://www.ejabberd.im/Events%20and%20hooks
+
+http://metajack.im/2008/08/28/writing-ejabberd-modules-presence-storms/
+
+
+I implemented a single, trivial response for register requests according to:
+http://metajack.im/2008/08/28/writing-ejabberd-modules-presence-storms/
+
+To build, simply put the erl in ejabberds src/ directory and run
+
+ ./configure && make
+
+Then put the mod_register_refer.beam to /usr/lib/ejabberd/ebin/ and add the
+this to the ejabberd config file:
+
+{mod_register_refer, [ {url,["https://accounts.spline.de"]} ]},
+
+mod_register itself should be disabled, I did not test the coexistance of both modules.