|
Revision 1490, 1.1 kB
(checked in by Torben Brodt, 22 months ago)
|
|
start development of xmpp integration
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <!DOCTYPE language SYSTEM "http://www.woltlab.com/DTDs/language.dtd"> |
|---|
| 3 | <language languagecode="en"> |
|---|
| 4 | <category name="wcf.usersOnline"> |
|---|
| 5 | <item name="wcf.usersOnline.location.chat"><![CDATA[<a href="index.php?page=Chat{@SID_ARG_2ND}">Chat</a>]]></item> |
|---|
| 6 | </category> |
|---|
| 7 | <category name="wcf.header.menu"> |
|---|
| 8 | <item name="wcf.header.menu.chat"><![CDATA[Chat]]></item> |
|---|
| 9 | </category> |
|---|
| 10 | <!-- ACP --> |
|---|
| 11 | <category name="wcf.acp.option"> |
|---|
| 12 | <item name="wcf.acp.option.module_chat"><![CDATA[XMPP Integration]]></item> |
|---|
| 13 | <item name="wcf.acp.option.module_chat.description"><![CDATA[Enables the XMPP Integration.]]></item> |
|---|
| 14 | <item name="wcf.acp.option.category.general.http.chat"><![CDATA[Chat]]></item> |
|---|
| 15 | <item name="wcf.acp.option.category.general.http.chat.description"><![CDATA[]]></item> |
|---|
| 16 | <item name="wcf.acp.option.xmpp_http"><![CDATA[XMPP HTTP-binding]]></item> |
|---|
| 17 | <item name="wcf.acp.option.xmpp_http.description"><![CDATA[To run the example you'll also need an HTTP server with proxy capabilities because it's not allowed to make cross-domain AJAX requests.]]></item> |
|---|
| 18 | </category> |
|---|
| 19 | </language> |
|---|