Module xmpp_util

.

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

Description

Function Index

decode_timestamp/1
encode_timestamp/1
get_xdata_values/2
has_xdata_var/2
hex/1
make_adhoc_response/1
make_adhoc_response/2
set_xdata_field/2

Function Details

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()

hex/1

hex(Bin::binary()) -> binary()

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()


Generated by EDoc