Closed cdelorme closed 11 years ago
Found the gajim linux package is built in python. Dated Gtk implementation but has every feature we need to implement for our system, so would be a great idea to check out their source as a reference.
Downloaded a copy of the latest Telepathy source from the "hidden" collabra repositories (shh, it's a secret).
Found modern python examples, and now fully understand how to create channels and request information using TelepathyGLib. Stream channel examples are provided and being tested as I type this, so this step is done.
See if Telepathy supports inspecific methods for UDP communication such as with streams, without needing an IP Address, otherwise find a method to grab the IP Address and distribute it for communication.