XEP-0174 Serverless Messaging (Bonjour/Zeroconf)

I’m looking into adding support for XEP-0174 to XIFF. XEP-0174 defines XMPP for direct client-client communications using Bonjour/Zeroconf as a discovery mechanism. Curious if anyone else would find this useful?

AIR now supports DatagramSocket and ServerSocket, both which are necessary to support this kind of thing. DatagramSocket for Zeroconf mDNS service discovery (http://renaun.com/blog/2010/03/using-air-20-to-find-services-through-mdnszerocon f-bonjour/) and ServerSocket to listen for incoming connections.

So obviously, this would be an AIR-only feature.

Hey Sean,

Its awesome to see you getting involved again!

I personally don’t do too much AIR work, but this seems like a really cool addition.

I could see this being really useful.

Let me know if I can help in anyway.

Mark