C# Class jabber.client.BookmarkManager

Inheritance: jabber.connection.StreamComponent
Afficher le fichier Open project: codebutler/jabber-net Class Usage Examples

Private Properties

Свойство Type Description
BookmarkManager_OnStreamChanged void
BookmarksSet void
GotBookmarks void
InitializeComponent void
cli_OnAuthenticate void
m_stream_OnDisconnect void
m_stream_OnError void

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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.
Résultat jabber.protocol.iq.BookmarkConference

BookmarkManager() public méthode

Create
public BookmarkManager ( ) : System
Résultat System

BookmarkManager() public méthode

Create
public BookmarkManager ( IContainer container ) : System
container IContainer
Résultat System

Dispose() protected méthode

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

this() public méthode

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