| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
| |
The :data method returns the table holding parsed values always. The
second return value is a table in case some fields had problems.
|
| |
|
| |
|
| |
|
|
|
|
| |
Initially only basic validation of xs:integer
|
|
|
|
|
|
| |
This should allow the usage of long prefixes and namespace-like names to
be contained to the XML representation of the form, so that the code can
use more convenient names.
|
|
|
|
| |
ENV_<name>
|
|
|
|
| |
as per XEP-0045
|
| |
|
|
|
|
| |
Reserved nickname discovery uses this
|
|
|
|
|
|
| |
XEP-0045 registration provides examples of registering a nickname
and various other details. This also allows modules to store arbitrary
private data about an affiliated entity.
|
| |
|
| |
|
| |
|
|
|
|
| |
for completeness
|
| |
|
|
|
|
|
|
| |
disabled hosts (fixes #1207)
Thanks ivucica
|
| |
|
|
|
|
| |
What else would @to be in a iq/host event?
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
I think this was probably a copy-paste mistake.
|
| |
|
|
|
|
| |
per-node items
|
| |
|
| |
|
|
|
|
| |
loaded
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
It's uncertain whether item not existing should be success and
nil, or fail with an error.
XEP-0060's "fetch most recent item" actually fetches a list of up
to N items. N here is a maximum, not a minimum. The feeling is that
no items is simply an empty list, not a failure of the operation.
|
| |
|
| |
|