Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 282119 - net-im/ejabberd-2.0.5-r3 small issues
Summary: net-im/ejabberd-2.0.5-r3 small issues
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Caleb Tennis (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-20 16:11 UTC by Patrick Legault
Modified: 2010-01-18 20:57 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ejabberd-2.0.5-r3 updated use flags (ejabberd-2.0.5-r3.ebuild,4.98 KB, text/plain)
2009-08-20 16:12 UTC, Patrick Legault
Details

Note You need to log in before you can comment on or make changes to this bug.
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.