DesignXMPP

Version 1 (Adrian Georgescu, 10/24/2009 07:42 pm)

1 1 Adrian Georgescu
== SIMPLE-XMPP gateway ==
2 1 Adrian Georgescu
3 1 Adrian Georgescu
Gateway for Presence and IM based on:
4 1 Adrian Georgescu
5 1 Adrian Georgescu
 * http://xmpp.org/internet-drafts/draft-saintandre-sip-xmpp-presence-02.html
6 1 Adrian Georgescu
 * http://xmpp.org/internet-drafts/draft-saintandre-sip-xmpp-im-01.html
7 1 Adrian Georgescu
 * http://xmpp.org/internet-drafts/draft-saintandre-sip-xmpp-chat-03.html
8 1 Adrian Georgescu
 * http://xmpp.org/internet-drafts/draft-saintandre-sip-xmpp-groupchat-01.html
9 1 Adrian Georgescu
10 1 Adrian Georgescu
== Implementation requirements ==
11 1 Adrian Georgescu
12 1 Adrian Georgescu
 * SIP library must be http://sipsimpleclient.com
13 1 Adrian Georgescu
 * XMPP library: to be determined and/or developed
14 1 Adrian Georgescu
 * The server must be non blocking based on a asynchronous reactor
15 1 Adrian Georgescu
 * For server process management, logging and notifications '''python-application''' must be used