From: Etan R. <de...@ed...> - 2006-10-23 01:49:15
|
On Sun, 22 Oct 2006, Luke Schierer wrote: > On Sun, Oct 22, 2006 at 08:57:42PM -0400, Etan Reisner wrote: >> I started working on configuring the ejabberd server and I had a couple >> questions. >> >> What features do we want enabled? (I'm assuming muc, but do we want >> pubsub, vcards, muc room logging, etc?) >> >> Are we intending to have open account registration on the server? >> >> What authentication system do we want this to use? (This goes in hand >> with the open registration bit, we (more or less) need to use the >> internal database if we want open registration, but if we don't we can >> have it look at just about anywhere else we want, ldap, mysql, pam, etc. >> The ldap and mysql/obdc support is built in, for pam we'd have to use an >> auth module I wrote at Rutgers.) >> >> -Etan > > I'm fairly sure we do not want open registration. We do want muc and > server to server. The question was about whether we wanted to have support for logging muc rooms, for publically available (or privately available) later reading. Something like http://chatlogs.jabber.ru/eja...@co.../ and http://www.jabber.org/muc-logs/jd...@co.../ . > pam sounds interesting. The pam stuff didn't get as much testing as Rutgers as it should have (other issues prevented it from getting rolled out as early as I would have liked), so if we decided to use it it is entirely possible there may be a couple issues that will need fixing. > luke -Etan |