Skip to content

Commit

Permalink
build v3.0.1-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
sualko committed Oct 7, 2016
1 parent bd9e25e commit 7fb3547
Show file tree
Hide file tree
Showing 28 changed files with 1,104 additions and 1,239 deletions.
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>ojsxc</id>
<name>JavaScript XMPP Chat</name>
<description>Facebook-like chat with end-to-end encrypted conversation, video calls, multi-user rooms, XMPP and internal server backend.</description>
<version>3.0.0</version>
<version>3.0.1-beta1</version>
<licence>MIT</licence>
<author>Klaus Herberth, Tobia De Koninck</author>
<requiremin>8.0</requiremin>
Expand Down
2 changes: 1 addition & 1 deletion appinfo/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0
3.0.1-beta1
2 changes: 1 addition & 1 deletion build/appinfo/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

$boshUrl = \OC::$server->getConfig()->getAppValue('ojsxc', 'boshUrl');

if(preg_match('#^(https?:)?//([a-z0-9][a-z0-9\-.]*[a-z0-9])/#i', $boshUrl, $matches)) {
if(preg_match('#^(https?:)?//([a-z0-9][a-z0-9\-.]*[a-z0-9](:[0-9]+)?)/#i', $boshUrl, $matches)) {
$boshDomain = $matches[2];

$policy->addAllowedConnectDomain($boshDomain);
Expand Down
5 changes: 3 additions & 2 deletions build/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>ojsxc</id>
<name>JavaScript XMPP Chat</name>
<description>Facebook-like chat with end-to-end encrypted conversation, video calls, multi-user rooms, XMPP and internal server backend.</description>
<version>3.0.0</version>
<version>3.0.1-beta1</version>
<licence>MIT</licence>
<author>Klaus Herberth, Tobia De Koninck</author>
<requiremin>8.0</requiremin>
Expand All @@ -16,6 +16,7 @@
<documentation>
<user>https://www.jsxc.org/manual.html</user>
<admin>https://github.com/jsxc/jsxc/wiki/Install-ojsxc-(owncloud)</admin>
<developer>https://github.com/jsxc/jsxc/wiki/Contributor-Guide</developer>
</documentation>

<category>tools</category>
Expand All @@ -35,6 +36,6 @@
<lib>xmlreader</lib>
<lib>xmlwriter</lib>
<lib>dom</lib>
<owncloud min-version="8.0" max-version="9.1"/>
<owncloud min-version="8.0" max-version="9.2"/>
</dependencies>
</info>
2 changes: 1 addition & 1 deletion build/appinfo/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0
3.0.1-beta1
189 changes: 0 additions & 189 deletions build/css/jquery.colorbox.css

This file was deleted.

Loading

0 comments on commit 7fb3547

Please sign in to comment.