Uses of Class
org.jivesoftware.smackx.commands.AdHocCommandHandler
Package
Description
Smacks implementation of XEP-0050: Ad-Hoc Commands.
-
Uses of AdHocCommandHandler in org.jivesoftware.smackx.commands
Modifier and TypeMethodDescriptionReturns a new instance of an ad-hoc command handler.Modifier and TypeMethodDescriptionvoid
AdHocCommandManager.registerCommand
(String node, String name, Class<? extends AdHocCommandHandler> clazz) Registers a new command with this command manager, which is related to a connection.