File "lib/swish/chatstore.pl"[download]
in pack: | swish |
---|---|
Prolog module: | chat_store |
size: | 9615 |
Recent changes
6 years ago | Jan Wielemaker | Updated up stream files. |
7 years ago | Jan Wielemaker | New files from upstream |
7 years ago | Jan Wielemaker | New upstream files |
8 years ago | Jan Wielemaker | New upstream files |
This file requires
- From the Prolog library
- library(apply) resolved by
- apply.pl: include/3
- library(filesex) resolved by
- filesex.pl: make_directory_path/1
- library(http/http_dispatch) resolved by
- http_dispatch.pl: http_handler/3
- library(http/http_json) resolved by
- http_json.pl: reply_json_dict/1
- library(http/http_parameters) resolved by
- http_parameters.pl: http_parameters/2
- library(option) resolved by
- option.pl: option/2, option/3
- library(settings) resolved by
- settings.pl: setting/4, setting/2
- library(sha) resolved by
- sha.pl: sha_hash/3, hash_atom/2
- library(apply) resolved by
Exported predicates
- chat_messages/3
- chat_store/1
Required predicates
- hash_atom/2 from library(sha)
- http_handler/3 from library(http/http_dispatch)
- http_parameters/2 from library(http/http_parameters)
- include/3 from library(apply)
- listen/2 autoloaded
- make_directory_path/1 from library(filesex)
- nth1/3 autoloaded
- option/2 from library(option)
- option/3 from library(option)
- reply_json_dict/1 from library(http/http_json)
- reverse/2 autoloaded
- setting/2 from library(settings)
- setting/4 from library(settings)
- sha_hash/3 from library(sha)