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

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -