teuf <(E-Mail Removed)> wrote:
>I want do a software that notify me error over AIM .
> But with this Net::Jabber lib, you must connect to a AIM server ?
> I want to force my AIM packet and send it directly to a IP with a AIM
> client.
You can't do that without breaking the TCP/IP stream your client has
got to the AIM servers in Virginia USA.
> So how can i force this packet ??
You would need to read up on man-in-the-middle attacks on existing
TCP/IP streams, which involves forging IP level packets to both the
client and the server. You really should not be contemplating this for
"production" use.
Why can't your program appear as just another AIM client, and do it
"the right way"?
Chris