aksonov / aksonov/react-native-xmpp

Different Xmmpp.on('message', message) for Android and IOS

Open
#120 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Objective-C
Stars
310
Forks
96
PR merge metrics
No merged PRs in 30d

Description

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
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.