Commit Graph

391 Commits (80ba7905559be1612803006c92d21e27601c13e8)
 

Author SHA1 Message Date
Mickael Remond cca0919b8a
Fix session element parsing on IQ
5 years ago
Mickael Remond 40e907e8ee
Clean-up & refactor
5 years ago
Mickael Remond 838c059398
Remove Bind in the payload list, as it is intended to be used by XMPP client and not by users of the library.
5 years ago
Mickael Remond 3ba59afd6e
Start listing supported specifications
5 years ago
Mickael Remond 661188752e
Formatting
5 years ago
Mickael Remond 409d563eec
Update README example after API change
5 years ago
Mickael Remond d90cc239ae
Spelling consistency
5 years ago
Mickaël Rémond b35868b689
Improve stanza package documentation
5 years ago
Mickael Remond 6165232d7a
Improves documentation of stanza package
5 years ago
Mickael Remond 91c562200d
Move missing file to stanza package
5 years ago
Mickael Remond 5992cc2231 Fix XMPP logger consistency
5 years ago
Mickael Remond 318e5e8a50
Postconnect method should receive an xmpp.Sender and not directly a client
5 years ago
Mickael Remond a465e370e2
Rename check_cert
5 years ago
Mickael Remond 9bb4f32769
Clean up & documentation
5 years ago
Mickael Remond e3c0747cbb
Improves documentation: Explain how to create a custom stanza extension
5 years ago
Mickaël Rémond 0fd1bb2483
Merge pull request #79: Stanza package & pattern to help building stanzas
5 years ago
Mickael Remond 4a4fc39cf6
Merge with changes from master
5 years ago
Mickael Remond 5db9a80605
Move example to new data structure
5 years ago
Mickael Remond 20a66dc47d
Use an approach to build stanza that do not require a "builder" abstraction
5 years ago
Mickael Remond 1dacc663d3
Add basic builder support
5 years ago
Mickael Remond cb9016693c
Move some IQ declaration in their own files
5 years ago
Mickael Remond 0c7e4588c6
Add initial documentation
5 years ago
Mickael Remond 3fa1a4b387
Remove useless reference to IQPayload
5 years ago
Mickaël Rémond 80f32b4af7
Update README.md
5 years ago
Mickael Remond 781b875cf1
Resync with Master
5 years ago
Mickael Remond 3d088a6078 Use NullableInt to encode presence history values
5 years ago
Mickael Remond 0ee4764d31 Update error.go
5 years ago
Martin/Geno 1971772394 fix everything
5 years ago
genofire 6fbfe9fd0a Update pres_muc_test.go
5 years ago
Mickael Remond 5ed66de79e
Fix tests after refactor
5 years ago
Mickael Remond 428787d7ab
Refactor and move parsing and stanza to a separate package
5 years ago
Mickael Remond 0acf824217
Fix typo in error const enum
5 years ago
Mickael Remond 445bb8efa3
Fix crash on send when disconnected
5 years ago
Mickael Remond f79a3a219b
Improves IPV6 examples
5 years ago
Mickael Remond 1c792e61c6 Adding tests and always use brackets in IPV6 addresses
5 years ago
genofire fde524ef98 fix connection to ipv6 address + use fallback to jid domain
5 years ago
Mickael Remond 7a386ec8d0 Examples should use local repository version
5 years ago
Mickael Remond 83f96fbd41 Fix error code
5 years ago
Mickael Remond def9629a0b Make it possible to extract unknown iq payload, in field Any
5 years ago
Mickael Remond 1542110f1b If there is no match in router, properly send not-implemented reply for iq set & get
5 years ago
Mickael Remond d6d371df4d Do not export Router.route as it is not supposed to be called directly
5 years ago
Mickael Remond 3521c488ea Initial HTML message support
5 years ago
Mickael Remond 8f7b4ba8a4 Implement MUC Presence Extension
5 years ago
Mickael Remond 4a4c4850d1
Add msg.Get method to match and extract message extensions
5 years ago
Mickael Remond 6ddfa781e5
Update example in README
5 years ago
Mickael Remond 555cbe12b4
Update example dependency to latest code version
5 years ago
Mickael Remond e9c704eff5
Fix router after #62 merge
5 years ago
genofire d9fdff0839 Add constants (enumlike) for stanza types and simplify packet creation (#62)
5 years ago
Mickaël Rémond 145fce6b3f
Add StanzaType matcher / Clarify empty route behaviour (#65)
5 years ago
Mickael Remond 5d362b505b
Priority is an int
5 years ago