FOSSRIT / Open-Video-chat

An open source video conferencing tool for the XO laptop
https://fossrit.github.io/projects/open-video-chat
GNU General Public License v3.0
17 stars 10 forks source link

Out of Channel Communication System #14

Closed cdelorme closed 11 years ago

cdelorme commented 11 years ago

Figure out the best way to send information between connected users that is not a chat message.

cdelorme commented 11 years ago

This would probably involve a separated telepathy channel, maybe a dbus tube.

cdelorme commented 11 years ago

Can easily define multiple channels using TelepathyGLib for raw text use. This allows us to create a chat and command channel separately. The only questions left are sharing the channel and limiting access to two users.