snikket_custom.rb

 1form!
 2title "Setup Snikket Instance"
 3
 4instructions(
 5	"Phone number #{@tel} has been activated. " \
 6	"Now you will need a Jabber ID to associate with your new JMP account. " \
 7	"JMP has partnered with Snikket CIC to provide you with your very own " \
 8	"Snikket instance that will provide Jabber service to you and anyone you " \
 9	"invite.\n\n" \
10	"A Jabber ID is kind of like an email address, and looks similar too. " \
11	"People who contact you using your Jabber ID instead of your phone number " \
12	"will get additional features, such as video calling and end-to-end " \
13	"encryption.\n\n" \
14	"You will be prompted to choose a username after your instance is ready."
15)
16
17field(
18	label: "Domain (or subdomain) name",
19	var: "domain",
20	description: @error ||
21		"Your Jabber ID will be of the form username@domain"
22)