0

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#.

bilal
  • 648
  • 8
  • 26

1 Answers1

1

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

vitalyster
  • 4,980
  • 3
  • 19
  • 27