C# Class Brunet.Applications.NodeConfig.XmppConfig

Used to configure XmppServices.
Show file Open project: pstjuste/brunet

Public Properties

Property Type Description
Enabled bool
Password string
Port int
Server string
Username string

Property Details

Enabled public property

public bool Enabled
return bool

Password public property

public string Password
return string

Port public property

public int Port
return int

Server public property

public string Server
return string

Username public property

public string Username
return string