Virtual Hosting with full JID for username

Is there a way to tell ejabberd to use the full jid of the user as a key/username for odbc authentication and storage?

I have my server with one table for all users across all domains, etc. I can replace ejabberd's users table with a view into my auth table, however it seems that ejabberd is dropping the domain part when it does it's authentication sql queries. It also seems that in storing various bits of data in odbc, the "user" key lacks the domain part of the jid. Is there a switch or option that I can set that would make all queries use the full jid for the username? If not, is there a specific function/method/whatever that is used to get the username that I can "hack" so that it returns the full jid instead of just the user part?

The rationale is that without this, I'll have to create individual user views and ejabberd databases for each virtual host I wish to define. Anyone setting up virtual hosting with SQL and wants to have seperate joe@example1 and joe@example2 users would have the same issue. If the username was specified as the full JID of the user instead of just the user part, then virtual hosting on odbc could be very simple. This would be a good feature to have and (I'd think) an easy option to implement.

Syndicate content