Commit Graph

15 Commits (8798ff6fc11aff5cf039352540140395a3aaf265)

Author SHA1 Message Date
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
Mickael Remond ebb6e845bf
Update requirements to go1.13 as required by new websockets dependencies 5 years ago
Mickael Remond 4e185f4bb6
Use intermediate version (before 0.2.0) to fix stanza package usage 5 years ago
Mickael Remond 1c74d102c7
Fix reference to missing tag 5 years ago
Mickael Remond 6a5f2750f1
Clean-up 5 years ago
Mickael Remond 7a386ec8d0 Examples should use local repository version 5 years ago
Mickael Remond 555cbe12b4
Update example dependency to latest code version 5 years ago
genofire d9fdff0839 Add constants (enumlike) for stanza types and simplify packet creation (#62)
* Add constants (enumlike) for stanza types
* NewIQ, NewMessage and NewPresence are now initialized with the Attrs struct
* Update examples
* Do not export backoff code. For now, we do not need to expose backoff in the documentation
* Make presence priority an int8
5 years ago
Mickael Remond 1a7aa94bae
Update dependencies for examples 5 years ago
Mickael Remond ddff6527bd
Update examples dependencies 5 years ago
Mickael Remond eb54ec9fb1
Update Fluux XMPP version for examples 5 years ago
Mickael Remond 08bb9965b8
Update component to advertise version feature and return it 5 years ago
Mickael Remond 36e3379f5a
Update examples dependencies 5 years ago
Mickael Remond 736a60cd1b Use StreamClient interface in StreamManager 5 years ago
Mickael Remond d4a8616da2
Move examples out of the cmd directory
They are now in _examples dir.
Fix #26
5 years ago