8

I am launching MS lync chat from an web application by using

<a href="im:<sip:someone@domain.com>">Go</a>

How can i set conversation title in java?

Update : How can i capture the text event? I want to retrieve chat for some other processing. Similar to this How to retrieve IM message from lync client 2013 communication

On some event like closing the chat window, I want to save the chat in db.

Update 1 : Something like this. They are in .net https://github.com/PhilippeRaemy/LyncLog https://github.com/bujocek/LyncIMLocalHistory

Community
  • 1
  • 1
happy
  • 2,550
  • 17
  • 64
  • 109
  • what do you mean by "text event". Would you like to get full text of the chat? I hope it's not possible - this would be terrible security breach – Piotr Reszke Oct 05 '16 at 19:58