xmpp-rs-mirror/src
Maxime “pep” Buquet 1c3a701d2e element: Fix element name comparison in from_reader
quick-xml's Events seem to always return prefixed names, and the
from_reader function, when comparing name of the pop-ed element, and
received event element, was using the unprefixed name to compare.
2017-12-30 17:26:15 +01:00
..
convert.rs implement IntoElements on Into<Element> instead of Element 2017-08-27 01:36:18 +01:00
element.rs element: Fix element name comparison in from_reader 2017-12-30 17:26:15 +01:00
error.rs switch Element namespaces to NamespaceSet with parent reference 2017-08-13 02:24:34 +02:00
lib.rs rename namespaces mod to namespace_set 2017-08-13 17:29:38 +02:00
namespace_set.rs rename namespaces mod to namespace_set 2017-08-13 17:29:38 +02:00
tests.rs switch Element namespaces to NamespaceSet with parent reference 2017-08-13 02:24:34 +02:00