// Get scriptable user: either self namespace of BBMPlatformUser instance
final Object scriptableUser;
if(user instanceof UserProfile) {
scriptableUser = SelfNamespace.getInstance();
} else if(user instanceof BBMPlatformContact) {
scriptableUser = new BBMPlatformUser(user);
} else {
scriptableUser = Scriptable.UNDEFINED;
}
final Object[] args = {