QUOTE(TheUberOverlord @ Tue Oct 16 2007, 13:30) [snapback]452625[/snapback]
I am confused, if the HREF is located as part of your web page, how can the user change the "Intial" topic of the chat, if you have an applicaton that is reading all chat messages and does something when it sees a specific topic come in, this will work. You will get the message what the topic you used, and you will see it is from a "Specific" Skype name, when you then can chat back and forth with using a bot. The Bot could leave any messages that do not have a chat topic of "X" alone.
What part of this won't do the job for you?
Ill try to explain it a bit more.
If a user looks at my homepage and needs support he clicks the support HREF link (skype:teknograd?chat&topic=support).
His Skype will open up a chat window to "teknograd". But if he doesn't write a message nothing will trigger my bot.
Obviously the normal user would write something in the chat. But if I could trigger the bot directly when the user clicks my HREF link the bot can "prepare" it self.
Example. I could have different topics (support, admin, sales) and route the user to the correct Skype group who should answer the user.
So I could off course wait until the user writes something, but if I in some way could initiate the chat as soon as the user clicks the HREF (thats what I tried to illustrate with "skype:teknograd?chat&topic=support&message=hello\r\n") I could greet the user with useful information directly.
What do you think? Is it possible?