Module xmpp_util

.

Copyright © (C) 2016-2017, Evgeny Khramtsov

Authors: Evgeny Khramtsov (ekhramtsov@process-one.net).

Description

Function Index

add_delay_info/3
add_delay_info/4
decode_timestamp/1
encode_timestamp/1
get_xdata_values/2
has_xdata_var/2
is_standalone_chat_state/1
make_adhoc_response/1
make_adhoc_response/2
set_xdata_field/2
unwrap_carbon/1

Function Details

add_delay_info/3

add_delay_info(Stz::stanza(), From::jid(), Time::erlang:timestamp()) -> stanza()

add_delay_info/4

add_delay_info(Stz::stanza(), From::jid(), Time::erlang:timestamp(), Desc::binary()) -> stanza()

decode_timestamp/1

decode_timestamp(S::binary()) -> erlang:timestamp()

encode_timestamp/1

encode_timestamp(X1::erlang:timestamp()) -> binary()

get_xdata_values/2

get_xdata_values(Var::binary(), Xdata::xdata()) -> [binary()]

has_xdata_var/2

has_xdata_var(Var::binary(), Xdata::xdata()) -> boolean()

is_standalone_chat_state/1

is_standalone_chat_state(Stanza::stanza()) -> boolean()

make_adhoc_response/1

make_adhoc_response(Adhoc_command::adhoc_command()) -> adhoc_command()

make_adhoc_response/2

make_adhoc_response(Adhoc_command::adhoc_command(), Command::adhoc_command()) -> adhoc_command()

set_xdata_field/2

set_xdata_field(Field::xdata_field(), Xdata::xdata()) -> xdata()

unwrap_carbon/1

unwrap_carbon(Message::stanza()) -> xmpp_element()


Generated by EDoc