8.18
top
← prev up next →

XMPP Error FunctionsπŸ”— i

Navlost <racket at navlost dot eu>

(require xmpp/errors ) package: XMPP

This package implements functions for constructing XMPP error stanzas.

procedure

( service-unavailable...)(xexpr/c )

Produce a <service-unavailable/> stanza.

Example:
> (service-unavailable'(text
((xmln"urn:ietf:params:xml:ns:xmpp-stanzas")
(xml:lang"en"))
"I did not understand your request"))

'(error

((type "cancel"))

(service-unavailable ((xmlns "urn:ietf:params:xml:ns:xmpp-stanzas")))

(text

((xmln "urn:ietf:params:xml:ns:xmpp-stanzas") (xml:lang "en"))

"I did not understand your request"))

top
← prev up next →

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /