<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Fri Feb 09 00:14:50 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>FOLIO Jira</title>
    <link>https://folio-org.atlassian.net</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>1001.0.0-SNAPSHOT</version>
        <build-number>100246</build-number>
        <build-date>07-02-2024</build-date>
    </build-info>

<item>
            <title>[SIP2-11] SIP2: Login  - startup of SC with Sockets connection</title>
                <link>https://folio-org.atlassian.net/browse/SIP2-11</link>
                <project id="10177" key="SIP2">sip2</project>
                    <description>&lt;p&gt;FOLIO should send this message in response to the SC Login message.  When used, this message will be the 1st message sent to the SC from FOLIO.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Scenario - Startup of SC with Sockets connection to ACS&lt;/b&gt;&lt;br/&gt;
1.Library staff starts self-checkout system&lt;br/&gt;
2. Establish socket connection on SC&lt;br/&gt;
3. Establish socket connection on FOLIO&lt;br/&gt;
4. SC sends login message (93) with user id and password&lt;br/&gt;
5. FOLIO returns Login response (94) with ok=1 (if user is valid) or  ok=0 if not.&lt;br/&gt;
6. SC sends Status message (99)&lt;br/&gt;
7. FOLIO returns Status response (98)&lt;/p&gt;</description>
                <environment></environment>
        <key id="72558">SIP2-11</key>
            <summary>SIP2: Login  - startup of SC with Sockets connection</summary>
                <type id="10005" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10309?size=medium">Story</type>
                            <parent id="10624">UXPROD-1001</parent>
                                    <priority id="10000" iconUrl="https://dev.folio.org/assets/jira-priority/jira-p1.svg">P1</priority>
                        <status id="6" iconUrl="https://folio-org.atlassian.net/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10003">Done</resolution>
                                                        <assignee accountid="70121:e70f578f-dc5a-4a30-8836-fc2418025d21">Matt Reno</assignee>
                                                                <reporter accountid="5af5ecdb772036612ff61cf1">Hkaplanian</reporter>
                                    <labels>
                            <label>q1-2019-spillover</label>
                    </labels>
                <created>Mon, 19 Nov 2018 16:37:42 +0000</created>
                <updated>Tue, 25 Jun 2019 21:13:16 +0000</updated>
                            <resolved>Thu, 18 Apr 2019 21:35:33 +0000</resolved>
                                                    <fixVersion>1.0.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                <comments>
                                                            <comment id="175041" author="557058:8629b273-56f1-466d-b7c7-5cbac0c3379b" created="Mon, 18 Mar 2019 16:58:47 +0000"  >&lt;p&gt;After receiving Login message from SC:&lt;br/&gt;
&lt;b&gt;93&amp;lt;UID algorithm&amp;gt;&amp;lt;PWD algorithm&amp;gt;&amp;lt;login user id&amp;gt;&amp;lt;login password&amp;gt;&amp;lt;location code&amp;gt;&lt;/b&gt; &lt;/p&gt;

&lt;p&gt;&lt;b&gt;UID algorithm:&lt;/b&gt;      1-char, fixed-length required field; the algorithm used to encrypt the user id. &lt;br/&gt;
&lt;b&gt;PWD algorithm:&lt;/b&gt;     1-char, fixed-length required field; the algorithm used to encrypt the password. &lt;br/&gt;
&lt;b&gt;login user id:&lt;/b&gt;      variable-length required field     Field Id:  CN&lt;br/&gt;
&lt;b&gt;login password:&lt;/b&gt;    variable-length required field  Field Id: CO&lt;br/&gt;
&lt;b&gt;location code:&lt;/b&gt;      variable-length optional field; the SC location.  Field Id: CP&lt;/p&gt;

&lt;p&gt;FOLIO will response with:&lt;br/&gt;
&lt;b&gt;94&amp;lt;ok&amp;gt;&lt;/b&gt; &lt;/p&gt;

&lt;p&gt;&lt;b&gt;ok:&lt;/b&gt;         1-char, fixed-length required field:  0 or 1.   A &apos;1&apos; in this field indicates that the requested action was allowable and completed successfully.  A &#8216;0&#8217; indicates that the requested action was not allowable or did not complete successfully.  This field is described in the preliminary NISO standard Z39.70-199x.&lt;/p&gt;</comment>
                                                            <comment id="175042" author="557058:8629b273-56f1-466d-b7c7-5cbac0c3379b" created="Tue, 19 Mar 2019 14:58:16 +0000"  >&lt;p&gt;Here is the link to SIP-2 specs:&lt;a href=&quot;http://multimedia.3m.com/mws/media/355361O/sip2-protocol.pdf&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;http://multimedia.3m.com/mws/media/355361O/sip2-protocol.pdf&lt;/a&gt;&lt;/p&gt;</comment>
                                                            <comment id="175043" author="70121:e70f578f-dc5a-4a30-8836-fc2418025d21" created="Thu, 18 Apr 2019 21:35:33 +0000"  >&lt;p&gt;See: &lt;a href=&quot;https://github.com/folio-org/edge-sip2/pull/8&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/edge-sip2/pull/8&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10008">
                    <name>Defines</name>
                                            <outwardlinks description="defines">
                                        <issuelink>
            <issuekey id="10628">UXPROD-1002</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="72623">SIP2-66</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10000" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummarycf">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10014" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue key="$xmlutils.escape($text)">SIP2: Protocol for self-checkout</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|hzxan3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="1928">3Ms-SIP2-61</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10044" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 18 Mar 2019 16:58:47 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10025" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>[CHART] Time in Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>