Project

General

Profile

DesignXMPP » History » Version 25

Adrian Georgescu, 09/01/2010 06:15 PM

1 24 Adrian Georgescu
= SIP/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
 * http://xmpp.org/internet-drafts/draft-saintandre-sip-xmpp-groupchat-01.html
9 1 Adrian Georgescu
10 23 Adrian Georgescu
The software must be written in Python programming language. 
11
12
The correspondent protocols are implemented by the following SDKs:
13 25 Adrian Georgescu
14
== Deployment Scenario ==
15
16
By pointing the DNS records corespondent to the SIP or XMPP service to the address where the gateway listens to, any packet that enters the gateway by one of the protocols must be translated int the other.
17 21 Adrian Georgescu
 
18 20 Adrian Georgescu
== XMPP SDK ==
19 18 Adrian Georgescu
20 1 Adrian Georgescu
 * http://github.com/fritzy/SleekXMPP
21 20 Adrian Georgescu
22
== SIP SDK ==
23
24
 * http://sipsimpleclient.com