我将在我的应用程序中集成聊天模块。它是一个移动应用程序,前端是swift,后端是spring boot。所以我的聊天模块将有功能:)
1) There will be a one to one chat,not a group chat
2) i have to send push notification to user when user goes offline or app closed
3) i have to show online users list on user's dashboard
4) i have to store messages in database
5) User can send images,videos in chat
我知道这些功能在所有现代移动应用程序中都很常见。
我对消息协议很陌生,请给我建议一个最适合我要求的协议。
任何建议都会有帮助的,谢谢
看一下消息会话中继协议(MSRP)