聊一聊XMPP互动消息体
手动测试地址: http://123.59.61.116:8888/demo/chat.jsp
消息体格式: JSON
版本:互动电视5.3开始
格式说明:
{
"type":"ad",
"adtype":"web",
"is_need_login":"true|false",
"image_url":"http://www/xxx.jpg",
"title":"文本信息",
"click_url":"http://www", //H5 url
"show_time":"2" //显示时长(秒数,0-不显示,-1-一直显示)
}
{
"type":"message",
"mbody":"消息内容",
"from_uid":"123"
}
{
"type":"redPackage", //红包
"title":"追风筝的人", //用户
"descript":"恭喜发财,大吉大利", //红包留言
"click_url":"http://www" //抢红包地址
}
{
"type": "roomData" // 房间用户和主播数据
"audience": "" // 房间观众数量
"chinaCoin": "" // 主播中国币数量
}
{
"type": "notice", //消息通知
"action": "0", //系统消息 0表示系统消息; 1表示点赞; 2表示有人进入直播间 3表示分享 4表示关注
"mbody": "message content" //消息体
}
{
"type": "population", // 房间用户和主播数据
"audience": "" // 房间观众数量
}