Bug 170762

Summary: Kopete reports valid AOL screen names as invalid when attempting to add them to your buddy list
Product: [Unmaintained] kopete Reporter: Riskable <riskable>
Component: ICQ and AIM PluginsAssignee: Kopete Developers <kopete-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: 0.60.1   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Riskable 2008-09-09 19:45:32 UTC
Version:           0.60.1 (using KDE 4.1.1)
OS:                Linux
Installed from:    Ubuntu Packages

When trying to add a perfectly valid screen name to your AIM buddy list such as user@domain.com Kopete reports, "You must enter a valid AOL screen name".  This behaviour is incorrect.  The validation code should be modified to allow jabber-like addresses.

FYI:  I'm not sure when it started but AOL does allow connections via federated channels (such as Jabber/Gmail) to their chat network.  You can even use the Jabber protocol to connect to AIM if you use their XMPP gateway (xmpp.oscar.aol.com).

For reference, a buddy list downloaded from the server containing user@domain.com addresses works fine in Kopete.  The only thing that appears to be broken in this context is the validation code that prevents users from adding new addresses to the buddy list.
Comment 1 Roman Jarosz 2008-12-28 12:52:54 UTC
Could you tell me (mail me) exactly the AOL screen name that doesn't work because user@domain.com works.
Comment 2 Roman Jarosz 2008-12-29 11:42:37 UTC
SVN commit 902819 by rjarosz:

Relax AIM screen name validation. Only check if it isn't ICQ number.

BUG: 170762



 M  +2 -2      aim/ui/aimaddcontactpage.cpp  
 M  +2 -2      icq/ui/icqaddcontactpage.cpp  
 M  +1 -4      oscarprivacyengine.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=902819