I've been using this to create new contacts in a standard XMPP server (can't tell about gtalk):
Roster roster = xmppConnection.getRoster();
// jid: String, user: String, groups: String[]
roster.createEntry(jid, user, groups);
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…