2
0
mirror of https://github.com/FluuxIO/go-xmpp synced 2024-11-13 07:10:30 +00:00
Commit Graph

25 Commits

Author SHA1 Message Date
Mickael Remond
80d2e0fa1e Remove debug print-out 2019-08-06 16:02:33 +02:00
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.
2019-08-06 16:02:33 +02:00
Mickael Remond
61adf7e414 Add builder & test on software version helpers 2019-07-30 10:45:20 +02:00
Mickael Remond
014957e029 Expand comments 2019-07-30 10:45:20 +02:00
Mickael Remond
69118a952a Add helpers for IQ DiscoItems 2019-07-30 10:45:20 +02:00
Mickael Remond
9577036327 Add support for self-signed certificates 2019-07-15 12:22:21 +02:00
Mickael Remond
79803a8af9
Improves comments 2019-06-29 17:52:36 +02:00
Mickael Remond
604d2c6c1e
Improves comments 2019-06-29 17:48:38 +02:00
Mickael Remond
cca0919b8a
Fix session element parsing on IQ 2019-06-29 17:39:19 +02:00
Mickael Remond
40e907e8ee
Clean-up & refactor 2019-06-29 16:49:54 +02:00
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. 2019-06-29 16:10:53 +02:00
Mickael Remond
d90cc239ae
Spelling consistency 2019-06-29 14:57:24 +02:00
Mickael Remond
6165232d7a
Improves documentation of stanza package 2019-06-29 14:40:35 +02:00
Mickael Remond
91c562200d
Move missing file to stanza package 2019-06-29 11:03:55 +02:00
Mickael Remond
9bb4f32769
Clean up & documentation 2019-06-28 16:41:53 +02:00
Mickael Remond
e3c0747cbb
Improves documentation: Explain how to create a custom stanza extension 2019-06-28 16:19:09 +02:00
Mickael Remond
4a4fc39cf6
Merge with changes from master 2019-06-27 14:55:44 +02:00
Mickael Remond
20a66dc47d
Use an approach to build stanza that do not require a "builder" abstraction 2019-06-27 14:30:23 +02:00
Mickael Remond
1dacc663d3
Add basic builder support 2019-06-27 10:23:49 +02:00
Mickael Remond
cb9016693c
Move some IQ declaration in their own files 2019-06-27 10:22:36 +02:00
Mickael Remond
0c7e4588c6
Add initial documentation 2019-06-27 10:21:33 +02:00
Mickael Remond
3fa1a4b387
Remove useless reference to IQPayload 2019-06-27 09:59:19 +02:00
Mickael Remond
781b875cf1
Resync with Master
Support NullableInt on MUC presence history element
2019-06-26 18:42:40 +02:00
Mickael Remond
5ed66de79e
Fix tests after refactor 2019-06-26 17:28:54 +02:00
Mickael Remond
428787d7ab
Refactor and move parsing and stanza to a separate package 2019-06-26 17:14:52 +02:00