return instance;
}
public void init() {
BBMPlatformContext context = BBMPlatformNamespace.getInstance().getContext();
_contactList = context.getContactListService();
_contactList.setPresenceListener(new MyPresenceListener());
_uiService = context.getUIService();
}