PDA

View Full Version : qxmpp Pubsub



jeyanthinatarajan
29th June 2012, 13:32
Hi,

How to receive the published messages in qt

high_flyer
29th June 2012, 16:09
http://code.google.com/p/qxmpp/wiki/UsingQXmpp

jeyanthinatarajan
2nd July 2012, 08:00
Hi,

Thanks for the reply

I am using QXmpp only but i don't know how to use QXmppPubsubIq / QXmppPubsubItems,
Is there any sample code or examples


Thanks & Regards,

Jeyanthi Natarajan

high_flyer
2nd July 2012, 09:06
QXmpp is an encapsulation of Xmpp with Qt (so you get signal slots etc).
So you should be first familiar with Xmpp - try the docs there first.

jeyanthinatarajan
2nd July 2012, 13:13
hi,

I got worked using QxmppLogger

but how to save the xmlconsole values into a xml file



Thanks & Regards,

Jeyanthi Natarajan

high_flyer
2nd July 2012, 13:23
You will have to refer to the documentation for that.
This is not a Qt issue but a Xmpp issue - you probably should try Xmpp forums.