Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I have done some internal bots for my company using the <a href="http://en.wikipedia.org/wiki/Xmpp" rel="nofollow noreferrer">XMPP</a> (Jabber) protocol, I've used the <a href="http://www.ag-software.de/index.php?page=agsxmpp-sdk" rel="nofollow noreferrer">agsXMPP SDK</a> and the <a href="http://code.google.com/p/jabber-net/" rel="nofollow noreferrer">Jabber.NET</a> client libraries, I was looking for APIS to work with YIM, AIM and Windows Live Messenger but I've found only COM exposed APIS, nothing for .NET...</p> <p>But an idea comes to my mind, with the XMPP Protocol you can configure a local server with IM Gateways, that allow users to access networks using other protocols through your server</p> <p>I use eJabberd, you can install a variety of <a href="http://www.ejabberd.im/tutorials-transports" rel="nofollow noreferrer">transport gateways</a> to connect with other IM protocols (<a href="http://www.ejabberd.im/pyaimt" rel="nofollow noreferrer">AIM</a>, <a href="http://delx.net.au/projects/pymsnt/docs/user.html" rel="nofollow noreferrer">MSN</a>, <a href="http://www.ejabberd.im/pyicqt" rel="nofollow noreferrer">ICQ</a>, <a href="http://www.ejabberd.im/google-talk" rel="nofollow noreferrer">GTalk</a>...</p> <p>To GTalk you can <a href="http://www.ag-software.de/index.php?page=google-talk" rel="nofollow noreferrer">connect directly</a> using the libraries I mention...</p> <p>A sample ICQ gateway:</p> <p><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/36/Wie_ein_Jabber-Transport_funktioniert.svg/800px-Wie_ein_Jabber-Transport_funktioniert.svg.png" width="600"/></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload