- This topic has 3 replies, 4 voices, and was last updated 17 years ago by Newbie.
-
AuthorPosts
-
January 21, 2007 at 1:41 am #190915MidnightGMember
Hello,
Most of the source code I have found on the net involved subclassing the paltalk messenger and sending text into the messenger by using the findwindows api.
While using a packet sniffer, it looks to me like Paltalk is just using the OSCAR protocol.
Does anyone have any information on whether this is true, and wether I can just port an old AIM Oscar bot to be used in PalTalk?
Any advice would be welcome.
MidnightG
January 21, 2007 at 10:50 pm #190918NewbieMemberwhat is OSCAR protocol ? more details is appreciated
March 31, 2007 at 11:10 am #190917codemastr_Member@Newbie wrote:
what is OSCAR protocol ? more details is appreciated
From Wikipedia, the free encyclopedia
Jump to: navigation, searchOSCAR is AOL’s instant messaging and presence information protocol standing for Open System for CommunicAtion in Realtime. Currently OSCAR is in use for AOL’s two main instant messaging systems: ICQ and AIM.
Despite its name, the specifications for the protocol are proprietary. AOL has gone to great lengths to keep competitors, namely Microsoft, Jabber, and Cerulean Studios, from implementing compatible clients for their proprietary messaging system. In 2002, AOL signed a contract with Apple Computer, allowing them to use it (as well as AOL’s own code libraries) in their iChat program. This allows iChat users to interact with ICQ and AIM users directly. As part of the deal, Apple’s .Mac service could hook into the service by allowing .Mac members to log in using their .Mac accounts (in the form of the full e-mail address  username@mac.com) on the AIM network.
Large parts of the protocol are nowadays understood after reverse-engineering the protocol, implemented by an ever-increasing number of 3rd party clients.
Now.. If you write an AIM Client, using the OSCAR Protocol would work because it does not change… Using the Original AIM Protocol would be trouble because it is Encrypted and intends to change alot.
April 2, 2007 at 11:41 am #190916The UnforgivenMemberhm … so u say icq n aol has a partnership over this oscar protocol… thanks for the info mate
-
AuthorPosts
Related
- You must be logged in to reply to this topic.