Smack/smack-extensions/src/main/java/org/jivesoftware/smackx/bytestreams/ibb
Florian Schmaus b243a40e26 [core] Pass down the XML environment in IQChildElementXmlStringBuilder
This allows to avoid redundant XML namespaces within IQs, like for
example here:

<iq xmlns='jabber:client' id='EKP8I-1' type='set'>
    <jingle xmlns='urn:xmpp:jingle:1' action='content-accept' sid='MySession'>
        <content xmlns='urn:xmpp:jingle:1' creator='initiator' name='Hello world'>
        </content>
    </jingle>
</iq>

Fixes SMACK-917

Reported-by: Jonathan Lennox
2021-10-19 11:29:23 +02:00
..
packet [core] Pass down the XML environment in IQChildElementXmlStringBuilder 2021-10-19 11:29:23 +02:00
provider [ibb] Use UInt16 for 'seq' and fix its handling 2020-12-05 23:04:17 +01:00
CloseListener.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
DataListener.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
InBandBytestreamListener.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
InBandBytestreamManager.java [ibb] Ensure InBandBytestreamManager is a singleton 2020-07-03 22:01:15 +02:00
InBandBytestreamRequest.java Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
InBandBytestreamSession.java [ibb] Use UInt16 for 'seq' and fix its handling 2020-12-05 23:04:17 +01:00
InitiationListener.java [ibb] Ensure InBandBytestreamManager is a singleton 2020-07-03 22:01:15 +02:00
package-info.java Add missing package-info descriptions. 2018-02-21 16:47:11 +01:00