Is XMPP peer to peer connection without server possible? -
i using libjingle xmpp connection. can connect 2 xmpp clients without having server in between. if yes how can if no why not possible?
xmpp client1 <---------direct audio/video/im----------> xmpp client2
you may not able directly libjingle, protocol specification exists in form of xep-0174. gist publish presence , connection information on multicast dns (e.g. bonjour), connect directly when want chat. apple's ichat implements approach peer-to-peer mode.
Comments
Post a Comment