Skip to main content

ec_xmpp_session_send_stanza

Last updated March 2020

Name

ec_xmpp_session_send_stanza — Submits the transmission of a Stanza

Synopsis

#include "modules/xmpp/ec_xmpp.h"

| int **ec_xmpp_session_send_stanza** ( | sess, |   | |   | stanza); |   |

ec_xmpp_session * <var class="pdparam">sess</var>; xmlNodePtr <var class="pdparam">stanza</var>;

Description

Note

This reference page was automatically generated from functions found in the header files in the development branch. The function described here may not exist in generally available versions of Momentum, and may change in behavior when it is generally available. Consult your vendor for definitive advice on the use of this function.

Submits the transmission of a Stanza.

This will call xmlFreeNode on the stanza node when it is no longer needed. This will trigger before_stanza_send callouts. The send process is asynchronous and will complete at some point after this function call returns.

Was this page helpful?