Lol what????
Lol what????
There is no ISO or ANSI standard for "sending messages to online chats". The only thing certain is that your program will require a "main()" function. As for everything else "it depends".
But there must be a series of processes to do,so that I send msgs, right?
I don't have a particular chat system.I just want to enter a url of any chat and post there..
Elaborating on "it depends": You might need TCP sockets, UDP sockets, with or without encryption, with or without authentication, using a simple HTTP-like protocol, using something like IRC, using a proprietary API or protocol, using screen scraping and keyboard stuffing into a web-based page with no exposed API, some of all of the above in a pluggable fashion, etc.
Bookmarks