Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6025219
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T04:16:10+00:00 2026-05-23T04:16:10+00:00

I need just a simple Objective-C app or API that can send and receive

  • 0

I need just a simple Objective-C app or API that can send and receive IMs to a single user.

BARE BONES.

I’ve looked at Skype, but the Objective-C part looks really outdated. AIM is preferred, but anything that can send and receive IMs is perfect.

Is there an API for this? For AIM or Skype?

Examples would be appreciated, and remember, I’m totally new to Obj-C.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T04:16:11+00:00Added an answer on May 23, 2026 at 4:16 am

    I am currently working on an Objective-C implementation of the OSCAR (AIM) protocol. It is being updated on GitHub. If I understand what you want to do correctly, the library, although incomplete, will meet your needs. It can send and receive messages, and work with status messages. It can also read the buddy list if you are interested in that. The entire library should be finished by the end of the month, and you can check it out on GitHub:

    https://github.com/unixpickle/LibOrange

    Signing on is this simple:

     login = [[AIMLogin alloc] initWithUsername:username password:password];
     [login setDelegate:self];
     if (![login beginAuthorization]) {
         NSLog(@"Failed to start authenticating.");
         abort();
     }
    

    Once signed on, sending messages works like this:

     AIMMessage * reply = [AIMMessage messageWithBuddy:[message buddy] message:@"Test"];
     [theSession.messageHandler sendMessage:reply];
    

    Obviously, you can check out the sample on GitHub, but I thought I would put that sample code to wet your appetite. Enjoy!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Seems so basic, I can't believe I don't know this! I just need a
I need a collection that works just like a Dictionary/Hashtable in a sense that
Can someone summarise the key pieces of objective-c code that would assist in solving
Any Example suggestion that really works currently with Twitter OAuth? I just need a
Hi I’m making a simple program in Objective-C and I need to get the
I just need to retrieve a public user feed, but some aspects of Twitter's
I just need a file (picture, pdf or other type file for printing) of
This code does not seem to compile, I just need to write something to
I need to get just the first item (actually, just the first key) off
I need some help with jQuery script again :-) Just trying to play with

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.