Commit Graph

31 Commits (a95b53d9ad84acd43aa1d7a7728261aa094a23c7)

Author SHA1 Message Date
remicorniere 1822089db6 Tests for Component and code style fixes (#129)
* Tests for Component and code style fixes
5 years ago
Mickael Remond ce05c3226c
Fix failing tests 5 years ago
Wichert Akkerman 21f6a549db Always add an id to IQ queries 5 years ago
Wichert Akkerman 6da1962962 Correctly open new streams after StartTLS and auth 5 years ago
Wichert Akkerman 92329b48e6 Transports need to handle open/close stanzas
XMPP and WebSocket transports require different open and close stanzas. To
handle this the responsibility handling those and creating the XML decoder is
moved to the Transport.
5 years ago
Mickael Remond 3b66e31888 We do not need the Content to be innerxml. cdata is enough.
Fixes #110
5 years ago
Mickael Remond 80d2e0fa1e Remove debug print-out 5 years ago
Mickael Remond 3de99e0e0e Add initial support for stream management
For now it support enabling SM, replying to ack requests from server,
and trying resuming the session with existing Stream Management state.
5 years ago
Mickael Remond 61adf7e414 Add builder & test on software version helpers 5 years ago
Mickael Remond 014957e029 Expand comments 5 years ago
Mickael Remond 69118a952a Add helpers for IQ DiscoItems 5 years ago
Mickael Remond 9577036327 Add support for self-signed certificates 5 years ago
Mickael Remond 79803a8af9
Improves comments 5 years ago
Mickael Remond 604d2c6c1e
Improves comments 5 years ago
Mickael Remond cca0919b8a
Fix session element parsing on IQ 5 years ago
Mickael Remond 40e907e8ee
Clean-up & refactor 5 years ago
Mickael Remond 838c059398
Remove Bind in the payload list, as it is intended to be used by XMPP client and not by users of the library. 5 years ago
Mickael Remond d90cc239ae
Spelling consistency 5 years ago
Mickael Remond 6165232d7a
Improves documentation of stanza package 5 years ago
Mickael Remond 91c562200d
Move missing file to stanza package 5 years ago
Mickael Remond 9bb4f32769
Clean up & documentation 5 years ago
Mickael Remond e3c0747cbb
Improves documentation: Explain how to create a custom stanza extension 5 years ago
Mickael Remond 4a4fc39cf6
Merge with changes from master 5 years ago
Mickael Remond 20a66dc47d
Use an approach to build stanza that do not require a "builder" abstraction 5 years ago
Mickael Remond 1dacc663d3
Add basic builder support 5 years ago
Mickael Remond cb9016693c
Move some IQ declaration in their own files 5 years ago
Mickael Remond 0c7e4588c6
Add initial documentation 5 years ago
Mickael Remond 3fa1a4b387
Remove useless reference to IQPayload 5 years ago
Mickael Remond 781b875cf1
Resync with Master
Support NullableInt on MUC presence history element
5 years ago
Mickael Remond 5ed66de79e
Fix tests after refactor 5 years ago
Mickael Remond 428787d7ab
Refactor and move parsing and stanza to a separate package 5 years ago