I use Smack and xmpp to send messages in the application, when I try to send a picture, I get the error: java.lang.IllegalArgumentException: The provided user id was not a full JID line in this line is:
OutgoingFileTransfer transfer = manager.createOutgoingFileTransfer(id); Before that I recognize the user id through:
String id= roster.getPresence("test2@irynas-macbook-air.local").getStanzaId(); What's wrong? Where to get full JID ?
getStanzaId()-getFrom()? - pavlofff