Smack/smack-legacy/src/main/java/org/jivesoftware/smackx/workgroup
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
..
agent Do not call XmlPullParser.getName() when the event is unknown 2021-07-06 13:37:57 +02:00
ext errorprone: Enable MethodCanBeStatic 2019-09-07 23:01:39 +02:00
packet [core] Pass down the XML environment in IQChildElementXmlStringBuilder 2021-10-19 11:29:23 +02:00
settings Enable MissingJavadocPackage and UnnecessaryParentheses checkstyle checks 2019-07-24 09:18:39 +02:00
user Re-work data form API 2020-05-13 20:14:41 +02:00
util Add "whitespace after comma" checkstyle rule 2019-05-17 21:56:46 +02:00
MetaData.java Introduce XmlEnvironment 2019-02-05 13:18:03 +01:00
QueueUser.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
WorkgroupInvitation.java Enable javadoc checkstyle 2015-03-29 12:29:32 +02:00
WorkgroupInvitationListener.java Fix minor codestyle issues 2017-12-17 11:03:46 +01:00
package-info.java Add JavadocPackage checkstyle 2015-04-04 17:16:47 +02:00