File "lib/swish/cp_authenticate.pl"[download]
in pack: | swish |
---|---|
Prolog module: | cp_swish_authenticate |
size: | 3690 |
Recent changes
8 years ago | Jan Wielemaker | Added missing multifile declarations. |
8 years ago | Jan Wielemaker | New upstream files |
8 years ago | Jan Wielemaker | WIP connecting chat-enabled SWISH |
10 years ago | Jan Wielemaker | Comments and authentication integration |
10 years ago | Jan Wielemaker | Integrate authentication with ClioPatria |
This file requires
- From ClioPatria
- user(user_db) resolved by
- user_db.pl: user_property/2, logged_on/1
- user(user_db) resolved by
- From the Prolog library
- library(broadcast) resolved by
- broadcast.pl: listen/2
- library(pengines) resolved by
- pengines.pl could not find proof of dependency
- library(broadcast) resolved by
Required predicates
- listen/2 from library(broadcast)
- logged_on/1 from user(user_db)
- user_property/2 from user(user_db)