Dave Pasirstein
Dave Pasirstein
XMPPFramework: 4.1.0 Running with eJabberd 23.04 Setup both sides with: ``` xmppIncommingFileTranser = XMPPIncomingFileTransfer() xmppIncommingFileTranser.disableIBB = false xmppIncommingFileTranser.disableSOCKS5 = false fileTransfer = XMPPOutgoingFileTransfer(dispatchQueue: DispatchQueue.main) fileTransfer.disableIBB = false fileTransfer.disableSOCKS5 = false...
### Description I'm not exactly sure where this bug is arising from (e.g. swift-openapi-generator or one of its dependencies like OpenAPIKit). In short, using `swift-openapi-generator` with when the `yams` version...
### Motivation #### Summary This PR takes a different approach than the prior PRs mentioned below. It attempts to implement what @czechboy0 suggested by filtering/modifying the initial parsed openapi document...