aaronsegura / nctalk-client

Nextcloud Talk Desktop Client
GNU General Public License v3.0
0 stars 0 forks source link

minimum nextcloud (talk) version #1

Open wbob opened 2 years ago

wbob commented 2 years ago

this is fun! memories of xchat. I ran into some errors when the endpoint was a nextcloud v20 / talk v10: capabilities detection, room iteration - expected some fields not present. Took the cue and upgraded to v24.

Do you aspire to be backwards compatible? Do you want to get bugreports (against nextcloud-async)? Or rather just define a minimal API version nctalk is compatible with in the Readme?

aaronsegura commented 2 years ago

Oh, man, Xchat! You're right! Definitely reminiscent of xchat... I'm surprised you found this project. It's not anywhere near ready for prime-time. I figure it will just support API versions that are currently supported upstream, not too worried about backward-compatibility.

I'm currently in the process of abstracting out the UI layer into xml using pygubu. It's highly volatile at the moment, and hopefully will grow pretty quickly once I get most of the UI stuff out of the code. I'll make a note in the README about the version requirements. Thanks for bringing that up.

I'll gladly accept bug reports for nextcloud-async. Extra bonus points if they come with a PR:1st_place_medal: