net-im/ejabberd-2.0.5-r3 keyword and ebuild update to support ODBC email address as login name. Reproducible: Always Steps to Reproduce: 1. Create a ODBC connection with mysql. 2. Create a new ejabberd user from the xmpp application 3. Look inside the database and you will not see the domain name. Actual Results: product does not display username@domain in a mysql connection (ODBC) Expected Results: package should at least give the option to use username@domain inside the mysql tables.
Created attachment 201785 [details] ejabberd-2.0.5-r3 updated use flags this patch add the keyword emailaddr. this is probably poor programming but if someone else has a better idea, i am open to discussion. Also, keywords renaming might be a good idea
i forgot to include some stuff in my description This is so that the application can use virtual domains more efficiently. 1-Before, each virtual domain were not isolated between each others. 2-now, each virtual domains are isolated between each others. - example: user@foo.com can exist in domain foo.com. user@foo.net can exist in domain foo.net. - Before this update, i was getting duplicated user error. - chat room fix example: User from domain foo.net are no longer able see the chat room of foo.com (this is the expected result) - Before this update, users were able to go in other virtual domain chat rooms.
Thank you for report Patrick. Discussion of this issue was already upstream started here: https://support.process-one.net/browse/EJAB-1131 In any case it's better to avoid adding features in ebuild which will extremely hard to maintain at times upstream rewrites code to support this feature differently (they discuss to add column or... hard to guess what happens). Resolving upstream.