Commit Graph

42 Commits (master)

Author SHA1 Message Date
Jack Henschel 35e3defc62
Remove "no depdencies" statement from README
As is apparent from the current go.mod file, this library definitely depends on various other libraries.
This in turn makes it depend on Go 1.13 (currently).
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
rcorniere bfe2b7a30f Removed codeship and codecov. We now use github actions and coveralls. 5 years ago
remicorniere a95b53d9ad
Update with coveralls badge. Removed codecov badge 5 years ago
Mickael Remond 4efde692a2
Add placeholder in README for routing packets and get IQ responses 5 years ago
Mickael Remond ef2c0b465e
Update examples 5 years ago
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.
5 years ago
Mickael Remond f984a93e63
Formatting 5 years ago
Mickael Remond 9577036327 Add support for self-signed certificates 5 years ago
Mickael Remond 3ba59afd6e
Start listing supported specifications 5 years ago
Mickael Remond 661188752e
Formatting 5 years ago
Mickael Remond 409d563eec
Update README example after API change 5 years ago
Mickaël Rémond b35868b689
Improve stanza package documentation 5 years ago
Mickael Remond 4a4fc39cf6
Merge with changes from master 5 years ago
Mickaël Rémond 80f32b4af7
Update README.md 5 years ago
Mickael Remond 428787d7ab
Refactor and move parsing and stanza to a separate package 5 years ago
Mickael Remond 6ddfa781e5
Update example in README 5 years ago
Mickael Remond 398ba224e7
Mention Namespace Delegation and Privileged Entity support 5 years ago
Mickael Remond 00e9dd4e47
Add link to examples directory. 5 years ago
Mickael Remond 348f29e055 Update example client to use router 5 years ago
Mickaël Rémond f7b7482d2e
Update README.md 5 years ago
Mickaël Rémond 36900cee20
Update README.md 5 years ago
Mickael Remond 3689448c90
Adds an example directly in README file to get a feel of the API 5 years ago
Mickael Remond 269f78b30d
Fix typo 5 years ago
Mickael Remond b62533d005
Fix codecov badge 5 years ago
Mickaël Rémond 94d9cbf7fa
Update README.md 5 years ago
Mickael Remond 401f0be40c
Detail on dependency policy. 5 years ago
Mickaël Rémond 9bebbda379
Update README.md 5 years ago
Mickaël Rémond 590eed1d07
More obvious link to GoDoc 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.
5 years ago
Mickaël Rémond 80f2888cff
Update README.md 6 years ago
Mickaël Rémond fde0faca09
Add Go Report Cart badge 6 years ago
Mickael Remond 75c9416763
Add badge pointing to documentation 6 years ago
Mickael Remond 51d6759354
Workaround Codeship coverage upload report issues
Codeship / Codecov docs are incorrect, but it seems I could make it work with this workaround.
6 years ago
Mickael Remond 753a872fe8
Add new test badge from Codeship 6 years ago
Mickael Remond 710174b165
Moving XMPP library to Fluux project 6 years ago
Mickaël Rémond 683085125c Fix Coveralls badge 7 years ago
Mickael Remond 06beebc812 Fix Coveralls badge image 8 years ago
Mickael Remond 09bf85b1e8 Add Travis and Coveralls badges 8 years ago
Mickael Remond f237b861bb Describe goal of the project. 9 years ago
Mickael Remond d8c8419cb1 Describe goal of the project. 9 years ago
Mickaël Rémond c9340b668d Initial commit 9 years ago