| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|\ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
error reporting functions
|
| | |
|
|\| |
|
| | |
|
|\| |
|
| | |
|
|/
|
|
| |
namespaces and their prefix (stanza.namespaces), knowing/preserving prefix names is required for some applications (thanks daurnimator)
|
| |
|
|
|
|
| |
return them in a table at the end
|
|\ |
|
| |
| |
| |
| | |
at least Isode M-Link, and possibly standards, while it's not clear it actually fixes the original problem either.
|
|\| |
|
| |
| |
| |
| | |
\r\n transforms into \n otherwise, and \r\n\t in attributes transforms into spaces.
|
|/ |
|
|
|
|
| |
daurnimator)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
are API-compatible)
|
| |
|
|
|
|
| |
checking script's output. It's also a minor optimization ;)
|
|
|
|
| |
child element (get_child() + get_text() rolled into one step)
|
| |
|
| |
|
|
|
|
| |
nil, and set it nil by default. Saves a table allocation per-element. 20% faster stanza building.
|
|
|
|
| |
text is passed to st.message().
|
| |
|
|
|
|
| |
(return nil to remove tag from stanza)
|
|
|
|
| |
iterator
|
| |
|
|\ |
|
| | |
|
| | |
|
| |
| |
| |
| | |
name/xmlns
|