*/
public LiveV2ChatDialog(Buddy mainBuddy, FetionContext client)
{
super(mainBuddy, client);
this.messageFactory = new MessageFactory(client.getFetionUser());
this.buddyEnterHelper = new BuddyEnterHelper();
this.buddyList = new ArrayList<Buddy>();
}