Xmpp library for Visual basic language

293 Views Asked by At

https://xmpp.org/software/libraries.html

which xmpp library has to be used for VB.NET language, I haven't seen VB.NET language mentioned in language column? currently, I am using agsxmpp for C#.

1

There are 1 best solutions below

0
vitalyster On

You can use any C# library from VB.NET transparently, just add reference to the that library in your project and you will see classes as they where written in VB.

And also you can use most of C libraries (if they work under Windows) via P/Invoke