Zoxcore / Antidote

Reboot of the Tox Messenger for the IPhone
Mozilla Public License 2.0
18 stars 5 forks source link

Bug in chat with Android client #142

Open SiNaPsEr0x opened 2 years ago

SiNaPsEr0x commented 2 years ago

image

But on my Phone is ok The chat

zoff99 commented 2 years ago

this is a problem with aTox see: https://github.com/zoff99/ToxAndroidRefImpl/issues/325

all other Tox clients handle UTF-8 encoding properly we have asked the aTox developer to handle this, but until now it was not fixed in aTox.

SiNaPsEr0x commented 2 years ago

ok but why you don't use a toxext ?

zoff99 commented 2 years ago

its not a issue of toxcore or toxext. in C strings are terminated at the first NULL byte. everything after that is not part of the string. tox uses bytes and has no knowledge of strings or text. sadly iOS does not allow an app to run in the background, this makes it very difficult to use any Tox Client on iOS.

SiNaPsEr0x commented 2 years ago

Thanks for the explanation

zoff99 commented 2 years ago

thank you for your feedback, we know this issue is not optimal at this time. if you and your friends are using qTox <-> Antidote there will be no issue. also TRIfA <-> Antidote will work fine. TRIfA will wakeup Antidote with PUSH Notifications qTox (https://github.com/Zoxcore/qTox) will also wakeup Antidote with PUSH Notifications (but that is NOT an official qTox verison!)