Niecore
Niecore

Reputation: 332

tsung jabber/xmpp request message to a single node

i would like to send XMPP-Messages to specific XMPP-User. Unfortunately the tsung request "jabber" with typ "chat" only allows broadcast messages to all online users (see below).

<request><jabber type="chat" ack="no_ack" size="16" destination="online"/></request>

Is there a way to send XMPP-Messages to a single user?

Thanks for your help

Upvotes: 1

Views: 619

Answers (1)

Paul Peregud
Paul Peregud

Reputation: 347

Documentation seems to indicate that it does support XMPP messages to single user.

I haven't found any documentation about message types, but there is a source code, which also indicates that multiple ways of addressing users are available. I don't want to mislead you about particular types, just read the code.

Upvotes: 1

Related Questions