Commit Graph

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