You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 28, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: lib/frame.js
-22Lines changed: 0 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,3 @@
1
-
/*
2
-
frame.js - Frame object
3
-
4
-
Copyright (c) 2010, Benjamin W. Smith
5
-
All rights reserved.
6
-
7
-
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
8
-
9
-
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
10
-
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or
11
-
other materials provided with the distribution.
12
-
* Neither the name of the author nor the names of its contributors may be used to endorse or promote products derived from this software
13
-
without specific prior written permission.
14
-
15
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
16
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
17
-
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
18
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
19
-
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
20
-
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
21
-
*/
22
-
23
1
// ## frame
24
2
//
25
3
// The `Frame` module provides an object representation of a `Stomp` frame.
Copy file name to clipboardExpand all lines: lib/stomp.js
+5-25Lines changed: 5 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,3 @@
1
-
/*
2
-
stomp.js - STOMP Protocol in node.js
3
-
4
-
Copyright (c) 2010, Benjamin W. Smith
5
-
All rights reserved.
6
-
7
-
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
8
-
9
-
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
10
-
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or
11
-
other materials provided with the distribution.
12
-
* Neither the name of the author nor the names of its contributors may be used to endorse or promote products derived from this software
13
-
without specific prior written permission.
14
-
15
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
16
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
17
-
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
18
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
19
-
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
20
-
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
21
-
*/
22
-
23
1
// ## stomp
24
2
//
25
3
// The `Stomp` module provides you with a client interface for interacting with STOMP messaging brokers
@@ -40,6 +18,8 @@
40
18
//
41
19
// If debug is set to true, extra output will be printed to the console.
0 commit comments