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

XMPP message help

Scheduled Pinned Locked Moved Solved 3rd Party Software
12 Posts 3 Posters 2.7k Views
  • 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.
  • SGaistS SGaist

    Hi,

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

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

    RIVOPICOR Offline
    RIVOPICOR Offline
    RIVOPICO
    wrote on 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
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on 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

      RIVOPICOR 1 Reply Last reply
      0
      • SGaistS SGaist

        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

        RIVOPICOR Offline
        RIVOPICOR Offline
        RIVOPICO
        wrote on last edited by RIVOPICO
        #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 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.

          RIVOPICOR 1 Reply Last reply
          0
          • ? A Former User

            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.

            RIVOPICOR Offline
            RIVOPICOR Offline
            RIVOPICO
            wrote on last edited by
            #7

            @Wieland Ok sorry!

            ? 1 Reply Last reply
            0
            • RIVOPICOR RIVOPICO

              @Wieland Ok sorry!

              ? Offline
              ? Offline
              A Former User
              wrote on last edited by
              #8

              @RIVOPICO ;-)

              RIVOPICOR 1 Reply Last reply
              0
              • ? A Former User

                @RIVOPICO ;-)

                RIVOPICOR Offline
                RIVOPICOR Offline
                RIVOPICO
                wrote on last edited by RIVOPICO
                #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
                • SGaistS Offline
                  SGaistS Offline
                  SGaist
                  Lifetime Qt Champion
                  wrote on 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 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.

                    RIVOPICOR 1 Reply Last reply
                    3
                    • ? A Former User

                      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.

                      RIVOPICOR Offline
                      RIVOPICOR Offline
                      RIVOPICO
                      wrote on last edited by RIVOPICO
                      #12

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

                      1 Reply Last reply
                      0

                      • Login

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