Commit Graph

  • 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
  • 6093f50721
    Merge pull request #110 from eaglerayp/feature/noTLS mattn 2019-01-24 18:32:44 +0900
  • 1f614e5b8d Fix client no StartTLS & server no required rayshih 2019-01-24 15:48:01 +0800
  • 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
  • ef6a1a617c keep IQ struct unchange Jesse Kuang 2019-01-15 10:53:08 +0800
  • 65fd08aee2 mv xmpp_get_info to other repo Jesse Kuang 2019-01-12 14:46:18 +0800
  • a79a0e59ef remove GNUmakefile .gitignore mv new example.go to other repo Jesse Kuang 2019-01-11 12:02:02 +0800
  • 5709ddefa8 move IQ stuff to xmpp_get_info and example Jesse Kuang 2019-01-11 11:20:54 +0800
  • 94d9cbf7fa
    Update README.md Mickaël Rémond 2019-01-10 18:12:07 +0100
  • 51b558cd2c add urn:xmpp:time; now response jabber GetInfo Jesse Kuang 2019-01-10 23:36:50 +0800
  • 66c008d798 add iq:version, iq:last Jesse Kuang 2019-01-10 22:53:01 +0800
  • 224305b3ef test with local prosody without conferenc Jesse Kuang 2019-01-10 20:43:44 +0800
  • 1e7b50b41c add conference support Jesse Kuang 2019-01-10 14:46:50 +0800
  • c18873b880 fix query roster process subscription="remove" roster improve roster process Jesse Kuang 2019-01-09 17:35:00 +0800
  • 2c5079ea28 fix param of tlsconn.VerifyHostname Jesse Kuang 2019-01-09 15:35:32 +0800
  • 113d9c0420 implement DNS SRV lookup Jesse Kuang 2019-01-09 13:52:43 +0800
  • 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
  • e543ad3fcd
    go fmt Yasuhiro Matsumoto 2018-05-05 20:33:05 +0900
  • 4fdbee9ac5
    Add 'id' to outgoing message using cnonce Richard Phillips 2018-05-04 12:20:46 +0100
  • 8a5843171f
    Merge pull request #97 from frankbraun/debug mattn 2018-04-23 11:14:11 +0900
  • 04ea54f191 introduce DebugWriter Frank Braun 2018-04-19 21:38:23 +0000
  • 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
  • 7ec2b8b7de add comments Harald Müller 2018-01-30 15:28:48 +0100
  • 43e817cebe Uppercase NO_PROXY takes precedence over no_proxy as in HTTP_PROXY Harald Müller 2018-01-30 15:10:17 +0100
  • 66aade104d check also for uppercase NO_PROXY env Harald Müller 2017-11-15 13:00:48 +0100
  • 2271ce0aec add method to send IQ messages without <query> element Harald Müller 2017-11-15 09:47:24 +0100
  • fda8e5cb42 respect enviroment var no_proxy Harald Müller 2017-11-15 09:46:44 +0100
  • bd84bf7b04
    Merge pull request #90 from WorksSystems/master mattn 2018-01-31 10:27:03 +0900
  • 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