ejabberd - Comments for "ODBC Roster Module" https://www.ejabberd.im/node/430 en There is a thread about https://www.ejabberd.im/node/430#comment-1057 <p>There is a <noindex><a href="/node/409" rel="nofollow" >thread about MSSQL and ejabberd</a></noindex> which might interest you.<br /> --<br /> sander</p> Thu, 17 Nov 2005 22:44:20 +0000 sander comment 1057 at https://www.ejabberd.im Just wondering about the MSSQL Patch... https://www.ejabberd.im/node/430#comment-1053 <p>Hi,</p> <p>I am new to ejabberd, but have a test server up and running in a virtual PC runing Windows 2003.</p> <p>I would like to explore storage using MS SQL Server, and I was wondering if there had been any progress, and well i am still learning, i would offer help too.</p> <p>Thanks<br /> AM</p> Thu, 17 Nov 2005 14:12:47 +0000 aussieman9 comment 1053 at https://www.ejabberd.im So does your MSSQL patch work? https://www.ejabberd.im/node/430#comment-920 <blockquote>If you want to use an MSSQL database, a few changes need to be made to the modules, if you want these files, just ask.</blockquote> <p>Did you finally got ejabberd to work correctly with MSSQL? If so, you could make a patch and submit it to Bugzilla and/or the Contributions page. </p> <p>If you are too busy now, just send me the modified files and I'll make everything else.</p> Fri, 14 Oct 2005 22:41:22 +0000 mfoss comment 920 at https://www.ejabberd.im ODBC https://www.ejabberd.im/node/430#comment-918 <p>You need to comment,</p> <p>%{auth_method, internal}.</p> <p>and uncommend,</p> <p>{auth_method, odbc}.<br /> {odbc_server, "DSN=ejabberd;UID=ejabberd;PWD=ejabberd"}.</p> <p>and change the module section as below.</p> <p>% Used modules:<br /> {modules,<br /> [<br /> {mod_register, [{access, register}]},<br /> {mod_roster_odbc, []},<br /> {mod_shared_roster, []},<br /> {mod_privacy, []},<br /> {mod_configure, []},<br /> {mod_disco, []},<br /> {mod_stats, []},<br /> {mod_vcard, []},<br /> {mod_offline_odbc, []},<br /> {mod_announce, [{access, announce}]},<br /> {mod_private, []},<br /> {mod_irc, []},<br /> {mod_pubsub, []},<br /> {mod_time, []},<br /> {mod_last_odbc, []},<br /> {mod_version, []}<br /> ]}.</p> <p>There is an bug in the roster_odbc module, the fixed file can be downloaded from, it need to be compiled.</p> <p><noindex><a href="http://svn.process-one.net/ejabberd/trunk/src/mod_roster_odbc.erl" title="http://svn.process-one.net/ejabberd/trunk/src/mod_roster_odbc.erl" rel="nofollow" >http://svn.process-one.net/ejabberd/trunk/src/mod_roster_odbc.erl</a></noindex></p> <p>If you want to use an MSSQL database, a few changes need to be made to the modules, if you want these files, just ask.</p> <p>Tiaan</p> Fri, 14 Oct 2005 20:29:29 +0000 tiaan comment 918 at https://www.ejabberd.im Roster https://www.ejabberd.im/node/430#comment-917 <p>I don't use because i can't configure it correctly.. Could You post here your<br /> %{odbc_server, "DSN=ejabberd;UID=ejabberd;PWD=ejabberd"}.<br /> section from ejabberd.cfg? </p> <p>Of course i need proper syntax, not real data :)</p> <p>Andrzej</p> Fri, 14 Oct 2005 12:23:03 +0000 yeyo comment 917 at https://www.ejabberd.im using ODBC Roster Module ? https://www.ejabberd.im/node/430#comment-907 <p>Is anyone using the ODBC Roster Module ?</p> <p>Tiaan</p> Wed, 12 Oct 2005 06:55:30 +0000 tiaan comment 907 at https://www.ejabberd.im