smack - how to add new buddy in roster in xmpp -


hi using smack.jar.i able connect gtalk using it.using roster.getentries() i can buddy list.but how can add new friends buddylist.is there api smack exposes add new users??

thanks

i've been using create new contacts in standard xmpp server (can't tell gtalk):

  roster roster = xmppconnection.getroster();   // jid: string, user: string, groups: string[]   roster.createentry(jid, user, groups); 

Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -

PostgreSQL 9.x - pg_read_binary_file & inserting files into bytea -