688ae14
pubsub: Move common attributes to the module.
Emmanuel Gil Peyrot created
688ae14
pubsub: Move common attributes to the module.
Emmanuel Gil Peyrot created
b37a8da
Add a User Nickname (XEP-0172) parser and serialiser.
Emmanuel Gil Peyrot created
90063e5
mood: Add support for the <text/> element.
Emmanuel Gil Peyrot created
3d495cc
Use check_no_children!() where it makes sense.
Emmanuel Gil Peyrot created
93b018e
macros: Remove use requirement on ns.
Emmanuel Gil Peyrot created
d9aaa3e
macros: Remove use requirement on error::Error.
Emmanuel Gil Peyrot created
6f49702
macros: Remove use requirement on minidom::Element.
Emmanuel Gil Peyrot created
0d4327e
macros: Remove use requirement on minidom::IntoAttributeValue.
Emmanuel Gil Peyrot created
040792c
macros: Remove use requirement on std::str::FromStr.
Emmanuel Gil Peyrot created
292cdd0
macros: Remove use requirement on try_from::TryFrom.
Emmanuel Gil Peyrot created
84355f9
macros: Simplify generated code for check_no_attributes!().
Emmanuel Gil Peyrot created
6bb466e
Use check_self!() where it makes sense.
Emmanuel Gil Peyrot created
e0438f9
jingle_message, muc, presence, version: Always use the check_no_attributes macro.
Emmanuel Gil Peyrot created
f2f8de7
message: Rename body into value, since this applies to subject too.
Emmanuel Gil Peyrot created
c72f581
message: Optimise slightly the get_best method.
Emmanuel Gil Peyrot created
6bafe35
message: Add getters for the best body per language list.
Emmanuel Gil Peyrot created
53e23cb
jingle_s5b: Make Candidate.host an IpAddr instead of a String.
Emmanuel Gil Peyrot created
3310f29
jingle_s5b: Add constructors and setters.
Emmanuel Gil Peyrot created
927df2f
jingle_ft: Add constructors and setters.
Emmanuel Gil Peyrot created
a1e95ff
jingle: Add constructors and setters.
Emmanuel Gil Peyrot created
c762a03
hashes: Add two constructors.
Emmanuel Gil Peyrot created
1634c7d
Merge branch 'upgrade_quick_xml_0.12.1' into 'master'
Upgrade quick-xml to 0.12.1 See merge request lumi/minidom-rs!28
lumi created
96f223b
bump version to 0.9.0 and upgrade quick-xml to 0.12.1
Matt Bilker created
d83624c
component: Add constructors.
Emmanuel Gil Peyrot created
0a057cd
component: Fix handshake content, it’s hex, not base64!
Emmanuel Gil Peyrot created
06afb5a
release version 0.5.1
Emmanuel Gil Peyrot created
c45d1bf
simplify tests for invalid JIDs
Emmanuel Gil Peyrot created
fd4a513
implement Fail on JidParseError
Emmanuel Gil Peyrot created
87d5918
remove redundant test
Emmanuel Gil Peyrot created
56b4657
simplify Debug and Display implementations
Emmanuel Gil Peyrot created
011308b
Add a component handshake parser.
Emmanuel Gil Peyrot created
395b64e
Add a <stream:stream> parser.
Emmanuel Gil Peyrot created
3de29e1
lib, ns, error, macros: Update the copyright year.
Emmanuel Gil Peyrot created
a7f460f
update base64 and openssl deps
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
Marc-Antoine Perennou created
a484150
bind: Switch to an enum, only three options are possible.
Emmanuel Gil Peyrot created
772c6b5
update dependencies
Emmanuel Gil Peyrot created
6ac5bb9
happy_eyeballs: fix two mut warnings
Emmanuel Gil Peyrot created
7c0975d
Add a Bind parser.
Emmanuel Gil Peyrot created
cfaebb4
Add a SASL parser.
Emmanuel Gil Peyrot created
fab99c9
error: Remove std::error::Error implementation as it conflicts with failure.
Emmanuel Gil Peyrot created
208e280
Add a WebSocket <open/> parser.
Emmanuel Gil Peyrot created
0589b85
Merge branch 'tests' into 'master'
Add more error cases and corresponding tests, and bump minidom See merge request xmpp-rs/jid-rs!12
lumi created
e4dfa21
update changelog
lumi created
98ad44b
release version 0.5.0
Emmanuel Gil Peyrot created
c1fbfd2
bump minidom dependency
Emmanuel Gil Peyrot created
00f7d54
add tests for errors
Emmanuel Gil Peyrot created
8924d2d
Merge branch 'linkmauve/minidom-rs-failure'
# Conflicts: # src/tests.rs
lumi created
c998386
Merge branch 'master' into 'master'
Support comment and write to quick-xml Writer See merge request lumi/minidom-rs!26
lumi created
0eba989
bump version to 0.8.0 and add CHANGELOG.md entry
Emmanuel Gil Peyrot created
236582b
update quick_xml and migrate from error-chain to failure
Emmanuel Gil Peyrot created