util.stanza: Add add_error() to simplify adding error tags to existing stanzas
|
Matthew Wild |
Mon, 29 Aug 2022 14:59:46 +0100 |
util.stanza: Cover :find method in tests
|
Kim Alvefur |
Fri, 31 Dec 2021 14:14:03 +0100 |
util.stanza: Increase test coverage to cover validation errors
|
Kim Alvefur |
Fri, 31 Dec 2021 14:00:28 +0100 |
util.stanza: Add :get_child_with_attr() + tests
|
Matthew Wild |
Sun, 12 Sep 2021 10:31:02 +0100 |
Merge 0.11->trunk
|
Kim Alvefur |
Wed, 11 Nov 2020 16:09:55 +0100 |
util.stanza: Reject ASCII control characters (fixes #1606)
0.11
|
Kim Alvefur |
Wed, 11 Nov 2020 16:00:41 +0100 |
util.stanza: Extract Application-Specific Condition from errors
|
Kim Alvefur |
Sat, 26 Sep 2020 18:12:18 +0200 |
spec.stanza spec: Split up util.error related tests
|
Kim Alvefur |
Sat, 26 Sep 2020 19:00:17 +0200 |
util.stanza: Support Application-Specific Conditions in util.error
|
Kim Alvefur |
Sat, 26 Sep 2020 18:09:10 +0200 |
util.stanza: Get 'by' from context instead
|
Kim Alvefur |
Sat, 26 Sep 2020 18:07:33 +0200 |
util.stanza: Support inclusion of <gone> URI from util.error object
|
Kim Alvefur |
Sat, 26 Sep 2020 17:30:47 +0200 |
util.stanza: Support getting 'by' from util.error object
|
Kim Alvefur |
Sat, 26 Sep 2020 17:26:31 +0200 |
util.stanza: Add method returning stanza with added indentation
|
Kim Alvefur |
Sun, 12 Apr 2020 17:03:05 +0200 |
util.stanza: Accept util.error object to error_reply
|
Kim Alvefur |
Sat, 14 Dec 2019 22:47:41 +0100 |
util.stanza: Support the 'by' attribute on errors
|
Kim Alvefur |
Mon, 25 Nov 2019 20:59:36 +0100 |
util.stanza: Check that argument to error_reply is NOT a stanza of type error
|
Kim Alvefur |
Mon, 25 Nov 2019 20:52:03 +0100 |
util.stanza: Check that argument to error_reply is a stanza
|
Kim Alvefur |
Mon, 25 Nov 2019 20:52:01 +0100 |
util.stanza: Remove redundant check for attrs
|
Kim Alvefur |
Mon, 25 Nov 2019 20:46:55 +0100 |
util.stanza: Check that argument to reply is a stanza
|
Kim Alvefur |
Mon, 25 Nov 2019 20:44:05 +0100 |
util.stanza: Fix :top_tag() handling of namespaced attributes
|
Matthew Wild |
Mon, 25 Mar 2019 14:37:43 +0000 |
util.stanza: Require a type attribute for iq stanzas
|
Kim Alvefur |
Fri, 28 Dec 2018 20:49:01 +0100 |
util.stanza: Improve tests
0.11
|
Kim Alvefur |
Sun, 02 Dec 2018 02:16:21 +0100 |
util.stanza: Validate input to clone() (with brief tests)
0.11
|
Kim Alvefur |
Sat, 17 Nov 2018 15:26:11 +0100 |
util.stanza tests: Remove unused variable #luacheck
|
Matthew Wild |
Thu, 13 Sep 2018 16:45:18 +0100 |
util.stanza: Don't automatically generate ids for iq stanzas
|
Matthew Wild |
Thu, 13 Sep 2018 16:35:48 +0100 |
util.stanza tests: Fix test name (copy/paste error?)
|
Matthew Wild |
Thu, 13 Sep 2018 15:37:42 +0100 |
util.stanza + tests: Bail out of loop if we are iterating too far, fixes #981
|
Matthew Wild |
Sun, 19 Aug 2018 21:56:33 +0100 |
util.stanza tests: Add tests for maptags() method
|
Matthew Wild |
Sun, 19 Aug 2018 21:29:52 +0100 |
util.stanza: Brief tests for :remove_children
|
Kim Alvefur |
Sun, 08 Jul 2018 19:13:14 +0200 |
util.stanza: tests: Add more invalid data types and update for :text(nil) and :text("")
|
Matthew Wild |
Wed, 21 Mar 2018 22:08:54 +0000 |
util.stanza: Switch from asserts to if's, improve performance, errors and tests
|
Matthew Wild |
Sun, 18 Mar 2018 11:32:00 +0000 |
util.stanza: Test coverage of is_stanza()
|
Kim Alvefur |
Sat, 17 Mar 2018 19:50:22 +0100 |
util.stanza: Add stricter validation for data passed to stanza builder API
|
Matthew Wild |
Fri, 16 Mar 2018 14:51:24 +0000 |
util.stanza: Add tests ensuring support for unicode in tag/attr names
|
Matthew Wild |
Fri, 16 Mar 2018 14:50:28 +0000 |
util.stanza: Fix tests to call error_reply() correctly, and add tests to ensure it vaguely works
|
Matthew Wild |
Fri, 16 Mar 2018 14:24:53 +0000 |
Port tests to the `busted` test runner
|
Waqas Hussain |
Fri, 15 Sep 2017 17:07:57 -0400 |