tox-rs / rstox

Rust bindings to c-toxcore
GNU General Public License v3.0
17 stars 7 forks source link

Add support for new groupchats #2

Open subliun opened 9 years ago

subliun commented 9 years ago

This would be useful and you'll have to do it eventually. You can just put it in a different branch. The API is here https://github.com/JFreegman/toxcore/blob/new_groupchats/toxcore/tox.h#L781-L1080

suhr commented 9 years ago

Sure, when they get less broken.

zetok commented 9 years ago

from what I've heard, they are supposed to have a sane API now https://github.com/JFreegman/toxcore/blob/new_groupchats/toxcore/tox.h#L2290

suhr commented 9 years ago

Indeed they have. Will implement ~later.