DesignXMPP

Version 22 (Adrian Georgescu, 09/01/2010 06:13 pm)

1 16 Adrian Georgescu
= XMPP Gateway =
2 13 Adrian Georgescu
3 22 Adrian Georgescu
The goal for this project is to implement a bidirectional gateway for Presence and Instant Messaging between SIP and XMMP protocols based on the following IETF specifications:
4 12 Adrian Georgescu
5 13 Adrian Georgescu
 * http://xmpp.org/internet-drafts/draft-saintandre-sip-xmpp-presence-02.html
6 8 Adrian Georgescu
 * http://xmpp.org/internet-drafts/draft-saintandre-sip-xmpp-im-01.html
7 13 Adrian Georgescu
 * http://xmpp.org/internet-drafts/draft-saintandre-sip-xmpp-chat-03.html
8 13 Adrian Georgescu
 * http://xmpp.org/internet-drafts/draft-saintandre-sip-xmpp-groupchat-01.html
9 1 Adrian Georgescu
10 22 Adrian Georgescu
The software must be written in Python programming language. The correspondent protocols are implemented by the following SDKs:
11 21 Adrian Georgescu
 
12 20 Adrian Georgescu
== XMPP SDK ==
13 18 Adrian Georgescu
14 1 Adrian Georgescu
 * http://github.com/fritzy/SleekXMPP
15 20 Adrian Georgescu
16 20 Adrian Georgescu
== SIP SDK ==
17 20 Adrian Georgescu
18 20 Adrian Georgescu
 * http://sipsimpleclient.com