Results 1 to 6 of 6

Thread: One example about QXmppTransferManager::setProxy() for QT

  1. #1
    Join Date
    Sep 2016
    Posts
    78
    Thanked 1 Time in 1 Post
    Qt products
    Qt5

    Default One example about QXmppTransferManager::setProxy() for QT

    I need to use one proxy with QXmppTransferManager::setProxy()
    I include this using this
    Qt Code:
    1. manager = new QXmppTransferManager;
    2. manager->setProxy();//JID OF MY PROXY SOCKS
    3. cliente.addExtension(manager);
    To copy to clipboard, switch view to plain text mode 

    But i need to include Jid ¿What is Jid? someone know about this?
    reference:
    http://doc.qxmpp.org/qxmpp-0.7.5/cla...erManager.html
    Last edited by davinciomare; 8th October 2016 at 21:58.

  2. #2
    Join Date
    Sep 2016
    Posts
    78
    Thanked 1 Time in 1 Post
    Qt products
    Qt5

    Default Re: One example about QXmppTransferManager::setProxy() for QT

    i think it's better ftp or https to send files in one chat.

  3. #3
    Join Date
    Dec 2009
    Location
    New Orleans, Louisiana
    Posts
    791
    Thanks
    13
    Thanked 153 Times in 150 Posts
    Qt products
    Qt5
    Platforms
    MacOS X

    Default Re: One example about QXmppTransferManager::setProxy() for QT

    Quote Originally Posted by davinciomare View Post
    But i need to include Jid ¿What is Jid? someone know about this?
    Reading the doc you linked to, my guess is it is a job identifier that *you* specify. What have you tried? Did you specify a value and get an error?
    I write the best type of code possible, code that I want to write, not code that someone tells me to write!

  4. #4
    Join Date
    Sep 2016
    Posts
    78
    Thanked 1 Time in 1 Post
    Qt products
    Qt5

    Default Re: One example about QXmppTransferManager::setProxy() for QT

    i am trying to use some type of proxy because the firewall block the transference of files. But i can include other technology

  5. #5
    Join Date
    Sep 2016
    Posts
    78
    Thanked 1 Time in 1 Post
    Qt products
    Qt5

    Default Re: One example about QXmppTransferManager::setProxy() for QT

    Probably solution: I was searching information and for example this page take support with socks5 and bosh. https://jabber.at/p/features-firewalls/

  6. #6
    Join Date
    Sep 2016
    Posts
    78
    Thanked 1 Time in 1 Post
    Qt products
    Qt5

    Default Re: One example about QXmppTransferManager::setProxy() for QT

    solved i'm implementing server client it's better sorry for this question it's not good i think

Similar Threads

  1. Query about setProxy() function
    By sups in forum Qt Programming
    Replies: 0
    Last Post: 25th March 2011, 09:35

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.