Skip to content

Commit

Permalink
Commit for version 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mondain committed Oct 14, 2019
1 parent a79b9bc commit 0957583
Show file tree
Hide file tree
Showing 3 changed files with 279 additions and 290 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.red5</groupId>
<artifactId>red5-parent</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>red5-client</artifactId>
Expand Down
39 changes: 14 additions & 25 deletions src/main/java/org/red5/proxy/ClientType.java
Original file line number Diff line number Diff line change
@@ -1,25 +1,14 @@
/*
* RED5 Open Source Flash Server - https://github.com/Red5/
*
* Copyright 2006-2015 by respective authors (see below). All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package org.red5.proxy;

public enum ClientType {

RTMP, RTMPS;

}
/*
* RED5 Open Source Flash Server - https://github.com/Red5/ Copyright 2006-2015 by respective authors (see below). All rights reserved. Licensed under the Apache License, Version
* 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless
* required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
* either express or implied. See the License for the specific language governing permissions and limitations under the License.
*/

package org.red5.proxy;

public enum ClientType {

RTMP, RTMPS;

}
Loading

0 comments on commit 0957583

Please sign in to comment.