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

Research Private Channels #29

Closed cdelorme closed 11 years ago

cdelorme commented 11 years ago

How to create a private shared channel between two users.

Currently running tests to figure this out.

cdelorme commented 11 years ago

Done, private channels established by specifying the channel type before sending messages.

Could still use some callback handling for cleaner UI, but works just fine.

Also, telepathy channels are opened through DBus and are shared between any application on the system that is listening to the Telepathy DBus channels. I confirmed this by sending messages from OVC to Gajim.