How to achieve file sharing through xmpp in ios - ios

I am working on a chat application through xmpp i have done one to one and MultiUser Chat. So please tell me how to do file sharing in XMPP.

Related

How to send image/Video,Voice Chat using xmpp IOS

I am creating a chatting app using XMPP. The text chat functionality is working fine. Now I want to send audio, video and images. Can anyone tell me how to do that? I am using core data. It will be better if you guys can suggest me about UI also.
Any samples like WhatsApp are welcome.

How to integrate xmpp with Openfire server in iOS app ?

I want to make an chat app for iOS using xmpp and Openfire server. I have set up the server and currently running well, but I am not getting how to integrate the xmpp using Openfire?
I have also gone through some tutorial but in that tutorials they used a jabbered client.
Appreciate any help..
I found some thing like what that I need here https://github.com/processone/xmpp-messenger-ios

messageUI.framework useful in sending pictures?

Can one use messageUI.framework in swift to send photos to someone the way snapchat does? I've done it using parse, but looking for a different way.
You can not use messageUI.framework for sending the photos.
if you want snapchat functionality you should use XMPP.
This is iOS framework for XMPP
https://github.com/robbiehanson/XMPPFramework also, you should require XMPP server
For XMPP server please, check openfire and ejabberd

XMPP using OpenFire in iOS

How can we use XMPP and Openfire to send files to another iOS devices which are on different networks.
I have developed the source code that is working on same network to send the files but the same code is not working to send the files to different network.
Let me know if you have any solutions for these issues.

what mechanisms used by Whatsapp and Viber for Chatting and messaging

I am searching some thing about Whatsapp and Viber.
They are providing Free calls ans SMS and Chatting functionality over VOIP.
Can any one identify what kind of Mechanisms are used by both application .
Means For Chat what kind of protocols are used and other details. and any other code which may be usefull to create chat applications like these.
please provide some details.
Whatsapp uses a custom XMPP server, Viber uses their own SIP voip server.
There are some opensource libraries for XMPP.

Resources