Skip navigation
2709 Views 1 Reply Latest reply: Nov 24, 2009 12:31 AM by Guus der Kinderen RSS
cometta Bronze 16 posts since
Oct 11, 2009
Currently Being Moderated

Nov 22, 2009 5:41 AM

tinder extension ?

May I know does Tinder api comes with extension like "smack extension" http://www.igniterealtime.org/builds/smack/docs/latest/documentation/extensions/ index.html  that whould ease development when using extensions? if yes, any reference?

  • Guus der Kinderen KeyContributor 771 posts since
    Sep 8, 2005
    Currently Being Moderated
    Nov 24, 2009 12:31 AM (in response to cometta)
    Re: tinder extension ?

    No, Tinder does not come with an 'extension' package as the one that exists for Smack. Tinder, unlike Smack, does not aim to deliver a full-featured XMPP implementation. Tinder provides more basic 'building blocks'.

     

    In any case, most stanza representations are implemented as a kind of wrappers of dom4j Elements. If you're looking to implement a class that represents an IQ stanza with a specific child element, you can easily extend Tinder yourself. Have a look at the Roster class, for example.

More Like This

  • Retrieving data ...

Bookmarked By (0)

Legend

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