DesignXMPP » History » Revision 3
Revision 2 (Adrian Georgescu, 10/24/2009 07:43 PM) → Revision 3/100 (Adrian Georgescu, 10/24/2009 07:43 PM)
== SIMPLE-XMPP gateway ==
Gateway for Presence and IM based on:
* http://xmpp.org/internet-drafts/draft-saintandre-sip-xmpp-presence-02.html
* http://xmpp.org/internet-drafts/draft-saintandre-sip-xmpp-im-01.html
* http://xmpp.org/internet-drafts/draft-saintandre-sip-xmpp-chat-03.html
* http://xmpp.org/internet-drafts/draft-saintandre-sip-xmpp-groupchat-01.html
== Implementation requirements ==
* SIP/MSRP library is http://sipsimpleclient.com
* XMPP library: to be determined and/or developed
* The server must be non blocking based on a asynchronous reactor (e..g twisted)
* For server process management, logging and notifications '''python-application''' must be used