ejabberd - Comments for "Ejabberd 2.0 clustering with MySQL?" https://www.ejabberd.im/node/3055 en clustering is done at database level https://www.ejabberd.im/node/3055#comment-53194 <p>The ejabberd nodes in the cluster are tied only by the database content:</p> <ul> <li>If you use internal auth, mod_roster and mod_offline: you must setup Mnesia to replicate the tables: passwd, roster and offline_msg. </li><li>If you use internal auth, mod_roster_odbc and mod_offline_odbc: setup Mnesia to replicate the table: passwd. It is your duty to configure your SQL database so that roster and offline table content is available to all the nodes. For example, you can configure all the ejabberd nodes to connect to a specific SQL database. </li><li>If you use LDAP auth, mod_roster_odbc and mod_offline_odbc: it is your duty to configure your LDAP server and SQL database. For example, you can configure all the ejabberd nodes to connect to a specific LDAP server and a specific SQL database. </li><li>... I guess you got the idea </li></ul> Wed, 28 May 2008 15:02:38 +0000 mfoss comment 53194 at https://www.ejabberd.im