https://bugs.kde.org/show_bug.cgi?id=288502
David Edmundson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |[email protected] Ever Confirmed|0 |1 --- Comment #1 from David Edmundson <kde davidedmundson co uk> 2011-12-08 21:35:46 --- Seems likely, I've not written anything that does it :-) I believe it's this channel that's relevant: http://telepathy.freedesktop.org/spec/Channel_Interface_Password.html and in TpQt4: http://telepathy.freedesktop.org/doc/telepathy-qt4/a00099.html Though they're the annoying low level bindings instead of the nice stuff. I'm not sure which part of the text-ui this belongs in, or whether this needs to happen before we create the ChatWidget with the channel. Hopefully we just implement this interface and everything works. I think although the code needs to go into the text-ui we should try and make it such that it can be re-usable as every type of channel (not just text) could have this interface. Maybe a class in the lib, that takes a channel as a parameter and subclasses pending operation that checks if the password interface exists, and takes appropriate UI action if needed. Does anyone know how to set up a password protected conference room which we can use for testing. If anyone else is up for coding this I'll guide them through (as I've just researched it), otherwise I'll do it when I find time. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ KDE-Telepathy mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-telepathy
