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

javascript - Why Selenium can't find an element that is graphically visible -

java - How to compare two classes -

mysql - Gateway Timeout Error on Insert 70000 record using Hibernate in Java -