Good afternoon,
First of all, I would like to thank the developers for their work on libstrophe.
Over the last weeks I have been using the library to get a better understanding of XMPP and it has been a real pleasure. I am currently working on a Julia (https://julialang.org/) binding for libstrophe. As is the common practice for this language, I have registered a binary package that makes it easy to distribute the shared library to Julia users (https://github.com/JuliaBinaryWrappers/libstrophe_jll.jl/). At this time, I have not been able to cross-compile it for Windows machines (cross-compilation is required here), but I will try to patch the library later. In the Julia ecosystem, this kind of binary package is usually accompanied by a binding package that makes it easier to use the library. I have started to work on this (https://github.com/Klafyvel/Strophe.jl). In its current state, the binding gives a nearly 1:1 binding to the C library. As is the common usage in Julia, I gave it a name based on the C library. Before registering the package on the Julia Registry, I would like to ask a few question:
Thank you for your opinions on these matters,
Best,
Klafyvel