Skip navigation
3620 Views 3 Replies Latest reply: Sep 29, 2009 3:20 PM by Guus der Kinderen RSS
gary75 Bronze 2 posts since
Sep 29, 2009
Currently Being Moderated

Sep 29, 2009 2:32 PM

Can tinder be used to create a simple XMPP Server?

Hi,

 

I have an existing SIP Server and wanted to add XMPP capability to it. Can tinder be used for the same?

 

Thanks

  • Guus der Kinderen KeyContributor 771 posts since
    Sep 8, 2005
    Currently Being Moderated
    Sep 29, 2009 2:52 PM (in response to gary75)
    Re: Can tinder be used to create a simple XMPP Server?

    Hi Gary,

     

    Tinder provides an implementation of XMPP entities, such as XMPP stanzas (Packet.class), Jabber identifiers (JID.class) and components (Component.class). It does not include any logic related to routing of stanzas, which is a key responsibility of a XMPP server implementation.

     

    If you want to implement this logic yourself, and are looking for a library that provides XMPP building blocks, yes, you could use Tinder. If you're looking for an existing implementation of an XMPP server, I would suggest you'd have a look at Openfire, the XMPP server implementation featured on this website.

     

    You can find more information in RFCs 3920 and 3921 (see http://xmpp.org/rfcs/ ). They define the core XMPP protocol.

     

    Hope this helps!

More Like This

  • Retrieving data ...

Bookmarked By (0)

Legend

  • Correct Answers - 10 points
  • Helpful Answers - 5 points