A callback method which is invoked during the registration process to let the user fill out the required fields needed to complete the registration.

Namespace: S22.Xmpp.Extensions
Assembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public delegate SubmitForm RegistrationCallback(
	RequestForm form
)

Parameters

form
Type: S22.Xmpp.Extensions.Dataforms..::..RequestForm
A request form containing the fields to be filled out.

Return Value

An initialized instance of the SubmitForm class containing the filled-out fields.

See Also