Commit Graph

46 Commits (master)

Author SHA1 Message Date
Bohdan Horbeshko 655f875918 Support multiple command elements 2 days ago
Bohdan Horbeshko 9af32ad7e0 Fix marshalling/unmarshalling of command children 2 days ago
bodqhrohro 5f99e1cd06 Support partial JIDs in Bare/Full methods 2 years ago
CORNIERE Rémi 17d561f829 Support for XEP-0082.
Parsing of times with an offset does not work for now (should it ?)
4 years ago
CORNIERE Rémi 6a3ee5b0a5 Support for XEP-0334 4 years ago
rcorniere 7a932d0504 Added missing tests 4 years ago
rcorniere e59a86c380 Refactor tests 4 years ago
rcorniere 2083cbf29c Various fixes 4 years ago
rcorniere 70ef1d575f Reset Tests
Will come with MaM (XEP-313) implementation
4 years ago
rcorniere 8798ff6fc1 - Changed IQ stanzas to pointer semantics
- Fixed commands from v 0.4.0 and tests
- Added primitive Result Sets support (XEP-0059)
4 years ago
CORNIERE Rémi e9bda893d6 Added tests for new Owner namespace function 4 years ago
CORNIERE Rémi 20e02cc9ad Added node config 4 years ago
remicorniere 947fcf0432 PubSub protocol support (#142)
* PubSub protocol support
Added support for :
- XEP-0050   (Command))
- XEP-0060   (PubSub)
- XEP-0004   (Forms)

Fixed the NewClient function by adding parsing of the domain from the JID if no domain is provided in transport config.
Updated xmpp_jukebox example

* Delete useless pubsub errors

* README.md update
Fixed import in echo example

* Typo

* Fixed raw send on client example

* Fixed jukebox example and added a README.md
4 years ago
remicorniere 94aceac802 Changed "Disconnect" to wait for the closing stream tag. (#141)
Updated example with a README.md and fixed some logs.
4 years ago
CORNIERE Rémi 390336b894 Added Roster IQs
Added an overly primitive "disconnect" for the client to use in the chat client example
4 years ago
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