How to implement custom calls

Hi,

friends and I would like to use XMPP for client-server connection. Your API looks fantastic to do so :slight_smile:

A question I have is how to make custom iq’s.

I have a call that looks like… in raw xml:

some

thing

How can I do this with smack?

I understand the jabber examples but it’s not that clear to me, how to build these custom commands. I guess it is this stuff about the service provider?

Thanks in advance for your help and time.