[OTR-dev] libotr binding for C#

Bjorn Kuiper bjorn at kuiper.nu
Thu Apr 16 09:19:29 EDT 2015


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: otr-dev-bounces at lists.cypherpunks.ca
[mailto:otr-dev-bounces at lists.cypherpunks.ca] Namens Ian Goldberg
Verzonden: Thursday, April 16, 2015 3:11 PM
Aan: otr-dev at lists.cypherpunks.ca
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
OTR-dev at lists.cypherpunks.ca
http://lists.cypherpunks.ca/mailman/listinfo/otr-dev



More information about the OTR-dev mailing list