Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions server.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ type Server struct {

// DiscardBody will read all message body text and discard it
DiscardBody bool

// Maintenance Mode property allows for custom handling of the server in maintenance mode
MaintenanceMode bool
}

// NewServer creates a server with the default settings
Expand Down
Loading