Project:Onlinestatus Indicator
Version:4.7.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:xeniac
Status:closed (fixed)

Issue Summary

module reject my login i dont understand why
maybe because it is too long : philppedeschamps@mac.com
i have try to hack the code but nothing appear wrong ???

Comments

#1

The Registration-Rules for AIM Screennames are:
3-16 letters or numbers. It must start with a letter.

The onlinestatus module makes a check against this rules, so your screenname is to long and has illegal characters
Maybe your Screenname is only "philppedeschamps" ?

#2

no i'm sure

because i use my .mac account login to contact aim and ichat user.
there is a compatibility beetween them

#3

Assigned to:Anonymous» xeniac

Please add me to your iChat buddylist and drop me a message, my AIM Screenname is xen1ac.

#4

Status:active» needs review

i changed the reg-ex to

if (preg_match('/^([a-zA-Z][a-zA-Z0-9]{3,16}(@mac\.com)?)$/', $account)) {
        return true;
      }

This works for all AIM accounts that i know.

#5

Status:needs review» fixed

Seems to be fixed.

#6

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.