public MapleFetion(String serviceId, String pass)
{
this.client = new FetionClient(serviceId, pass,
this,
new AutoTransferFactory(),
new SimpleFetionStore(),
new ThreadTimer(),
new SingleExecutor());
this.reader = new BufferedReader(new InputStreamReader(System.in));
this.writer = new BufferedWriter(new OutputStreamWriter(System.out));
this.buddymap = new Hashtable<String, String>();