rebrand from owncloud to nextcloud
This commit is contained in:
Родитель
2f03647161
Коммит
a09b2e23e2
2
.project
2
.project
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>jsxc.owncloud</name>
|
||||
<name>jsxc.nextcloud</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
|
|
|
@ -1,12 +1,8 @@
|
|||
__Bugtracker and issues:__ https://github.com/jsxc/jsxc/issues<br />
|
||||
|
||||
# ownCloud JavaScript Xmpp Client
|
||||
# Nextcloud JavaScript Xmpp Client
|
||||
|
||||
[![Build Status](https://travis-ci.org/owncloud/jsxc.chat.svg?branch=master)](https://travis-ci.org/owncloud/jsxc.chat)
|
||||
|
||||
Real-time chat app for OwnCloud. This app requires external XMPP server (openfire, ejabberd etc.).
|
||||
|
||||
More information about features, supported protocols/browsers, screenshots and planned features at [www.jsxc.org](https://www.jsxc.org/).
|
||||
Real-time chat app for Nextcloud. More information about features, supported protocols/browsers, screenshots and planned features at [www.jsxc.org](https://www.jsxc.org/).
|
||||
|
||||
![Screenshot](https://www.jsxc.org/assets/screenshot-owncloud-latest.png)
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
<website>https://www.jsxc.org</website>
|
||||
<bugs>http://github.com/jsxc/jsxc/issues</bugs>
|
||||
<repository type="git">https://github.com/owncloud/jsxc.chat.git</repository>
|
||||
<repository type="git">https://github.com/jsxc/jsxc.nextcloud.git</repository>
|
||||
|
||||
<ocsid>162257</ocsid>
|
||||
|
||||
|
@ -36,6 +36,6 @@
|
|||
<lib>xmlreader</lib>
|
||||
<lib>xmlwriter</lib>
|
||||
<lib>dom</lib>
|
||||
<owncloud min-version="8.0" max-version="9.2"/>
|
||||
<nextcloud min-version="8.0" max-version="11"/>
|
||||
</dependencies>
|
||||
</info>
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
3.0.1
|
|
@ -145,7 +145,7 @@ $(function() {
|
|||
});
|
||||
|
||||
jsxc.init({
|
||||
app_name: 'Owncloud',
|
||||
app_name: 'Nextcloud',
|
||||
loginForm: {
|
||||
form: '#body-login form',
|
||||
jid: '#user',
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"name": "ojsxc",
|
||||
"version": "3.0.1",
|
||||
"description": "Real-time chat app for owncloud",
|
||||
"description": "Real-time chat app for Nextcloud",
|
||||
"homepage": "http://www.jsxc.org/",
|
||||
"bugs": "https://github.com/jsxc/jsxc/issues",
|
||||
"license": "MIT",
|
||||
"author": "Klaus Herberth <klaus@jsxc.org>",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jsxc/jsxc.owncloud"
|
||||
"url": "https://github.com/jsxc/jsxc.nextcloud"
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt": "~0.4.4",
|
||||
|
|
Загрузка…
Ссылка в новой задаче