C# Class jabber.client.BookmarkManager

Inheritance: jabber.connection.StreamComponent
ファイルを表示 Open project: codebutler/jabber-net Class Usage Examples

Private Properties

Property Type Description
BookmarkManager_OnStreamChanged void
BookmarksSet void
GotBookmarks void
InitializeComponent void
cli_OnAuthenticate void
m_stream_OnDisconnect void
m_stream_OnError void

Public Methods

Method Description
AddConference ( JID jid, string name, bool autoJoin, string nick ) : jabber.protocol.iq.BookmarkConference

Add a conference room to the bookmark list

BookmarkManager ( ) : System

Create

BookmarkManager ( IContainer container ) : System

Create

this ( JID jid ) : jabber.protocol.iq.BookmarkConference

Get the details for the given conference bookmark.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
BookmarkManager_OnStreamChanged ( object sender ) : void
BookmarksSet ( object sender, IQ iq, object state ) : void
GotBookmarks ( object sender, IQ iq, object state ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

cli_OnAuthenticate ( object sender ) : void
m_stream_OnDisconnect ( object sender ) : void
m_stream_OnError ( object sender, Exception ex ) : void

Method Details

AddConference() public method

Add a conference room to the bookmark list
public AddConference ( JID jid, string name, bool autoJoin, string nick ) : jabber.protocol.iq.BookmarkConference
jid JID The room@service JID of the room
name string Human-readable text
autoJoin bool Join on login
nick string Room nickname. May be null.
return jabber.protocol.iq.BookmarkConference

BookmarkManager() public method

Create
public BookmarkManager ( ) : System
return System

BookmarkManager() public method

Create
public BookmarkManager ( IContainer container ) : System
container IContainer
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

this() public method

Get the details for the given conference bookmark.
public this ( JID jid ) : jabber.protocol.iq.BookmarkConference
jid JID
return jabber.protocol.iq.BookmarkConference