Looks like I found the problem c2s.log has this messages:
Sun Sep 28 12:17:45 2008 [notice] starting up Sun Sep 28 12:17:45 2008 [info] process id is 3224, written to /var/run/jabberd/c2s.pid Sun Sep 28 12:17:45 2008 [notice] initialised auth module 'mysql' Sun Sep 28 12:17:45 2008 [notice] [wrongboolean.org] configured; realm=(null) Sun Sep 28 12:17:45 2008 [notice] attempting connection to router at 127.0.0.1, port=5347 Sun Sep 28 12:17:45 2008 [notice] connection to router established Sun Sep 28 12:17:45 2008 [notice] [0.0.0.0, port=5222] listening for connections Sun Sep 28 12:17:45 2008 [notice] ready for connections Sun Sep 28 12:18:53 2008 [notice] [7] [192.168.1.1, port=36136] connect Sun Sep 28 12:18:55 2008 [error] mysql: sql select failed: Unknown column 'hash' in 'field list' Sun Sep 28 12:18:55 2008 [error] mysql: sql select failed: Unknown column 'hash' in 'field list' Sun Sep 28 12:18:55 2008 [notice] [7] created user: user=luis; realm=wrongboolean.org Sun Sep 28 12:18:55 2008 [error] mysql: sql update failed: Unknown column 'hash' in 'field list' Sun Sep 28 12:18:55 2008 [notice] [7] [192.168.1.1, port=36136] disconnect It is a problem in the database. I created it with the supplied script (mysql> \. db-setup.mysql), shouldn't it be correct? This is the database: mysql> show tables; +--------------------+ | Tables_in_jabberd2 | +--------------------+ | active | | authreg | | disco-items | | logout | | motd-message | | motd-times | | privacy-default | | privacy-items | | private | | queue | | roster-groups | | roster-items | | status | | vacation-settings | | vcard | +--------------------+ 15 rows in set (0.00 sec) Luís Moreira. -- To unsubscribe send a mail to [EMAIL PROTECTED]
