aksonov / aksonov/react-native-xmpp
Different Xmmpp.on('message', message) for Android and IOS
未关闭
- 主要语言
- Objective-C
- 星标
- 310
- 派生
- 96
- PR 合并指标
- 30 天内没有已合并 PR
描述
Hello @aksonov
Thanks for the the library. My issue is Im getting different Xmmpp.on('message', message) for Android and IOS.
While Recieveing Message this is the Format:
IOS : {
"active": "",
"from": "sender address",
"id": "a29bce20-bf0b-423d-93ff-e2a6946de468",
"type": "chat",
"to": "reciever address",
"body": "asasa",
"origin-id": {
"id": "a29bce20-bf0b-423d-93ff-e2a6946de468"
}
}
Android:```
{
"src": "ggg",`
"from": "sender address",
"body": "ggg",
"subject": null,
"thread": null
}
```
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。