Hi,
I am trying to implement a web-based call to open up a conversation with a particular user, bypassing the messenger dialog.
i.e. for example, using a simple javascript, I could converse with user "test2". I am test1. I have tried using Chat_OpenContact('test2') but there two problems:
1) It launches the Messenger Dialog First, then tell me there a message from test2 (when there was no message from test2).
2) Then I must click on "OK" to launch the chat window.
Is there a way to do it cleanly such that:
1) Messenger Dialog is not shown at all.
2) I don't see the prompt that says "test2 sent you a message"...
I am trying to do a "facebook style" where by a click on the username will trigger the cutechat chat conversation window directly.
Appreciate your technical advice on this matter.
Thank you.