Edit MS Lync conversation chat in java
Asked Answered
B

1

8

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

<a href="im:<sip:[email protected]>">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

Beadle answered 29/9, 2016 at 10:36 Comment(1)
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 breachAmparoampelopsis

© 2022 - 2024 — McMap. All rights reserved.