Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLEDfan <tobia@ledfan.be>2015-09-04 10:15:45 +0300
committerLEDfan <tobia@ledfan.be>2015-09-04 10:15:45 +0300
commite207f886fedb90a13fbc892adcb0a97cbab8b277 (patch)
treef7149d960cd7097f517e5fb346c055b0b1ddc7fe /composer.json
parentf4dcc648461356b8ac26ab696fef29367618e25f (diff)
First implantation
- added isLoggedin() because otherwise you can't login to ownCloud - added composer autoloader + sabre/xml dependency - created DI container use MVC capabilities of the AppFramework - OTR and favicon are disabled in JS - TODO add some abstraction to stanza handlers - TODO use DB mappers which implement te serializable interface - TODO move checking for two polling request to SESSION - TOOD fix Strophe handling messages twice when it's only received ones
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..59b2b62
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,5 @@
+{
+ "require": {
+ "sabre/xml": "^1.2"
+ }
+}