Add Prosody XMPP MySQL authentication
Signed-off-by: Sebastian <sebastian@wiuwiu.de> Change class name Signed-off-by: Sebastian <sebastian@wiuwiu.de> add prosody to title name Signed-off-by: Sebastian <sebastian@wiuwiu.de> integrate nextcloud code style guidelines Signed-off-by: Sebastian <sebastian@wiuwiu.de> clean up Signed-off-by: Sebastian <sebastian@wiuwiu.de> Applied nc code style Signed-off-by: Sebastian <sebastian@wiuwiu.de>
This commit is contained in:
@@ -3,3 +3,4 @@ OC::$CLASSPATH['OC_User_IMAP']='user_external/lib/imap.php';
|
||||
OC::$CLASSPATH['OC_User_SMB']='user_external/lib/smb.php';
|
||||
OC::$CLASSPATH['OC_User_FTP']='user_external/lib/ftp.php';
|
||||
OC::$CLASSPATH['OC_User_BasicAuth']='user_external/lib/basicauth.php';
|
||||
OC::$CLASSPATH['OC_User_XMPP']='user_external/lib/xmpp.php';
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
||||
<id>user_external</id>
|
||||
<name>External user support</name>
|
||||
<summary>Use external user authentication methods like IMAP, SMB and FTP</summary>
|
||||
<description>Use external user authentication methods like IMAP, SMB and FTP</description>
|
||||
<summary>Use external user authentication methods like IMAP, SMB, FTP, WebDAV, HTTP BasicAuth and XMPP</summary>
|
||||
<description>Use external user authentication methods like IMAP, SMB, FTP, WebDAV, HTTP BasicAuth and XMPP</description>
|
||||
<version>0.6.0</version>
|
||||
<licence>agpl</licence>
|
||||
<author>Robin Appelman</author>
|
||||
|
||||
Reference in New Issue
Block a user