2

I have implemented MUC in openfire in which I am working on file sharing thing which is not working in my case. When I use:

FullJID = JidCreate.entityFullFrom("groupname@conference.domain name/resource name") for transferring file it is not working and 

When I use:

FullJID = JidCreate.entityFullFrom(group+"@conference."+Constant.DOMAIN_NAME+"/"+group+Receiver+"@conference."+Constant.DOMAIN_NAME+"/"+Constant.RESOURCE)

It is working fine but in that case I have to send file separately to each member of the group.

Is there any permanent solution in which we send file in group on single hit?

scott_lotus
  • 3,171
  • 22
  • 51
  • 69
WDeveloper
  • 33
  • 5
  • This is usefull for you https://www.quora.com/What-is-the-preferable-way-to-for-sending-file-image-video-with-xmpp-stanza – Bharat Dangar Feb 16 '17 at 10:59

0 Answers0