[jdev] Message sending performance XEP-0124

Vaibhav Ranglani ranglani.vaibhav at gmail.com
Fri Jul 1 10:16:41 UTC 2016


Hello devs,

I am implementing a custom solution in XMPP.

During the session creation request, the client sends a session creation
request as follows.

<body content='text/xml; charset=utf-8'
      from='user at example.com'
      hold='1'
      rid='1573741820'
      to='example.com'
      route='xmpp:example.com:9999'
      ver='1.6'
      wait='60'
      ack='1'
      xml:lang='en'
      xmlns='http://jabber.org/protocol/httpbind'/>


In this request, the hold attribute is specified as 1.
Due to this the issue I am encountering is that I am able to send only
1 message per minute.

Can I specify a value of 30-40 for hold variable. If yes, then what
will be the performance ramifications of this?

Regards
Vaibhav
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.jabber.org/jdev/attachments/20160701/52043649/attachment.html>


More information about the JDev mailing list