Adium

Ticket #10083 (closed defect: fixed)

Opened 3 months ago

Last modified 1 month ago

Not possible to login with jabber account that contains a "=" in Jabber ID

Reported by: labba Assigned to: am
Priority: normal Milestone:
Component: Jabber/XMPP Version: 1.3svn
Severity: normal Keywords:
Cc: Patch: Accepted
Pending: 0

Description

When I tried to login with my jabber id in the current version of Adium "=" is not a valid character in input field of the "Edit Account" window (Error: The characters you're entering are not valid for an account name on this service.). According to http://trac.adiumx.com/wiki/CreatingJabberAccounts "=" is a valid character in JIDs and also in all other clients for linux/windows I used before my JID worked ;)

I checked out the latest version of the Adium source from SVN and saw that "=" is not white-listed as a valid character in ESJabberService.m

A simple patch would be to add "=" in line 100 and 116 to the list of allowed characters in ESJabberServices.m

Change History

06/12/2008 08:04:49 AM changed by am

  • status changed from new to closed.
  • resolution set to fixed.

(In [23937]) Added = to the list of allowed characters. Fixes #10083. This should probably be handled in a cleaner way (e.g. by implementing the whole spec for this).

08/02/2008 08:51:46 PM changed by Robby

  • patch_status changed from Initially Included to Accepted.