mod_configure2 / ODBC

Shortly after setting up my ejabberd 1.1.2 server, I migrated from Mnesia to ODBC. Everything seemed to work just fine until...

Upon sending the following IQ query...

Quote:

<iq id='25'
to='ejabberd-server'
type='get'
xml:lang='en-US'>
<info xmlns='http://ejabberd.jabberstudio.org/protocol/configure'/>
</iq>

I got the following response...

Quote:

<iq from='ejabberd-server'
to='me@ejabberd-server/tkabber'
id='25'
type='result'>
<info xmlns='http://ejabberd.jabberstudio.org/protocol/configure'
registered-users='36'
online-users='0'
running-nodes='1'
stopped-nodes='0'
outgoing-s2s-servers='0'/>
</iq>

It appears as if this information is coming from the Mnesia database instead of my SQL Server database.

My question is: Has anyone had a need to patch this already? Does someone have a mod_configure2_odbc?

Just thought I'd ask before I start working on it. If anyone has any suggestions as to how I should get started with the patch, I'd also appreciate the help.

AFAIK mod_configure2 is

AFAIK mod_configure2 is obsoleted and that's the reason why there is no odbc alternative. The only reason why it is still in ejabberd, is because Alexey forgot to remove it.

--
sander

mod_configure2 or mod_stats ?

To collect similar info, is the preferred method in ejabberd to use Statistics Gathering (XEP-0039 [deferred])?

Syndicate content