public
Description: Refactoring of ejabberd's mod_muc, with flexible storage and chatroom handling.
Homepage:
Clone URL: git://github.com/cstar/modular_muc.git
name age message
file .gitignore Thu May 07 01:32:04 -0700 2009 Corrected bugs - loading from storage fine - ex... [cstar]
file Emakefile Wed May 06 05:06:50 -0700 2009 Initial commit [cstar]
file README.txt Thu May 07 03:44:20 -0700 2009 Corrected a bug preventing proper storage and r... [cstar]
file Rakefile Wed May 06 06:13:42 -0700 2009 Corrected typo on install task [cstar]
directory include/ Thu May 07 01:32:04 -0700 2009 Corrected bugs - loading from storage fine - ex... [cstar]
file overview.edoc Wed May 06 05:06:50 -0700 2009 Initial commit [cstar]
directory src/ Thu May 07 03:44:20 -0700 2009 Corrected a bug preventing proper storage and r... [cstar]
README.txt
Modular muc implementation for maximum flexibility.
Based on ejabberd's mod_muc.

See overview.edoc for more info

It is still very very rough. I'd love input/patches from you guys

BUILDING :

Run rake twice : a first time for specifying location of erlang and ejabberd in generated erlang_config.rb
second time for actually building.

DOCUMENTATION :
There a bit of edoc, rake edoc to get it built.

INSTALL :
rake install will do the trick

TODO : 
- remove build warnings.
- refine API

LICENSE :
GPL as mod_muc on which the code is based on.