Hello,
I am developing an application using the Smack API. I am already familiar with most of its features. I have successully use thed createAccount(String username, String password) method, but I would like to store another string variable with this. I have experimented with the create account method that uses a Map Object in its constructor…createAccount(String username, String password, Map attributes) . I have had little success with this. Can someone post the proper way to use this method? (ie) putting values in the attributes, as well as retrieving an attribute…Or possibly an alternate way (something besides rewriting another constructor to use)
thanks in advance