Note about external modules
authorMyhailo Danylenko <isbear@ukrpost.net>
Mon, 30 Nov 2009 20:45:12 +0200
changeset 86 9b98ea6c73f6
parent 85 1e5f17c25133
child 87 36d94f12811b
Note about external modules
examples/README
--- a/examples/README	Mon Nov 30 20:36:19 2009 +0200
+++ b/examples/README	Mon Nov 30 20:45:12 2009 +0200
@@ -49,5 +49,16 @@
 Amongst these muc, vcard, register and remote depend on forms,
 and thus have no hope to be implemented in C in near future.
 
+Ah, and almost forgot to mention - for some of the scripts you
+need some external lua modules. First, it is lua-lm - lua
+interface to loudmouth. It is written by me, and thus can be
+fond at the same place, where you find a lua mcabber module.
+Others are posix, base64, socket, sha1 and md5. First three were
+until recent time in Debian repository. Latter two are built from
+one source at http://www.inf.puc-rio.br/~roberto/md5/md5-5/md5.html.
+You can find out, which modules require your scripts by looking at
+'require' lines at the beginning (do not forget to look at scripts,
+that are require'd by this script).
+
   -- Myhailo Danylenko <isbear@ukrpost.net>