25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-20 16:15:59 +01:00

Update sockmod() type after adding websocket support

This commit is contained in:
Paweł Chmielowski 2015-03-12 13:14:30 +01:00
parent 7209954a5f
commit bf5c7198fc

View File

@ -52,6 +52,7 @@
-type sockmod() :: ejabberd_http_poll |
ejabberd_http_bind |
ejabberd_http_ws |
gen_tcp | p1_tls | ezlib.
-type receiver() :: pid () | atom().
-type socket() :: pid() | inet:socket() |