Skip to main content

ec_xmpp_session_handler_data_set

Last updated March 2020

Name

ec_xmpp_session_handler_data_set — Stash a per-handler-per-session object

Synopsis

#include "modules/xmpp/ec_xmpp.h"

| void **ec_xmpp_session_handler_data_set** ( | sess, |   | |   | handler, |   | |   | blob); |   |

ec_xmpp_session * <var class="pdparam">sess</var>; ec_xmpp_handler * <var class="pdparam">handler</var>; ec_blobject * <var class="pdparam">blob</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.

Stash a per-handler-per-session object.

This will addref the blobject. If a different object was stored, that object will be delref'd prior to being replaced. Storing a NULL value will delete the reference held by the session.

Was this page helpful?