Koha/C4/SIP
Kyle M Hall 643e38e835
Bug 34153: (QA follow-up) Tidy code
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Rebased-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-10-04 16:40:19 -04:00
..
ILS Bug 34153: (QA follow-up) Tidy code 2023-10-04 16:40:19 -04:00
Sip Bug 23548: Set AQ to empty when item not exist 2023-09-06 09:57:04 -03:00
ILS.pm Bug 34767: Pass fee_ack into ::Transaction::Renew(All) 2023-09-15 11:57:11 -03:00
ILS.pod
Logger.pm
Makefile
README
Sip.pm Bug 33926: Add ability to specify fields allowed in a response 2023-09-25 10:53:50 -03:00
SIPServer.pm
Trapper.pm Bug 32612: (QA follow-up) Add POD and fix typo 2023-02-07 15:30:29 -03:00

README for Open NSIP 3M-SIP Server

DEPENDENCIES

SIPServer is written entirely in Perl, but it require these CPAN
perl modules to run:

     Net::Server - The SIP server is a Net::Server::Prefork server
     XML::LibXML
     XML::Parser
     XML::Simple - for parsing the config file
     UNIVERSAL::require - for loading the correct ILS interface module
     Clone - for running the test cases

LOGGING

SIPServer uses Koha::Logger for status and debugging messages.