result!
title "Snikket Starting..."

instructions(
	"Your instance #{@domain} is starting up. " \
	"This may take several minutes. " \
	"Press next to check if it is ready."
)

field(
	label: "If this takes more than 10 minutes, tap here to contact support",
	var: "support",
	type: "jid-single",
	value: CONFIG[:xep0157].find { |x|
		x[:var] == "support-addresses"
	}[:value]&.sub(/^xmpp:/, "")
)
