Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Latest commit

 

History

History
80 lines (39 loc) · 1.91 KB

claws_lp.md

File metadata and controls

80 lines (39 loc) · 1.91 KB

Module claws_lp

Behaviours: claws, gen_server.

Function Index

code_change/3
handle_call/3
handle_cast/2
handle_info/2
init/1
read_chunk/3
send/2
send/3
start_link/1
terminate/2

Function Details

code_change/3

code_change(OldVsn, State, Extra) -> any()

handle_call/3

handle_call(Request, From, State) -> any()

handle_cast/2

handle_cast(Msg, State) -> any()

handle_info/2

handle_info(Info, State) -> any()

init/1

init(X1) -> any()

read_chunk/3

read_chunk(Size, Buffer, Data) -> any()

send/2

send(Data, JID) -> any()

send/3

send(Data, JID, ID) -> any()

start_link/1

start_link(Params) -> any()

terminate/2

terminate(Reason, State) -> any()