| Trees | Indices | Help |
|
|---|
|
|
object --+
|
dbus.service.Interface --+
|
ChannelTypeRoomList
A channel type for listing named channels available on the server. Once the ListRooms method is called, it emits signals for rooms present on the server, until you Close this channel. In some cases, it may not be possible to stop the deluge of information from the server. This channel should be closed when the room information is no longer being displayed, so that the room handles can be freed.
This channel type may be implemented as a singleton on some protocols, so clients should be prepared for the eventuality that they are given a channel that is already in the middle of listing channels. The ListingRooms signal, or GetListingRooms method, can be used to check this.
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
|
Emitted when information about rooms on the server becomes available. The array contains the room handle (as can be passed to the RequestChannel method with HANDLE_TYPE_ROOM), the channel type, and a dictionary containing further information about the room as available. The following well-known keys and types are recommended for use where appropriate: s:handle-nameThe string name of the room handle (as would be returned by InspectHandles) s:nameThe human-readable name of the room if different from the handle s:descriptionA description of the room's overall purpose s:subjectThe current subject of conversation in the room u:membersThe number of members of the room b:passwordTrue if the room requires a password to enter b:invite-onlyTrue if you cannot join the room, but must be invited
|
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Sun Dec 30 10:32:11 2007 | http://epydoc.sourceforge.net |