XMPP message help
-
wrote on 8 Oct 2016, 15:48 last edited by A Former User 10 Sept 2016, 13:45
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.
-
Hi,
You're posting a line of code. What error are you getting ?
Also, you should consider using Qt 5 new connect syntax.
-
Hi,
You're posting a line of code. What error are you getting ?
Also, you should consider using Qt 5 new connect syntax.
-
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
-
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
wrote on 8 Oct 2016, 16:06 last edited by RIVOPICO 10 Aug 2016, 16:07@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?
-
wrote on 8 Oct 2016, 16:12 last edited by
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.
-
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.
wrote on 8 Oct 2016, 16:25 last edited by@Wieland Ok sorry!
-
wrote on 8 Oct 2016, 16:29 last edited by
@RIVOPICO ;-)
-
@RIVOPICO ;-)
wrote on 8 Oct 2016, 19:59 last edited by RIVOPICO 10 Aug 2016, 20:10@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.
-
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.
-
wrote on 8 Oct 2016, 20:43 last edited by
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.
-
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.
wrote on 8 Oct 2016, 20:49 last edited by RIVOPICO 10 Aug 2016, 22:07@Wieland Yes you are right i did bad to search changes of getting a proper answer sorry all.
8/12