Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. XMPP message help
Forum Updated to NodeBB v4.3 + New Features

XMPP message help

Scheduled Pinned Locked Moved Solved 3rd Party Software
12 Posts 3 Posters 3.4k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    RIVOPICO
    wrote on 8 Oct 2016, 15:48 last edited by A Former User 10 Sept 2016, 13:45
    #1

    Hi i want when i do file transfer to send one message but i get this error:
    connect(manager,SIGNAL(fileReceived(const QXmppMessage&,QXmppTransferJob*)),this,SLOT(llegadaDatosArchivo(const QXmppMessage&,QXmppTransferJob*)));

    Other way to solve this.

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 8 Oct 2016, 15:54 last edited by
      #2

      Hi,

      You're posting a line of code. What error are you getting ?

      Also, you should consider using Qt 5 new connect syntax.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      R 1 Reply Last reply 8 Oct 2016, 15:54
      0
      • S SGaist
        8 Oct 2016, 15:54

        Hi,

        You're posting a line of code. What error are you getting ?

        Also, you should consider using Qt 5 new connect syntax.

        R Offline
        R Offline
        RIVOPICO
        wrote on 8 Oct 2016, 15:54 last edited by
        #3

        @SGaist QObject::connect: No such signal QXmppTransferManager::fileReceived(const QXmppMessage&,QXmppTransferJob*) in ..\cliente\mainwindow.cpp:105
        QObject::connect: (receiver name: 'MainWindow')

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 8 Oct 2016, 16:01 last edited by
          #4

          Please, at least take a look at the sources/doc of the classes you are using. The signal is void fileReceived(QXmppTransferJob *job);

          It's right here

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          R 1 Reply Last reply 8 Oct 2016, 16:06
          0
          • S SGaist
            8 Oct 2016, 16:01

            Please, at least take a look at the sources/doc of the classes you are using. The signal is void fileReceived(QXmppTransferJob *job);

            It's right here

            R Offline
            R Offline
            RIVOPICO
            wrote on 8 Oct 2016, 16:06 last edited by RIVOPICO 10 Aug 2016, 16:07
            #5

            @SGaist yes sorry i was trying one thing and show me one error and for this i changed.
            i can't do this of course:
            fileReceived(const QXmppMessage&,QXmppTransferJob*)

            have one question: for example if i want to send one message to check if my client is connected for example before to send something. It's posible or not?

            1 Reply Last reply
            0
            • ? Offline
              ? Offline
              A Former User
              wrote on 8 Oct 2016, 16:12 last edited by
              #6

              QXmpp isn't part of our framework. If you need help using that library, ask the people who know about it, https://github.com/qxmpp-project. This forum is not the central help for every piece of software written with Qt.

              R 1 Reply Last reply 8 Oct 2016, 16:25
              0
              • ? A Former User
                8 Oct 2016, 16:12

                QXmpp isn't part of our framework. If you need help using that library, ask the people who know about it, https://github.com/qxmpp-project. This forum is not the central help for every piece of software written with Qt.

                R Offline
                R Offline
                RIVOPICO
                wrote on 8 Oct 2016, 16:25 last edited by
                #7

                @Wieland Ok sorry!

                ? 1 Reply Last reply 8 Oct 2016, 16:29
                0
                • R RIVOPICO
                  8 Oct 2016, 16:25

                  @Wieland Ok sorry!

                  ? Offline
                  ? Offline
                  A Former User
                  wrote on 8 Oct 2016, 16:29 last edited by
                  #8

                  @RIVOPICO ;-)

                  R 1 Reply Last reply 8 Oct 2016, 19:59
                  0
                  • ? A Former User
                    8 Oct 2016, 16:29

                    @RIVOPICO ;-)

                    R Offline
                    R Offline
                    RIVOPICO
                    wrote on 8 Oct 2016, 19:59 last edited by RIVOPICO 10 Aug 2016, 20:10
                    #9

                    @Wieland Yes i know but if i'm doing one chat on qt like whatsapp where i will ask here not? And if i asked about hooks i need to create virtual keyboard. And i think my bad english i have not explained well. thx in advance.

                    1 Reply Last reply
                    0
                    • S Offline
                      S Offline
                      SGaist
                      Lifetime Qt Champion
                      wrote on 8 Oct 2016, 20:37 last edited by
                      #10

                      What @Wieland meant is that you are asking a lot of questions that are related to QXmpp and its use so you should rather contact the author of this library. The readme file points to that google group if you have any question related to the project.

                      Interested in AI ? www.idiap.ch
                      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                      1 Reply Last reply
                      2
                      • ? Offline
                        ? Offline
                        A Former User
                        wrote on 8 Oct 2016, 20:43 last edited by
                        #11

                        Yes, wasn't meant to be rude. Only wanted to express that your chances of getting a proper answer on this topic from the people here are pretty low.

                        R 1 Reply Last reply 8 Oct 2016, 20:49
                        3
                        • ? A Former User
                          8 Oct 2016, 20:43

                          Yes, wasn't meant to be rude. Only wanted to express that your chances of getting a proper answer on this topic from the people here are pretty low.

                          R Offline
                          R Offline
                          RIVOPICO
                          wrote on 8 Oct 2016, 20:49 last edited by RIVOPICO 10 Aug 2016, 22:07
                          #12

                          @Wieland Yes you are right i did bad to search changes of getting a proper answer sorry all.

                          1 Reply Last reply
                          0

                          8/12

                          8 Oct 2016, 16:29

                          • Login

                          • Login or register to search.
                          8 out of 12
                          • First post
                            8/12
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • Users
                          • Groups
                          • Search
                          • Get Qt Extensions
                          • Unsolved