Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 282119

Summary: net-im/ejabberd-2.0.5-r3 small issues
Product: Gentoo Linux Reporter: Patrick Legault <patrick>
Component: New packagesAssignee: Caleb Tennis (RETIRED) <caleb>
Status: RESOLVED UPSTREAM    
Severity: enhancement CC: net-im
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: ejabberd-2.0.5-r3 updated use flags

Description Patrick Legault 2009-08-20 16:11:11 UTC
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.
Comment 1 Patrick Legault 2009-08-20 16:12:56 UTC
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
Comment 2 Patrick Legault 2009-08-20 16:28:47 UTC
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.
Comment 3 Peter Volkov (RETIRED) gentoo-dev 2010-01-18 20:57:30 UTC
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.