Skip to content
Home > Programming > Paltalk and OSCAR

Paltalk and OSCAR

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #190915
    MidnightG
    Member

    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

    #190918
    Newbie
    Member

    what is OSCAR protocol ? more details is appreciated

    #190917
    codemastr_
    Member

    @Newbie wrote:

    what is OSCAR protocol ? more details is appreciated


    From Wikipedia, the free encyclopedia
    Jump to: navigation, search

    OSCAR 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.

    #190916

    hm … so u say icq n aol has a partnership over this oscar protocol… thanks for the info mate

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.