summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-07-09Add dialog to send AdHoc's to target specific JID's. Fix multi-item Form ↵Richard Maudsley
rendering. Test-Information: Use AdHoc bot that presents a multi-item form and check that it is rendered correctly. Check that entering invalid JID and node parameters in the dialog do not cause malfunction. Check that canceling the JID prompt closes the dialog without sending any server commands. Change-Id: I10e6f4c7eccd1a35c8c885d548994b5f57fdbf66
2014-07-09Refactor AdHoc forms.Richard Maudsley
Test-Information: Check that forms still open properly and can be submitted and canceled. Check that error message is displayed if disconnected when a form is open. Change-Id: I23e35730b0decdfb5cf0592fc7234bf4643b6127
2011-05-13Cut dependency from AdHocCommandSession on DiscoItem.Remko Tronçon
2011-05-13Remove dead UI reference from SwiftenKevin Smith
2011-04-25Move available actions logic into Swiften class.Kevin Smith
Ready for unit testing, and fixing.
2011-04-24Initial Ad-Hoc commands support.Kevin Smith
This is not finished, use at your own peril.