Help with setProxy (const QString & proxyJid) in QT

1

Hi, I need to include a proxy in my XMPP, but I have several questions. Is the SOCKS5 Jid asked to use this? I would have to do the following:

manager = new QXmppTransferManager;
manager->setProxy(const QString & proxyJid);

Source: link

Any help I could use to configure my proxy in xmpp with file transfer since I have a chat and the firewall because when I send files with the chat it is a martyrdom ...

    
asked by jeronimo urtado 08.10.2016 в 21:55
source

0 answers