Android chat application architectures -


i have requirement need build group chat application. chat app contain multimedia messages.

as know can architect chat app using gcm/fcm , xmpp protocol. problem gcm/fcm is, cannot handle multimedia messages , xmpp heavy architecture.

do have other servers or architectures apart gcm/fcm , xmpp?

thank you

use fcm. when want multimedia items use url of items. fcm can send receive urls easily.

you can point multimedia files stored on hosting servers.


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -