1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-25 04:44:49 +02:00
Smack/smack-core/src/test/java/org/jivesoftware/smack
Florian Schmaus 84d73e9623 [core] Fix XmlEnvironment namespace: Use default namespace (not element's)
Assume the element
<foo:bar xmlns='namespace' xmlns:foo='foo-namespace'/>

then the <bar/> element's namespace is 'foo-namespace', but the
default namespace is 'namespace'. And this is the namespace that
scopes into inner elements.
2021-01-25 14:24:55 +01:00
..
altconnections
compress
datatypes [ibb] Use UInt16 for 'seq' and fix its handling 2020-12-05 23:04:17 +01:00
filter
packet
parsing
provider
sasl/core
util [core] Fix parseContentDepthWithRoundtrip() and add tests 2020-11-25 20:55:05 +01:00
xml [core] Fix XmlEnvironment namespace: Use default namespace (not element's) 2021-01-25 14:24:55 +01:00
ConnectionConfigurationTest.java
SmackConfigurationTest.java Add org.jivesoftware.smack.Smack with getVersion() and ensureInitialized() 2020-11-09 08:46:57 +01:00
SmackFutureTest.java
SmackTest.java Add Smack.getNoticeStream() and 'License' section to README 2020-11-09 08:46:57 +01:00
StanzaCollectorTest.java
StanzaIdTest.java