I want to receive and send the message of Chinese qq(OICQ)

I am a Chinese customer, what to use is a smack 3.0.4, I want to receive and send the message of Chinese qq(OICQ), code as follows:

ConnectionConfiguration config = new ConnectionConfiguration(“freelinq.com”,5222,“freelinq.com”);

XMPPConnection con = new XMPPConnection(config);

con.connect();

con.login(username,password);

Message message = new Message("393741012@qq.freelinq.com");

message.setBody(“hello!”);

conn.sendPacket(message);

Wrote to don’'t report so any excrescent, but the my qq good friend could not see me on-line, also could not accept my message, how should write, know of please tell me, thanking!

Message was edited by: liuhaoyong

I think you will have to give us more information. If you have trouble with english, simple sentences will do just fine.