mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-11 01:26:22 +01:00
Added basic openfire support
This commit is contained in:
@@ -141,5 +141,9 @@ STATICFILES_DIRS = (
|
||||
STATIC_URL = '/static/'
|
||||
|
||||
# ALLIANCE INFO
|
||||
ALLIANCE_ID = 99001336
|
||||
ALLIANCE_NAME = 'The 99 Percent'
|
||||
ALLIANCE_ID = 0
|
||||
ALLIANCE_NAME = 'Some alliance here'
|
||||
|
||||
# Jabber Prosody Info
|
||||
OPENFIRE_ADDRESS = "http://domain.com:9090/"
|
||||
OPENFIRE_SECRET_KEY = "somekey"
|
||||
|
||||
@@ -13,6 +13,7 @@ urlpatterns = patterns('',
|
||||
url(r'^maincharacterchange/(\d+)/$', 'portal.views.main_character_change', name='main_character_change'),
|
||||
url(r'^applications/', 'portal.views.applications_view', name = 'applications'),
|
||||
url(r'^activateforum/$', 'portal.views.activate_forum', name = 'activateforum'),
|
||||
url(r'^activatejabber/$', 'portal.views.activate_jabber', name = 'activatejabber'),
|
||||
url(r'^loginuser/','authentication.views.login_user', name='loginuser'),
|
||||
url(r'^logoutuser/','authentication.views.logout_user', name='logoutuser'),
|
||||
url(r'^register/', 'registration.views.register', name='register'),
|
||||
|
||||
Reference in New Issue
Block a user