Questions tagged [stream-management]

Stream Management (XEP-0198) allows XMP entities to actively manage a stream, including stanza acknowledgements and stream resumption.

Stream Management

Stream Management is a technique used in XMPP to actively manage a stream, including stanza acknowledgements and stream resumption. It's especially useful in mobile environments.

For more information see XEP-0198: Stream Management

18 questions
0
votes
1 answer

How to catch stream management handled stanza value

Hi guys i am developing chatting application using xmpp smack in that i am using stream management when i send message i got like this from server SENT (0): fdf RCV (0):…
NareshRavva
  • 823
  • 3
  • 21
  • 50
0
votes
1 answer

Ejabberd with Stream management (XEP-198) not using offline message hook

We are developing an app with a chat feature. We have an ejabberd (15.02) configured to use mod_offline_post to use the offline message hook and forward all messages for offline clients to an url of our own which then forwards to the GCM. However as…
Pete
  • 10,720
  • 25
  • 94
  • 139
0
votes
1 answer

Service-Unavailable(503) Error in Smack XEP-0198: Stream Management

I am using below class to enable stream management("urn:xmpp:sm:3") in our ejabberd server(we have latest version of ejabberd). But when I send the Enable packet to server it says Service Unavailable(503). But when I use "yaxim" it works perfectly.…
Tharindu Welagedara
  • 2,660
  • 18
  • 27
1
2