How to develope client program for openfire in vb.net

I want to write a chat client for openfire server in vb.net, any ideas where to start? Thanks

You would need a VB.NET XMPP library.

See http://xmpp.org/xmpp-software/libraries/

I don’t see any there, but maybe you can also use other .NET llibraries.

If nothing fits your needs, you would need to write your own XMPP library first.

thanks !