Commit Graph

13 Commits (4d015e5b29d6c333c049761cfc5c6ac9237d6e35)

Author SHA1 Message Date
Mickael Remond 4d015e5b29
With go modules, we should be able to remove import comments 5 years ago
Mickael Remond b05e68c844 Add router to make it easier to set up routing info
- Using the router, the dispatch is not done anymore by receiving from
  receive channel, but by registering callback functions in routers,
  with matchers.
- Make IQPayload a real interface to make it easier to match namespaces.
- The StreamManager Run command is now blocking, waiting for StreamManager
  to terminate.
5 years ago
Mickael Remond 2af9521036
Add support for detecting ProcessOne extensions 5 years ago
Mickael Remond 30e6adc073
Add support for detecting Stream Management 5 years ago
Mickael Remond 709a95129e
Clean up and fix StartTLS feature discovery
Required field was never set to true
5 years ago
Mickael Remond b7461ae97f
Do not reconnect on "connection replaced" stream errors
Fix #45
5 years ago
Mickael Remond f45829916c Add tool to check XMPP certificate on starttls
Minor refactoring
5 years ago
Mickael Remond 5eae7f4ef7
Move project to gosrc.io/xmpp
The URL will be more permanent as this is a place we dedicate as short URL for our go projects.
6 years ago
Mickael Remond d33490cdc0
Work-in-progress on dynamic IQ parsing 6 years ago
Mickael Remond 10219ec1e6
Refactor parsing / improve typing 6 years ago
Mickael Remond 01063ec284
Refactor attributes name 6 years ago
Mickael Remond b31c29a03d
Implements dummy auth + stream error 6 years ago
Mickael Remond 710174b165
Moving XMPP library to Fluux project 7 years ago