Koha/C4/SIP
Marcel de Rooy fcd7e884bc
Bug 36948: (follow-up) Allow IPv[46] in port config
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2024-06-11 08:10:01 +01:00
..
ILS Bug 25813: Enhance patron expiration in SIP display 2024-03-22 15:07:31 +01:00
Sip Bug 36948: (follow-up) Allow IPv[46] in port config 2024-06-11 08:10:01 +01:00
ILS.pm Bug 36676: SIP2 drops connection on unknown patron id in fee paid message 2024-05-10 15:19:00 +02:00
ILS.pod
Logger.pm Bug 26673: Remove shebangs from Perl modules 2020-10-26 00:14:42 +01:00
Makefile
README Bug 15253: Rename syslog() to siplog() 2020-05-12 11:46:46 +01:00
Sip.pm Bug 33926: Add ability to specify fields allowed in a response 2023-09-25 10:53:50 -03:00
SIPServer.pm Bug 36386: Pass user and group to Net::Server 2024-04-18 16:51:16 +02:00
Trapper.pm Bug 36948: (follow-up) Remove log_file param, adjust caller_depth 2024-06-11 08:09:55 +01: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.