Commit graph

128 commits

Author SHA1 Message Date
Mickaël Rémond b030e8dd4b
Merge pull request #13 from hypafrag/xml_charset_reader_support
added charsets support
2019-01-17 12:03:37 +01:00
Mickaël Rémond 140d3b4d95
Merge pull request #14 from SamWhited/support_modules
Support Go Modules
2019-01-17 12:02:21 +01:00
Sam Whited fab47e1a4b Support Go Modules 2019-01-16 10:27:34 -06: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
Mickael Remond a35a7959d7
Fix typo 2018-12-26 19:20:56 +01:00
Mickael Remond be587fac4c
Fix path in Dockerfile 2018-12-26 19:18:42 +01:00
Mickael Remond f837b8be87
Merge branch 'master' of github.com:FluuxIO/go-xmpp 2018-12-26 19:11:02 +01:00
Mickael Remond c7cdf3b5f3
Fix broken imports 2018-12-26 19:10:30 +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
hypafrag 3a51dce786 added charsets support 2018-10-13 19:45:48 +07:00
Mickael Remond 95585866c2
Add timing metrics in client.
This can be used to monitor/troubleshoot server performance.
2018-09-26 17:26:14 +02:00
Mickael Remond f70e2ca9a7
Rename options -> config 2018-09-26 16:27:37 +02:00
Mickael Remond fa5590e921
Rename Options to Config 2018-09-26 16:25:04 +02:00
Mickael Remond 1c3aaad174
Minor: comment reformat. 2018-09-23 18:43:46 +02:00
Mickael Remond a43518b976
Better style 2018-09-23 18:40:13 +02:00
Mickael Remond 07b0d2d14d
Cleanup and add test for IOT control set parsing 2018-02-13 23:04:13 +01:00
Mickael Remond d6bedfb033
Minor cleanup 2018-02-13 22:07:15 +01:00
Mickael Remond 24b8d7da3d
Make demo component generic 2018-01-26 12:37:27 +01:00
Mickael Remond bb1621364a
Demo support for items browsing 2018-01-26 11:40:59 +01:00
Mickael Remond c451e3bc63
Add support for disco info node 2018-01-26 11:40:34 +01:00
Mickael Remond 266ed9b1e4
Do not marshal 'empty' error elements 2018-01-26 11:16:04 +01:00
Mickael Remond ad6e09a0f6
Implements send / send raw 2018-01-26 09:55:39 +01:00
Mickael Remond 2cd8eed765
Implement disco#items parsing and marshaling 2018-01-26 09:24:34 +01:00
Mickael Remond 3e6cf2c8b0
Add link to component protocol 2018-01-25 23:20:22 +01:00
Mickael Remond bdfd035bf3
Handshake minor refactor 2018-01-25 23:16:55 +01:00
Mickael Remond 4173d9ee70
Fix link format 2018-01-25 23:04:08 +01:00
Mickael Remond b9b77f6be9
Improve code documentation 2018-01-25 23:02:01 +01:00
Mickael Remond ca148e5fe5
Improve code documentation 2018-01-25 17:04:19 +01:00
Mickael Remond 7e50d313ea
Improve presence / message test 2018-01-25 11:00:20 +01:00
Mickael Remond 28fb5bf61b
Add basic test for messages 2018-01-24 09:38:02 +01:00
Mickael Remond 7ae2adca9f
Adds support for error element on message and presence 2018-01-23 09:10:10 +01:00
Mickael Remond 8cb1e1264e
Clean-up 2018-01-23 09:08:21 +01:00
Mickael Remond cb2af43fe3
Decode presence and message for components 2018-01-23 08:55:15 +01:00
Mickael Remond 57cc0a25ac
Clean-up 2018-01-22 23:33:16 +01:00
Mickaël Rémond adb14260f0
Merge pull request #6 "Error parsing / generation" 2018-01-20 18:58:08 +01:00
Mickael Remond fb8d050a00
IQ error management 2018-01-20 18:56:07 +01:00
Mickael Remond 8470c01c09
Implement error parsing 2018-01-20 18:09:13 +01:00
Mickael Remond bbfafbb32c
Clean-up / Consistency 2018-01-18 17:03:54 +01:00
Mickael Remond 993ca630f7
Test and code refactor 2018-01-17 18:47:34 +01:00
Mickaël Rémond 80f2888cff
Update README.md 2018-01-16 22:36:15 +01:00
Mickael Remond d33490cdc0
Work-in-progress on dynamic IQ parsing 2018-01-16 22:33:21 +01:00
Mickaël Rémond 2e47f1659d
Merge pull request #5 from FluuxIO/parsing
Improve IQ parsing and generation
2018-01-15 12:54:37 +01:00
Mickael Remond 20c2c44941
Fix broken tests 2018-01-15 12:52:28 +01:00
Mickael Remond b3c11fb151
If codecov script is not available, do not try to upload 2018-01-15 12:52:16 +01:00
Mickael Remond c821267928
Do not repeat xmlns in attributes on parsing 2018-01-15 12:47:26 +01:00
Mickael Remond dade3504f0
Improve generic IQ parsing 2018-01-15 12:28:34 +01:00
Mickael Remond ff2da776d3
Basic test component (disco Info) 2018-01-14 16:54:12 +01:00