I have a site done completely in PHP. I am adding a chat room and instant messenger to it. I am going to use Class.Jabber.PHP and the webmessenger project to develop an IM. Web Messenger uses PHP and a MySQL database. IT wants you to create a new database to store certain information in. I want to use my current database, but I also don't want to login/registration process for jabber and my site to be seperate.
If I config the IM to use my database and just add the tables that are different, I think they will still have to register on the jabber server itself. When I tested a jabber server on my local server with downloadable clients or web clients that don't need a database, it just created a folder on the server for each registered member. But if this is the case how do I get the members already in my database to be registered on my jabber server. I've ued JabberD and one other jabber server. Is there a jabber server that stores user information in a database as opposed to using files? http://phpjabber.g-blog.net/HomePage http://forum.glue.g-blog.net/ http://webmessenger.sourceforge.net http://webmessenger.sourceforge.net/forums/ If you are willing to help with the project, let me know. _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
