What's new

Instant Messaging

  • Thread starter Zer0-One
  • Start date
  • Views 400
Z

Zer0-One

Experienced Member
Messages
2,178
Reaction score
256
Points
220
I'm looking to create an app that is able to utilize protocols for all major IM clients. OSCAR/TOC2 for AIM for instance.

If anyone has any knowledge of these protocols, or has any documentation or anything, please PM me. We've got a big project idea, and it'd be great if we got some help.
 
D

dschu012

Enthusiast
Frame In Gold Seasoned Veteran
Messages
757
Reaction score
380
Points
125
Pidgin is an open source client that can do all of these
 
L

Luxurious Meat

Enthusiast
Messages
610
Reaction score
124
Points
125
libpurple is a open source library written in C++ that handles many IM protocols, and is used in many multi-protocol IM clients like Pidgin, Meebo and Adium.
 
Z

Zer0-One

Experienced Member
Messages
2,178
Reaction score
256
Points
220
libpurple is a open source library written in C++ that handles many IM protocols, and is used in many multi-protocol IM clients like Pidgin, Meebo and Adium.

Thanks, but I'm looking to do this in .NET so that I can easily port it to Linux using Mono. I've found .NET libraries for AIM and MSN so far, and it looks like whatever I don't find, I'm going to have to code from scratch. There is probably enough documentation out there on the packet structure for all of these IM clients. If you guys have any documentation on any IM clients (logging in/sending and receiving messages, packet structure), I'd really appreciate that.
 
Top Bottom
Login
Register