Commit Graph

  • d4a8616da2 Move examples out of the cmd directory Mickael Remond 2019-06-08 11:34:09 +02:00
  • b7461ae97f Do not reconnect on "connection replaced" stream errors Mickael Remond 2019-06-08 11:15:51 +02:00
  • 3689448c90 Adds an example directly in README file to get a feel of the API Mickael Remond 2019-06-07 16:33:10 +02:00
  • 0865f4e35c Improves comments Mickael Remond 2019-06-07 16:30:57 +02:00
  • eb2b506e3b Add helpers to access full / bare jid as string Mickael Remond 2019-06-07 16:25:18 +02:00
  • ae153e1ee5 Fix filename Mickael Remond 2019-06-07 16:00:58 +02:00
  • 1be04b0fba Expose JID fields and rename to match XEP-0029 wording Mickael Remond 2019-06-07 15:56:41 +02:00
  • 269f78b30d Fix typo Mickael Remond 2019-06-07 15:40:34 +02:00
  • 2d8d4516fd Handling basic unrecoverable errors Mickael Remond 2019-06-07 15:23:23 +02:00
  • d45dd6a44a Returned client will be nil if parameter are incorrect Mickael Remond 2019-06-07 12:16:58 +02:00
  • b8fdc510a6 Further improvements on JID parsing Mickael Remond 2019-06-07 11:40:10 +02:00
  • 3ccc2680b0 Add typing support: XEP-0085: Chat State Notifications Martin/Geno 2019-06-06 20:08:10 +02:00
  • 3ea0e38f98 fix chat markers - id is a attribute not element Martin/Geno 2019-06-06 20:26:27 +02:00
  • b7c21871b1 Add TODO Mickael Remond 2019-06-06 19:12:31 +02:00
  • a451e64638 Improves comments Mickael Remond 2019-06-06 12:01:49 +02:00
  • 2f391fde80 Add Client Manager to monitor connection state and trigger reconnect (#39) Mickaël Rémond 2019-06-06 11:58:50 +02:00
  • 6cdadc95e9 Expose type registry for custom user-defined payload and extensions Mickael Remond 2019-06-05 10:23:18 +02:00
  • b93a3a2550 Improve JID parsing Mickael Remond 2019-06-05 10:02:24 +02:00
  • 80d8d6d231 Apply namespace fixes from #33 Mickael Remond 2019-06-05 08:51:21 +02:00
  • f034b74b54 fix import after moving Martin/Geno 2019-06-05 03:43:28 +02:00
  • e7c57cad97 complete XEP-0333 support (with displayed) Martin/Geno 2019-06-05 03:58:51 +02:00
  • 4e597505f4 Remove unused import Mickaël Rémond 2019-06-04 19:38:15 +02:00
  • 15ceab9fc4 easy xmlformat output Martin/Geno 2019-06-04 19:10:21 +02:00
  • 4c23014051 Test clean up Mickael Remond 2019-06-04 19:01:19 +02:00
  • 06ee607f53 Run tests on Golang 1.12 Mickael Remond 2019-06-04 18:59:34 +02:00
  • 0e110bc412 Fix vanity URL import Mickael Remond 2019-06-04 18:36:29 +02:00
  • 57ed387f4f Add support for Out of Band markers (OOB) from XEP-0066 Mickael Remond 2019-06-04 18:35:56 +02:00
  • 67eaed98b6 Add support for chat markers parsing (XEP-0333) Mickael Remond 2019-06-04 18:27:32 +02:00
  • 7a4364be95 Refactor / clean up registry Mickael Remond 2019-06-04 17:04:25 +02:00
  • 836e723273 Refactor / extract the registry Mickael Remond 2019-06-03 12:40:42 +02:00
  • b05efea81d Quick prototype of message extension Mickael Remond 2019-05-31 23:35:04 +02:00
  • f74f276a22 Fix me note Mickael Remond 2019-05-31 23:33:26 +02:00
  • 0f6ff41792 Merge pull request #22 from genofire/fix-component Mickaël Rémond 2019-05-31 19:44:44 +02:00
  • b3a6429e0e Check for errors in component connect. Mickael Remond 2019-05-31 19:41:32 +02:00
  • e54260ec68 Clarify use of insecure flag Mickael Remond 2019-05-31 19:22:36 +02:00
  • 996feb1a40 Better documentation for config Mickael Remond 2019-05-31 19:11:15 +02:00
  • b62533d005 Fix codecov badge Mickael Remond 2019-05-31 19:10:42 +02:00
  • d31fc9b34c Disable Codecov comments on PR Mickael Remond 2019-05-31 19:08:20 +02:00
  • afe2017b8b Merge pull request #23 from FluuxIO/xmpp-check Mickaël Rémond 2019-05-31 19:02:48 +02:00
  • c55257cbed Merge branch 'master' into xmpp-check Mickaël Rémond 2019-05-31 19:02:10 +02:00
  • f390433700 Add README for component. Mickael Remond 2019-05-31 18:56:24 +02:00
  • 757e339946 [BUGFIX] no pointer in type case in component Martin/Geno 2019-05-31 13:46:57 +02:00
  • 95dded61a1 Update README.md Mickaël Rémond 2019-05-16 18:10:06 +02:00
  • da0a8b9c29 Add readme for XMPP check domain Mickaël Rémond 2019-05-16 18:09:39 +02:00
  • 53916900d4 Update xmpp_test.go Mickaël Rémond 2019-05-16 18:04:09 +02:00
  • 5d6329f0b4 Update presence_test.go Mickaël Rémond 2019-05-16 18:03:44 +02:00
  • 23a710b36f Update message_test.go Mickaël Rémond 2019-05-16 18:03:12 +02:00
  • 1a6e4f266b Fix import path Mickaël Rémond 2019-05-16 18:01:47 +02:00
  • f45829916c Add tool to check XMPP certificate on starttls Mickael Remond 2019-05-16 17:46:36 +02:00
  • c642ad79fc More file to ignore Mickael Remond 2019-05-16 16:13:19 +02:00
  • d16c4cbba4 Add tool to check XMPP certificate on starttls Mickael Remond 2019-05-16 17:46:36 +02:00
  • 67d9170354 More file to ignore Mickael Remond 2019-05-16 16:13:19 +02:00
  • 91a7cc9c64 Merge pull request #16 from TheoMcGinley/infinite-retries-fix Mickaël Rémond 2019-02-11 09:48:30 +01:00
  • ffcde39ba6 Add test (and refactor them) for PR#15 (#18) Mickaël Rémond 2019-02-10 17:53:18 +01:00
  • 392d3a1ae7 Merge pull request #15 from TheoMcGinley/presence-parsing-fix Mickaël Rémond 2019-02-10 17:17:37 +01:00
  • da4ae4693e Merge pull request #17 from TheoMcGinley/close-channel-after-error Mickaël Rémond 2019-02-09 22:49:38 +01:00
  • 48bc14b3e0 Closed receiver chan on error Theo McGinley 2019-02-09 15:48:27 +00:00
  • adf2c13a8c Fixed infinite retries for failed TCP dial Theo McGinley 2019-02-09 14:35:31 +00:00
  • e1cb9ac037 Parse show, status, and priority of presence stanzas as child elements instead of attributes Theo McGinley 2019-02-09 14:18:37 +00:00
  • c0f3d20440 Use tagged version for soundcloud and mgp123 Mickael Remond 2019-01-23 09:22:15 +01:00
  • cf836f5f71 Add CoC and contribution guide Mickael Remond 2019-01-21 16:24:26 +01:00
  • b030e8dd4b Merge pull request #13 from hypafrag/xml_charset_reader_support Mickaël Rémond 2019-01-17 12:03:37 +01:00
  • 140d3b4d95 Merge pull request #14 from SamWhited/support_modules Mickaël Rémond 2019-01-17 12:02:21 +01:00
  • fab47e1a4b Support Go Modules Sam Whited 2019-01-16 10:27:34 -06:00
  • 94d9cbf7fa Update README.md Mickaël Rémond 2019-01-10 18:12:07 +01:00
  • 401f0be40c Detail on dependency policy. Mickael Remond 2018-12-26 19:29:57 +01:00
  • 9bebbda379 Update README.md Mickaël Rémond 2018-12-26 19:24:07 +01:00
  • a35a7959d7 Fix typo Mickael Remond 2018-12-26 19:20:56 +01:00
  • be587fac4c Fix path in Dockerfile Mickael Remond 2018-12-26 19:18:42 +01:00
  • f837b8be87 Merge branch 'master' of github.com:FluuxIO/go-xmpp Mickael Remond 2018-12-26 19:11:02 +01:00
  • c7cdf3b5f3 Fix broken imports Mickael Remond 2018-12-26 19:10:30 +01:00
  • 590eed1d07 More obvious link to GoDoc Mickaël Rémond 2018-12-26 18:59:40 +01:00
  • 5eae7f4ef7 Move project to gosrc.io/xmpp Mickael Remond 2018-12-26 18:50:01 +01:00
  • 3a51dce786 added charsets support hypafrag 2018-10-13 19:45:48 +07:00
  • 95585866c2 Add timing metrics in client. Mickael Remond 2018-09-26 17:26:14 +02:00
  • f70e2ca9a7 Rename options -> config Mickael Remond 2018-09-26 16:27:37 +02:00
  • fa5590e921 Rename Options to Config Mickael Remond 2018-09-26 16:25:04 +02:00
  • 1c3aaad174 Minor: comment reformat. Mickael Remond 2018-09-23 18:43:46 +02:00
  • a43518b976 Better style Mickael Remond 2018-09-23 18:40:13 +02:00
  • 07b0d2d14d Cleanup and add test for IOT control set parsing Mickael Remond 2018-02-13 23:04:13 +01:00
  • d6bedfb033 Minor cleanup Mickael Remond 2018-02-13 22:07:15 +01:00
  • 24b8d7da3d Make demo component generic Mickael Remond 2018-01-26 12:37:27 +01:00
  • bb1621364a Demo support for items browsing Mickael Remond 2018-01-26 11:40:59 +01:00
  • c451e3bc63 Add support for disco info node Mickael Remond 2018-01-26 11:40:34 +01:00
  • 266ed9b1e4 Do not marshal 'empty' error elements Mickael Remond 2018-01-26 11:16:04 +01:00
  • ad6e09a0f6 Implements send / send raw Mickael Remond 2018-01-26 09:55:39 +01:00
  • 2cd8eed765 Implement disco#items parsing and marshaling Mickael Remond 2018-01-26 09:24:34 +01:00
  • 3e6cf2c8b0 Add link to component protocol Mickael Remond 2018-01-25 23:20:22 +01:00
  • bdfd035bf3 Handshake minor refactor Mickael Remond 2018-01-25 23:16:55 +01:00
  • 4173d9ee70 Fix link format Mickael Remond 2018-01-25 23:04:08 +01:00
  • b9b77f6be9 Improve code documentation Mickael Remond 2018-01-25 23:02:01 +01:00
  • ca148e5fe5 Improve code documentation Mickael Remond 2018-01-25 17:04:19 +01:00
  • 7e50d313ea Improve presence / message test Mickael Remond 2018-01-25 11:00:20 +01:00
  • 28fb5bf61b Add basic test for messages Mickael Remond 2018-01-24 09:38:02 +01:00
  • 7ae2adca9f Adds support for error element on message and presence Mickael Remond 2018-01-23 09:10:10 +01:00
  • 8cb1e1264e Clean-up Mickael Remond 2018-01-23 09:08:21 +01:00
  • cb2af43fe3 Decode presence and message for components Mickael Remond 2018-01-23 08:55:15 +01:00
  • 57cc0a25ac Clean-up Mickael Remond 2018-01-22 23:33:16 +01:00
  • adb14260f0 Merge pull request #6 "Error parsing / generation" Mickaël Rémond 2018-01-20 18:58:08 +01:00
  • fb8d050a00 IQ error management Mickael Remond 2018-01-20 18:56:07 +01:00