saros-project / saros

Open Source IDE plugin for distributed collaborative software development
https://www.saros-project.org
GNU General Public License v2.0
159 stars 52 forks source link

Direct connections are only established if needed #35

Closed dpp-gerrit closed 4 years ago

dpp-gerrit commented 12 years ago

Inviter / Invitee connection is always established, thats all.

Connections to other session participants are only established if needed (depends on the size of the packets to be transmitted).

As long as there is no need for such a connection, the XMPP server is used by sending chat messages (which has no stream guarantees).

Reported by: kargor

Original Ticket: dpp/bugs/760

dpp-gerrit commented 11 years ago

Original comment by: kargor

dpp-gerrit commented 11 years ago

https://github.com/saros-project/saros/commit/c36e99b01f4c59bd7223b838811f8b1b3e4ea8f6

Only holds true for the Saros session (not Whiteboard)

Original comment by: kargor

dpp-gerrit commented 6 years ago

Original comment by: tobous

m273d15 commented 4 years ago

Removed the whiteboard component #831