[JDEV] Voice over IP

Jacek Konieczny jajcus at bnet.pl
Wed Jul 23 02:36:57 CDT 2003


On Tue, Jul 22, 2003 at 09:44:41PM +0200, Matthias Wimmer wrote:
> Only session initiation should be done by Jabber. You normally won't run
> VoIP over TCP ... and even more you don't want to run it over XMPP over
> TCP.

True.
 
> Use Jabber for session initiation and an other protocol for the actual
> VoIP, e.g. H.323.

H.323 is mostly a session initiation protocol. And very complicated one.
IMHO it whould be much better to do whole session initiation in Jabber,
and only to send the stream in seperate connection (using RTP protocol,
which is used with H.323, SIP and probably most of other session
initiation protocols).

We just need a JEP to define VoIP session initiation in Jabber. IMHO it
should be based of SDP (session description protocol) - I have heard of
some XML version of SDP.

Greets,
	Jacek



More information about the JDev mailing list