I am using group chat with open fire.
i can able to send messages but how to send file to group with Smack library.
i can able to send file to single user with below but i don't know how to send to group chat (MUC) so all users in room will receive that file
OutgoingFileTransfer transfer = manager.createOutgoingFileTransfer("usre2@myHost/Smack");