Wichert Akkerman
36e153f981
Allow transports to define their own ping mechanism
2019-10-28 16:38:10 +01:00
Wichert Akkerman
d0f2b492ac
Fix XMPP TLS config
2019-10-28 16:38:10 +01:00
Wichert Akkerman
87ff01ac68
Fix websocket connect timeout
2019-10-28 16:38:10 +01:00
Wichert Akkerman
01d78a1e5c
Fix error result from Transport.Connect errors
2019-10-28 16:38:10 +01:00
Wichert Akkerman
8fb3e33a1f
Only do ensurePort for XMPP transport
...
If we always do this the address gets mangled, breaking the transport
selection.
2019-10-28 16:38:10 +01:00
Wichert Akkerman
a189748b9c
Fix test for ws connection
2019-10-28 16:38:10 +01:00
Wichert Akkerman
06a76160c8
Use transport factory function
2019-10-28 16:38:10 +01:00
Wichert Akkerman
8db608ccc1
Add IsSecure() to Transport
2019-10-28 16:38:10 +01:00
Wichert Akkerman
7fa4b06705
Move address into transport config
...
This makes it possible to use a factory function to create a transport of the right type and not having to repeat the address when calling Transport.Connect()
2019-10-28 16:38:10 +01:00
Wichert Akkerman
f8d0e99696
Move XMPP transport to separate file
2019-10-28 16:38:10 +01:00
Wichert Akkerman
e97d290e2b
Use Transport in Component
2019-10-28 16:38:10 +01:00
Wichert Akkerman
96fccbd399
Split out TransportConfiguration
...
This allows using the same transport configuration from both clients and components.
2019-10-28 16:38:10 +01:00
Wichert Akkerman
66e219844b
Add a websocket transport
2019-10-28 16:38:10 +01:00
Wichert Akkerman
a3c62e515e
Introduce Transport interface
2019-10-28 16:38:10 +01:00
Mickael Remond
2781563ea7
Update go.sum file
2019-10-01 11:40:31 +02:00
Mickael Remond
4f68c5eee2
Add X-OAUTH2 authentication and example
2019-10-01 11:40:31 +02:00
Mickael Remond
9c8353d081
Introduce Credential structure to define auth type
...
For now we are planning to support Password and OAuthToken.
In the future, we would like to add certificate-based authentication.
2019-10-01 11:40:31 +02:00
Mickael Remond
3b66e31888
We do not need the Content to be innerxml. cdata is enough.
...
Fixes #110
2019-09-27 18:25:27 +02:00
Mickael Remond
005c8823d9
Fixes issue with unescaped character %
...
Fixes #113
2019-09-27 16:32:53 +02:00
Mickael Remond
2cdda48467
Update xerrors dependency for go 1.13
2019-09-27 16:32:53 +02:00
Mickael Remond
8794ea6ed8
Check if we have a connection open before trying to close it
...
Fixes #22
2019-09-06 10:28:49 +02:00
Martin/Geno
7e596fc33c
quick fix for component see #47
2019-09-06 09:27:38 +02:00
Martin/Geno
6f9808fe16
fix(doc): typos
2019-09-05 10:54:28 +02:00
Wichert Akkerman
7b1f83f6b7
Expose Route.AddMatcher
...
This fixes #102
2019-09-03 14:38:34 +02:00
Martin/Geno
6005a964ba
fix stream management for component + add test
2019-09-02 11:50:29 +02:00
Mickael Remond
d3b45b42a5
Fix typo
2019-08-06 18:27:51 +02:00
Martin/Geno
6e65ba2a0b
fix naming from fluxxmpp to fluuxmpp
2019-08-06 18:06:34 +02:00
Martin/Geno
76f59be5ed
merge commandline tools
2019-08-06 18:06:34 +02:00
Mickael Remond
80d2e0fa1e
Remove debug print-out
2019-08-06 16:02:33 +02:00
Mickael Remond
2e864ff7f6
Clean-up: remove test/debug code
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
e531370dc9
An invalid certificate is a permanent error if we do not skip cert check
2019-07-31 11:43:54 +02:00
Mickael Remond
4e185f4bb6
Use intermediate version (before 0.2.0) to fix stanza package usage
2019-07-30 10:55:49 +02:00
Mickael Remond
4f1e0ded97
Simplify disco with builder helpers
2019-07-30 10:45:20 +02:00
Mickael Remond
176dcdce33
Simplify disco and software version
...
Make use of helpers.
2019-07-30 10:45:20 +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
1c74d102c7
Fix reference to missing tag
2019-07-30 10:39:19 +02:00
Mickael Remond
7ab6c3a62d
Refactor to start removing global variables
2019-07-27 18:06:55 -07:00
Mickael Remond
a3867dd0b3
Expand TODO list
2019-07-27 17:50:45 -07:00
Mickael Remond
d2a1329dc6
Report errors
2019-07-27 17:50:28 -07:00
Mickael Remond
6ff7812ac4
go mod tidy
2019-07-27 17:34:10 -07:00
Mickael Remond
3453336f27
For now we need to use master version for xmpp module
2019-07-27 17:31:11 -07:00
Mickael Remond
a23194ad96
Add submodule for commands
...
The goal is to keep dependencies list minimal for users of the xmpp
modules. We do not want to force to increase largely the number of
indirect dependencies when you require xmpp.
The command-line stuff may not likely be needed in the end developer
application.
2019-07-27 17:15:28 -07:00
Mickael Remond
f984a93e63
Formatting
2019-07-27 16:50:41 -07:00
Mickael Remond
6a5f2750f1
Clean-up
2019-07-27 16:50:10 -07:00
Mickaël Rémond
e553028754
Minor wording fixes
2019-07-27 16:36:35 -07:00
Mickaël Rémond
fed23ad7ad
Minor improvements for sendxmpp doc
2019-07-27 16:36:35 -07:00
Mickaël Rémond
244acdc02a
Fix typos
2019-07-27 16:36:35 -07:00