Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util.stanza tests: Remove unused variable #luacheck | Matthew Wild | 2018-09-13 | 1 | -2/+2 |
| | |||||
* | util.stanza: Don't automatically generate ids for iq stanzas | Matthew Wild | 2018-09-13 | 1 | -3/+14 |
| | | | | | | | | | | Users of this API should provide their own id attribute that meets their uniqueness requirements. The current implementation leaks information (i.e. how many iq stanzas have been sent by the server to other JIDs). Providing any strong guarantees of randomness here would need to pull in additional dependencies that we don't want in this simple library. | ||||
* | util.stanza tests: Fix test name (copy/paste error?) | Matthew Wild | 2018-09-13 | 1 | -1/+1 |
| | |||||
* | util.stanza + tests: Bail out of loop if we are iterating too far, fixes #981 | Matthew Wild | 2018-08-19 | 1 | -0/+7 |
| | |||||
* | util.stanza tests: Add tests for maptags() method | Matthew Wild | 2018-08-19 | 1 | -0/+71 |
| | |||||
* | util.stanza: Brief tests for :remove_children | Kim Alvefur | 2018-07-08 | 1 | -0/+22 |
| | |||||
* | util.stanza: tests: Add more invalid data types and update for :text(nil) ↵ | Matthew Wild | 2018-03-21 | 1 | -10/+20 |
| | | | | and :text("") | ||||
* | util.stanza: Switch from asserts to if's, improve performance, errors and tests | Matthew Wild | 2018-03-18 | 1 | -26/+37 |
| | |||||
* | util.stanza: Test coverage of is_stanza() | Kim Alvefur | 2018-03-17 | 1 | -0/+16 |
| | |||||
* | util.stanza: Add stricter validation for data passed to stanza builder API | Matthew Wild | 2018-03-16 | 1 | -0/+34 |
| | |||||
* | util.stanza: Add tests ensuring support for unicode in tag/attr names | Matthew Wild | 2018-03-16 | 1 | -0/+6 |
| | |||||
* | util.stanza: Fix tests to call error_reply() correctly, and add tests to ↵ | Matthew Wild | 2018-03-16 | 1 | -2/+4 |
| | | | | ensure it vaguely works | ||||
* | Port tests to the `busted` test runner | Waqas Hussain | 2017-09-15 | 1 | -0/+159 |