Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Newbie problem with xmpp stanzas (qxmpp)
Qt 6.11 is out! See what's new in the release blog

Newbie problem with xmpp stanzas (qxmpp)

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 1.3k Views 1 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.
  • S Offline
    S Offline
    SetBetterPass
    wrote on last edited by
    #1

    Hi there,

    I've just started with my project of simple xmpp IM client and I need small advice.

    I have iq stanza like this to register new user on my server:

    <iq type='set' id='reg2'>
    <query >
    <username>name</username>
    <password>12345678</password>
    <email>test@address.com</email>
    </query>
    </iq>

    to send that I need to use function sendPacket(const QXmppIq&) (using QXmpp lib) but there is my problem, I don't really know how to fill that stanza into it (I'd probably manage it by simply trying but I sadly have no time now). I was looking for some example codes on net but didn't find anything helpful, so please if anyone can help me it would save my time (as I'll have some) for actual coding instead of trying to code/looking for something on internet :)

    Thanks for any help.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      You should rather ask this to the qxmpp maintainers, you are more likely to get an answer

      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
      0

      • Login

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