Establishing direct P2P connection with Smack

Hi all,

I’‘m new to Smack and its API. Could you please tell me if it’'s possible to establish a direct peer-to-peer connection to a host to chat with him (following the procedure described in XEP-0174)?

I’‘m planning to do that because I’'m implementing Bonjour in a Jabber client that uses the smack stack. So the problem is when a host supporting Bonjour announces itself on the local network, it sends a port on which my client is supposed to get connected to. Nothing passes through servers.

Could somebody please me give me a clue?

Thanks,

Chris.

Chris,

What you described is also called link local messaging. We don’'t support this in Smack at this point, although it could be a nifty feature.

Regards,

Matt