Блокнот: различия между версиями
Материал из Мир Jabber
Перейти к навигацииПерейти к поиску
Rain (обсуждение | вклад) |
Rain (обсуждение | вклад) |
||
Строка 17: | Строка 17: | ||
* http://gonzo.kiev.ua/?page_id=141 - построение статистики работы Jabber-сервера через RRDTool | * http://gonzo.kiev.ua/?page_id=141 - построение статистики работы Jabber-сервера через RRDTool | ||
* [http://wiki.ru.unix-like.info/%D0%94%D0%B5%D0%BB%D0%B0%D0%B5%D0%BC_Jabber-%D1%81%D0%B5%D1%80%D0%B2%D0%B5%D1%80 Делаем Jabber-сервер] | * [http://wiki.ru.unix-like.info/%D0%94%D0%B5%D0%BB%D0%B0%D0%B5%D0%BC_Jabber-%D1%81%D0%B5%D1%80%D0%B2%D0%B5%D1%80 Делаем Jabber-сервер] | ||
* [http://xgu.ru/wiki/Jabber Всякое-разное на тему Jabber, SRV и sendxmpp] | |||
---- | ---- | ||
Заметки по установке сервера: | Заметки по установке сервера: |
Версия 16:56, 12 июля 2009
Ссылки на наработки, статьи и т.д. , в том числе и внутренние. Приветствуются ссылки на готовые руководства и статьи. Приветствуются примечания и замечания.
Этот раздел для кратковременного хранения информации, так что кучу надо разгребать как можно быстрее. |
Информацию сваливаем ниже этого текста.
Информация для разгребания
- udaff.com Грубо, но кое-какие идеи взять можно.
- Когда-то писал, может кому чего пригодится :)
- http://forum.qip.ru/showpost.php?p=252107&postcount=20 - интересно, где оригинал цитаты...
- You agree that by posting any material or information anywhere on the ICQ Services and Information you surrender your copyright and any other proprietary right in the posted material or information. You further agree that ICQ LLC. is entitled to use at its own discretion any of the posted material or information in any manner it deems fit, including, but not limited to, publishing the material or distributing it. - отсюда (http://www.icq.com/legal/policy.html)
- Ссылки на развивающийся Jabber на "Вконтакте", когда стабилизируется - перенесутся в соответствующие статьи:
- http://gonzo.kiev.ua/?page_id=141 - построение статистики работы Jabber-сервера через RRDTool
- Делаем Jabber-сервер
- Всякое-разное на тему Jabber, SRV и sendxmpp
Заметки по установке сервера:
- В Fedora 11 в основной репозиторий (в сети) входит ejabberd и jabberd, ставится командой
# yum install ejabberd
- Для установки jabberd/ejabberd/openfire в openSUSE необходимо добавить следующий репозиторий:
$ sudo zypper addrepo http://download.opensuse.org/repositories/server:/messaging/openSUSE_11.0/ Messaging
после чего устанавливать, используя
$ sudo zypper install ejabberd
Занимаемое место при дефолтной текстовой установке openSUSE 11.1:
linux-s2lr:~ # zypper install ejabberd Loading repository data... Reading installed packages... Resolving package dependencies... The following NEW packages are going to be installed: ejabberd erlang fontconfig sudo tcl tk unixODBC xorg-x11-libICE xorg-x11-libSM xorg-x11-libX11 xorg-x11-libXau xorg-x11-libXext xorg-x11-libXfixes xorg-x11-libXmu xorg-x11-libXp xorg-x11-libXpm xorg-x11-libXprintUtil xorg-x11-libXrender xorg-x11-libXt xorg-x11-libXv xorg-x11-libfontenc xorg-x11-libs xorg-x11-libxcb xorg-x11-libxkbfile Overall download size: 40.8 M. After the operation, additional 116.5 M will be used.
linux-s2lr:~ # zypper install jabberd Loading repository data... Reading installed packages... Resolving package dependencies... The following NEW packages are going to be installed: jabberd udns Overall download size: 403.0 K. After the operation, additional 1.7 M will be used.
linux-s2lr:~ # zypper install openfire The following NEW packages are going to be installed: fontconfig java-1_5_0-sun jpackage-utils openfire update-alternatives xorg-x11-libICE xorg-x11-libSM xorg-x11-libX11 xorg-x11-libXau xorg-x11-libXext xorg-x11-libXfixes xorg-x11-libXmu xorg-x11-libXp xorg-x11-libXpm xorg-x11-libXprintUtil xorg-x11-libXrender xorg-x11-libXt xorg-x11-libXv xorg-x11-libfontenc xorg-x11-libs xorg-x11-libxcb xorg-x11-libxkbfile Overall download size: 32.8 M. After the operation, additional 93.5 M will be used.