Small bug in Roster.as

in Roster.as line 584 of handlePresence() in case Presence.UNAVAILABLE_TYPE has:

break;[/code]

which stops the loop from finding the jid in other groups.

It’'s the same issue that was on line 601.

The break shouldn’'t be there: