DesignXMPP

Version 8 (Adrian Georgescu, 10/24/2009 08:02 pm) → Version 9/100 (Adrian Georgescu, 10/24/2009 08:08 pm)

== SIMPLE-XMPP gateway ==

The goal of this projects is to implement a bidirectional gateway for Presence and IM based on the following IETF specifications:

* 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 ==

* For integration with operating system [http://pypi.python.org/pypi/python-application/ python-application] must be used
*
SIP/MSRP library from http://sipsimpleclient.com
* The server must be non blocking based on a asynchronous reactor (e..g twisted)
* For integration with operating system [http://pypi.python.org/pypi/python-application/ python-application] must be used
* XMPP library: to be determined and/or developed