Hi, Did you have a look at:
http://www.codeproject.com/Articles/644318/Off-The-Record-OTR-Security-Proto col I'm implementing a native C# OTR library as well, but haven't made much progress the last year, although I just started picking it up again. It's nowhere near to finished: https://github.com/southernsun/otr Greetings Bjorn -----Oorspronkelijk bericht----- Van: [email protected] [mailto:[email protected]] Namens Ian Goldberg Verzonden: Thursday, April 16, 2015 3:11 PM Aan: [email protected] Onderwerp: Re: [OTR-dev] libotr binding for C# Micro, Thanks for your interest in libotr! Have you looked at the bindings to libotr for other languages? I know for sure there's Python, javascript, Perl, and objective-C at least. I think most of the symbols in the .h files are intended to be public, with the exception of the context_priv.h header file. But I might suggest you do it in a "top-down" / "lazy" approach: you'll definitely need the functions in message.h. So implement bindings to those, and then as you discover other things you need, implement them as well. Thanks, and feel free to ask more questions. I won't be able to answer anything C#-specific, I'm afraid, but perhaps others here can. - Ian _______________________________________________ OTR-dev mailing list [email protected] http://lists.cypherpunks.ca/mailman/listinfo/otr-dev _______________________________________________ OTR-dev mailing list [email protected] http://lists.cypherpunks.ca/mailman/listinfo/otr-dev
