Android : How to set profile picture in xmpp aSmack android?

on Sunday, January 18, 2015


Can anyone help me to set profile picture through aSmack library in android. Here I am using the openfire server. I am able create the account using following line,



AccountManager accountManager = AccountManager
.getInstance(connection);
accountManager.createAccount(USERNAME, PASSWORD);


But, I cannot set profile picture. can anyone help me?


0 comments:

Post a Comment