I’m currently writing a jami client in python (PyQt6) intended to run on linuxphone.
I did fix some bugs in controller.py. @Ovari did backport that to main tree.
I’m currently focused on voice only. I have a PC running TuxedoOS, a FairPhone running /e/ and two PinePhones running Mobian. The /e/ uses Android official package. For others, I did compile jamid myself and use only home made client.
My client is able to call, accept, refuse, talk, hold, unhold, hangup.
I see in jamid logs messages about invitations and contacts. But I do not see related entry points in controller.py.
Where can I read what is expected about contacts and invitations? Are they needed to operate? It seems some bits are as some of the links between my clients do work and others not…
Thank you for previously advising on how to set up Jami for PinePhone. The following is a link to set up Jami for PinePhone instructions.
Can you please advise how to set up Jami for TuxedoOS and Jami for FairPhone to be included in the following Set up Jami link on the Jami documentation site?
It may make it easier if you want to create separate new topics for Jami for TuxedoOS and Jami for FairPhone.
I guess I had a false negative about some links as it appears one of my test client had not created its identity yet
and for my current little voice only application, everything seems to works as expected regarding the communication between peers without use of neither contacts nor invitations.
I’m starting an intensive test phase in real usage scenarii to assess the usability and reliability of the solution. I really hope Jami will fit the bill here
PS: @ovari I cannot mark a post as solved in the developer section of the forum…