Cloudkibo / iOS

iOS Code
0 stars 0 forks source link

Use HTTP requests for realtime file sharing #504

Closed sumairasaeed closed 7 years ago

sumairasaeed commented 7 years ago

We implemented file sharing when we were using socket.io for sending and receiving chats. We had implemented socket logic for sharing file info/statuses i.e. issue #295. Later, we replaced socket with http requests for chat messaging. Here we need to do same for file sharing.

sumairasaeed commented 7 years ago

Worked on this. This has been completed now

jekram commented 7 years ago

Thanks