Sending IMs through an API [closed]
Asked Answered
A

3

6

We're looking at add a new feature to our site which would allow users who want to receive updates about their profile to get them sent directly to their Instant Messaging account (e.g. Yahoo, Live Messenger, AIM, etc.).

We're currently in the preliminary stages, just gathering information and seeing if it's actually something we want to do, so I was wondering if anyone here might be able to help us discover if there's a good solution out there?

There's so many cross-network IM platforms (several leap to mind, Trillian, X-Fire, Meebo, Miranda, Digsby, Raptr, Pidgin) but I really don't know a good place to start with regards to using an API. Is there an open-source cross-platform IM API around?

Anitraaniweta answered 9/11, 2010 at 12:37 Comment(1)
A best way to do it would be using a SMS gateway like Twilio twilio.com/smsCartwell
C
3

You could possibly use libpurple, which is what Pidgin and Adium use. It is GPL'd though, so not sure if this would make it unsuitable, depending on what modifications, if any, you made to it.

Characharabanc answered 9/11, 2010 at 13:2 Comment(1)
Awesome information. That is precisely the type of thing I was looking for, thanks!Anitraaniweta
H
2

Extensible Messaging and Presence Protocol XMPP

That's for Jabber/XMPP.

But the rest are all closed source projects with closed protocols. The cross-network IMs are all using reengineered protocols like libpurple.

Huntlee answered 9/11, 2010 at 13:2 Comment(0)
V
2

Libpurple is a core api that you can build your IM support on. It is used by several of the clients you mentioned, including several web applications.

Verdieverdigris answered 9/11, 2010 at 13:5 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.