Hi, I've been working with a patched up older copy of Djabberd for a while, and now I'm working on extracting those patches into plugins and preparing some changes for submission upstream.
Anyway, It looks like the version of Djabberd I'm working with has a djabberd_start.pl file that runs it, and all my plugins are in a folder called Djabberd in the same directory as djabberd_start.pl The latest copy of the source from the sixapart repository has a file called djabberd (which is basically the same as my djabberd_start.pl file) So my file system won't let me create a directory called Djabberd (for my plugins) in the same directory as the djabberd file. How do other developers have this setup, where do you put you plugins? Also, if anybody writes tests for their plugins, what directory structure do you use during development to support this? thanks, Jacob
