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