Prosody Framer: API: sm_framer_destroy

Prototype Definition

int sm_framer_destroy(tSMFramerId framer)

Parameters

framer
The Framer to destroy. Must have been previously created by a call to sm_framer_create() .

Description

Destroys a Framer.

Returns

0 if call completed successfully, otherwise a standard error such as:


This function is part of the Prosody Framer API.