the nbxmpp lib is used by multiple Gajim versions, and this would make right now all of them send Jingle 3 FTs under Jingle 5 Namespace.
why not just add NS_JINGLE_FILE_TRANSFER_5
this will serv the same purpose, as future Gajim versions can use that namespace, but we dont get incompatible with older Gajim versions.
I think we shouldnt do this.
the nbxmpp lib is used by multiple Gajim versions, and this would make right now all of them send Jingle 3 FTs under Jingle 5 Namespace.
why not just add `NS_JINGLE_FILE_TRANSFER_5`
this will serv the same purpose, as future Gajim versions can use that namespace, but we dont get incompatible with older Gajim versions.