[Bug 27014] Implement conference interface

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Mar 11 14:01:01 CET 2010


http://bugs.freedesktop.org/show_bug.cgi?id=27014





--- Comment #1 from Olivier Le Thanh Duong <olivier at lethanh.be>  2010-03-11 05:01:00 PST ---
TP-Python :
 * requests: 0 is a valid TargetHandleType
Ok but we should probably check against <= LAST_HANDLE_TYPE for the uper limit
 * channel: TargetHandle=0 if the channel handle is None
It would probably better to have a NoneHandle object whose get_id() return 0
instead of using None when there is no Handle, this would avoid having special
cases like this everywhere.
  * channel: don't find the channel handle if TargetHandleT... 
Only one IF would work as well
  * channel: add a comment on get_props to clarify more...
Nitpicking but proper python docstring would be nicer
  * channelmanager: rename requestable_channel_classes... 
What's the point ?
  * channelmanager: add implement_channel_classes function
Please document the new function, especially the arguments
Maybe display a deprecation warning


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the telepathy-bugs mailing list