summaryrefslogtreecommitdiff
path: root/src/xmpp/adhoc_commands_handler.cpp
AgeCommit message (Collapse)Author
2014-06-11Handle the 'cancel' ad-hoc action, and return an error for unsupported actionsFlorent Le Coz
ref #2521
2014-06-11Remove inactive ad-hoc sessions after a given timeFlorent Le Coz
ref #2521
2014-05-31Add an ad-hoc command to disconnect some usersFlorent Le Coz
2014-05-30Implement the support for adhoc commandsFlorent Le Coz
We have two basic example commands. But it’s not entirely finished because there are some error checks that we don’t do. ref #2521