Beginner in SMACK API - help please

hii all,

I am new to this SMACK API…

I have two questions…

  1. Does SMACK API can be used to develop server application, also ??

  2. Can anybody send me the list of XMPP client based on SMACK API ??

If anybody have answer then please reply me soon…

Thankign you,

Pranav Thakker

Hi,

I am a beginner to but I think I am not mistaken when I say that Smack is a Client API that only offers client services.

Then, you can have a look to these Open Source projects:

JBother client: http://www.jbother.org/

WhisperIM client: https://whisperim.dev.java.net/

Seb

Hello

Please check the libs table at www.jabber.org

Smack doesn’'t provide a server support

According to their table you should use a JSO lib (Java)

As I know Smack should provide a posibility to develop server components ? Is it right ? Did somebody develop such components ?

As I know Smack should provide a posibility to

develop server components ? Is it right ? Did

somebody develop such components ?

Smack is only a client library. We’'re actually building a new library for component development called Whack. It should be ready to be released in a couple of months.

Regards,

Matt

Thanks for your answer.

Are you going to support JEP-0096 (File transfer) and JEP-0009 (RPC) in you client library ? Or they have been already implemented ?

I didn’'t find a posibility to send files there …