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:
authorsualko <klaus@jsxc.org>2021-05-16 21:43:15 +0300
committersualko <klaus@jsxc.org>2021-05-28 18:35:54 +0300
commit9d5ff58b012cf4904a9c1912f73463e6e8937504 (patch)
tree14df381be80582457d62d224936eea60c999d9e0
parent87f9d21e59e46ac7aa97720b47f19622d748b2b8 (diff)
refactor: align filename with class name
-rw-r--r--lib/Db/IQNotImplemented.php (renamed from lib/db/iqnotimplemented.php)0
-rw-r--r--lib/Db/IQRoster.php (renamed from lib/db/iqroster.php)0
-rw-r--r--lib/Db/IQRosterPush.php (renamed from lib/db/iqrosterpush.php)0
-rw-r--r--lib/Db/IQRosterPushMapper.php (renamed from lib/db/iqrosterpushmapper.php)0
-rw-r--r--lib/Db/Message.php (renamed from lib/db/message.php)0
-rw-r--r--lib/Db/MessageMapper.php (renamed from lib/db/messagemapper.php)0
-rw-r--r--lib/Db/Presence.php (renamed from lib/db/presence.php)0
-rw-r--r--lib/Db/PresenceMapper.php (renamed from lib/db/presencemapper.php)0
-rw-r--r--lib/Db/README.md (renamed from lib/db/README.md)0
-rw-r--r--lib/Db/Stanza.php (renamed from lib/db/stanza.php)0
-rw-r--r--lib/Db/StanzaMapper.php (renamed from lib/db/stanzamapper.php)0
-rw-r--r--lib/DbLock.php (renamed from lib/dblock.php)0
-rw-r--r--lib/Hooks.php (renamed from lib/hooks.php)0
-rw-r--r--lib/Http/XMPPResponse.php (renamed from lib/http/xmppresponse.php)0
-rw-r--r--lib/ILock.php (renamed from lib/ilock.php)0
-rw-r--r--lib/MemLock.php (renamed from lib/memlock.php)0
-rw-r--r--lib/NewContentContainer.php (renamed from lib/newcontentcontainer.php)0
-rw-r--r--lib/RosterPush.php (renamed from lib/rosterpush.php)0
-rw-r--r--lib/StanzaHandlers/IQ.php (renamed from lib/stanzahandlers/iq.php)0
-rw-r--r--lib/StanzaHandlers/Message.php (renamed from lib/stanzahandlers/message.php)0
-rw-r--r--lib/StanzaHandlers/Presence.php (renamed from lib/stanzahandlers/presence.php)0
-rw-r--r--lib/StanzaHandlers/README.md (renamed from lib/stanzahandlers/README.md)0
-rw-r--r--lib/StanzaHandlers/StanzaHandler.php (renamed from lib/stanzahandlers/stanzahandler.php)0
-rw-r--r--lib/StanzaLogger.php (renamed from lib/stanzalogger.php)0
24 files changed, 0 insertions, 0 deletions
diff --git a/lib/db/iqnotimplemented.php b/lib/Db/IQNotImplemented.php
index 1683b6b..1683b6b 100644
--- a/lib/db/iqnotimplemented.php
+++ b/lib/Db/IQNotImplemented.php
diff --git a/lib/db/iqroster.php b/lib/Db/IQRoster.php
index 4c6e8c6..4c6e8c6 100644
--- a/lib/db/iqroster.php
+++ b/lib/Db/IQRoster.php
diff --git a/lib/db/iqrosterpush.php b/lib/Db/IQRosterPush.php
index def5485..def5485 100644
--- a/lib/db/iqrosterpush.php
+++ b/lib/Db/IQRosterPush.php
diff --git a/lib/db/iqrosterpushmapper.php b/lib/Db/IQRosterPushMapper.php
index 1b72ef4..1b72ef4 100644
--- a/lib/db/iqrosterpushmapper.php
+++ b/lib/Db/IQRosterPushMapper.php
diff --git a/lib/db/message.php b/lib/Db/Message.php
index c9ec997..c9ec997 100644
--- a/lib/db/message.php
+++ b/lib/Db/Message.php
diff --git a/lib/db/messagemapper.php b/lib/Db/MessageMapper.php
index c3f2804..c3f2804 100644
--- a/lib/db/messagemapper.php
+++ b/lib/Db/MessageMapper.php
diff --git a/lib/db/presence.php b/lib/Db/Presence.php
index 08886b6..08886b6 100644
--- a/lib/db/presence.php
+++ b/lib/Db/Presence.php
diff --git a/lib/db/presencemapper.php b/lib/Db/PresenceMapper.php
index ea0af41..ea0af41 100644
--- a/lib/db/presencemapper.php
+++ b/lib/Db/PresenceMapper.php
diff --git a/lib/db/README.md b/lib/Db/README.md
index 8dea934..8dea934 100644
--- a/lib/db/README.md
+++ b/lib/Db/README.md
diff --git a/lib/db/stanza.php b/lib/Db/Stanza.php
index a3e5145..a3e5145 100644
--- a/lib/db/stanza.php
+++ b/lib/Db/Stanza.php
diff --git a/lib/db/stanzamapper.php b/lib/Db/StanzaMapper.php
index 28b56f8..28b56f8 100644
--- a/lib/db/stanzamapper.php
+++ b/lib/Db/StanzaMapper.php
diff --git a/lib/dblock.php b/lib/DbLock.php
index 791c8ed..791c8ed 100644
--- a/lib/dblock.php
+++ b/lib/DbLock.php
diff --git a/lib/hooks.php b/lib/Hooks.php
index bde830c..bde830c 100644
--- a/lib/hooks.php
+++ b/lib/Hooks.php
diff --git a/lib/http/xmppresponse.php b/lib/Http/XMPPResponse.php
index 8680bd7..8680bd7 100644
--- a/lib/http/xmppresponse.php
+++ b/lib/Http/XMPPResponse.php
diff --git a/lib/ilock.php b/lib/ILock.php
index 160e2f2..160e2f2 100644
--- a/lib/ilock.php
+++ b/lib/ILock.php
diff --git a/lib/memlock.php b/lib/MemLock.php
index 902bfdd..902bfdd 100644
--- a/lib/memlock.php
+++ b/lib/MemLock.php
diff --git a/lib/newcontentcontainer.php b/lib/NewContentContainer.php
index df70d01..df70d01 100644
--- a/lib/newcontentcontainer.php
+++ b/lib/NewContentContainer.php
diff --git a/lib/rosterpush.php b/lib/RosterPush.php
index 2df9d6d..2df9d6d 100644
--- a/lib/rosterpush.php
+++ b/lib/RosterPush.php
diff --git a/lib/stanzahandlers/iq.php b/lib/StanzaHandlers/IQ.php
index dd4cd36..dd4cd36 100644
--- a/lib/stanzahandlers/iq.php
+++ b/lib/StanzaHandlers/IQ.php
diff --git a/lib/stanzahandlers/message.php b/lib/StanzaHandlers/Message.php
index 42d41c9..42d41c9 100644
--- a/lib/stanzahandlers/message.php
+++ b/lib/StanzaHandlers/Message.php
diff --git a/lib/stanzahandlers/presence.php b/lib/StanzaHandlers/Presence.php
index efbfd94..efbfd94 100644
--- a/lib/stanzahandlers/presence.php
+++ b/lib/StanzaHandlers/Presence.php
diff --git a/lib/stanzahandlers/README.md b/lib/StanzaHandlers/README.md
index acaccb6..acaccb6 100644
--- a/lib/stanzahandlers/README.md
+++ b/lib/StanzaHandlers/README.md
diff --git a/lib/stanzahandlers/stanzahandler.php b/lib/StanzaHandlers/StanzaHandler.php
index b3b75e4..b3b75e4 100644
--- a/lib/stanzahandlers/stanzahandler.php
+++ b/lib/StanzaHandlers/StanzaHandler.php
diff --git a/lib/stanzalogger.php b/lib/StanzaLogger.php
index fa1c41e..fa1c41e 100644
--- a/lib/stanzalogger.php
+++ b/lib/StanzaLogger.php