I have code I wrote using xmpp to all users to communicate with my code through instant messages. Since I'm in a Microsoft shop now I'd like to convert this code over to use Microsoft Lync. Problem is all the samples I've found only show you how to build thick clients with a ui. I am building a library that will be called by code running long processes so there will be no user or UI.
Can anyone point me to some good examples or tutorials that will get me to the point where I can login to an account and send/receive messages to individuals/groups.