Uses of Class
rocks.xmpp.extensions.register.model.Registration
-
Packages that use Registration Package Description rocks.xmpp.extensions.muc Provides classes for XEP-0045: Multi-User Chat.rocks.xmpp.extensions.register Provides classes for XEP-0077: In-Band Registration.rocks.xmpp.extensions.register.model Provides XML schema implementations of XEP-0077: In-Band Registration. -
-
Uses of Registration in rocks.xmpp.extensions.muc
Methods in rocks.xmpp.extensions.muc with parameters of type Registration Modifier and Type Method Description AsyncResult<IQ>
ChatRoom. register(Registration registration)
Registers with the room. -
Uses of Registration in rocks.xmpp.extensions.register
Methods in rocks.xmpp.extensions.register that return types with arguments of type Registration Modifier and Type Method Description AsyncResult<Registration>
RegistrationManager. getRegistration()
Gets the registration data (instructions, fields and form) from the server.Methods in rocks.xmpp.extensions.register with parameters of type Registration Modifier and Type Method Description AsyncResult<Void>
RegistrationManager. register(Registration registration)
Registers a new account. -
Uses of Registration in rocks.xmpp.extensions.register.model
Methods in rocks.xmpp.extensions.register.model that return Registration Modifier and Type Method Description Registration
Registration.Builder. build()
Builds the registration.static Registration
Registration. empty()
Creates an empty registration element for requesting the registration form.static Registration
Registration. remove()
Creates a registration element with an<remove/>
element used to indicate account removal.
-