Commit graph

42 commits

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).
2020-02-11 16:29:52 +01:00
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
2020-01-09 15:33:11 +01:00
rcorniere
bfe2b7a30f Removed codeship and codecov. We now use github actions and coveralls. 2019-11-29 17:13:18 +01:00
remicorniere
a95b53d9ad
Update with coveralls badge. Removed codecov badge 2019-11-29 16:37:23 +01:00
Mickael Remond
4efde692a2
Add placeholder in README for routing packets and get IQ responses 2019-11-04 16:36:45 +01:00
Mickael Remond
ef2c0b465e
Update examples 2019-10-29 14:39:58 +01: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
f984a93e63
Formatting 2019-07-27 16:50:41 -07:00
Mickael Remond
9577036327 Add support for self-signed certificates 2019-07-15 12:22:21 +02:00
Mickael Remond
3ba59afd6e
Start listing supported specifications 2019-06-29 15:15:09 +02:00
Mickael Remond
661188752e
Formatting 2019-06-29 15:09:05 +02:00
Mickael Remond
409d563eec
Update README example after API change 2019-06-29 14:58:59 +02:00
Mickaël Rémond
b35868b689
Improve stanza package documentation 2019-06-29 14:53:14 +02:00
Mickael Remond
4a4fc39cf6
Merge with changes from master 2019-06-27 14:55:44 +02:00
Mickaël Rémond
80f32b4af7
Update README.md 2019-06-27 09:47:08 +02:00
Mickael Remond
428787d7ab
Refactor and move parsing and stanza to a separate package 2019-06-26 17:14:52 +02:00
Mickael Remond
6ddfa781e5
Update example in README 2019-06-22 11:29:47 +02:00
Mickael Remond
398ba224e7
Mention Namespace Delegation and Privileged Entity support 2019-06-18 15:16:19 +02:00
Mickael Remond
00e9dd4e47
Add link to examples directory. 2019-06-18 15:01:21 +02:00
Mickael Remond
348f29e055 Update example client to use router 2019-06-18 14:36:56 +02:00
Mickaël Rémond
f7b7482d2e
Update README.md 2019-06-18 09:01:07 +02:00
Mickaël Rémond
36900cee20
Update README.md 2019-06-08 19:16:20 +02:00
Mickael Remond
3689448c90
Adds an example directly in README file to get a feel of the API 2019-06-07 16:33:10 +02:00
Mickael Remond
269f78b30d
Fix typo 2019-06-07 15:40:34 +02:00
Mickael Remond
b62533d005
Fix codecov badge 2019-05-31 19:10:42 +02:00
Mickaël Rémond
94d9cbf7fa
Update README.md 2019-01-10 18:12:07 +01:00
Mickael Remond
401f0be40c
Detail on dependency policy. 2018-12-26 19:29:57 +01:00
Mickaël Rémond
9bebbda379
Update README.md 2018-12-26 19:24:07 +01:00
Mickaël Rémond
590eed1d07
More obvious link to GoDoc 2018-12-26 18:59:40 +01:00
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.
2018-12-26 18:50:01 +01:00
Mickaël Rémond
80f2888cff
Update README.md 2018-01-16 22:36:15 +01:00
Mickaël Rémond
fde0faca09
Add Go Report Cart badge 2018-01-12 19:03:21 +01:00
Mickael Remond
75c9416763
Add badge pointing to documentation 2018-01-10 15:33:16 +01:00
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.
2018-01-02 16:21:45 +01:00
Mickael Remond
753a872fe8
Add new test badge from Codeship 2018-01-01 18:43:08 +01:00
Mickael Remond
710174b165
Moving XMPP library to Fluux project 2018-01-01 18:12:33 +01:00
Mickaël Rémond
683085125c Fix Coveralls badge 2017-10-21 14:08:44 +02:00
Mickael Remond
06beebc812 Fix Coveralls badge image 2016-02-15 18:40:48 +01:00
Mickael Remond
09bf85b1e8 Add Travis and Coveralls badges 2016-02-15 18:39:12 +01:00
Mickael Remond
f237b861bb Describe goal of the project. 2015-12-29 11:52:02 +01:00
Mickael Remond
d8c8419cb1 Describe goal of the project. 2015-12-29 11:49:43 +01:00
Mickaël Rémond
c9340b668d Initial commit 2015-12-29 09:35:46 +01:00