Kaiwa Install

Kaiwa HMTL5 Openfire Client
Uyumluluk : Openfire 4.0.0 + WebSocket 1.1.3
Kaiwa kurulacak sunucuya aşağıdaki paketleri kurmamız gerekiyor.
yum install npm git  gcc-c++ libuuid-devel libicu-devel
git clone https://github.com/digicoop/kaiwa.git
cd kaiwa

npm install
cp dev_config.example.json dev_config.json
node server

Openfire ” The messages in this conversation were not archived. ” hatası

Openfire Server kurdunuz fakat Monitoring Service  doğru çalışmasına rağmen client konuşmalarını archive etmiyor . Archiving sekmesinde konuşmaları search ettiğinizde aldığınız hata ” The messages in this conversation were not archived ” bu durumda Archiving Settings sekmesinden database’inizi Rebuild Index etmeniz gerekicek .

       Hata :                                     Çözüm :                               Sonuç :



Openfire Server vcard desteklenmiyor hatası

IM sunucusu olarak Openfire server client olarakta Spark kullanıyorsanız , kullanıcılarınız Spark’a avatar eklemek isteyebilirler. Ve sonucunda “Sunucunuz vcard desteklemiyor” hatası alabilirler.

Openfire yönetim konsolundan

ServerServer MangerSystem Properties sekmesinde

provider.vcard.className değerini bulup editliyoruz .

default olarak “ org.jivesoftware.openfire.ldap.LdapVCardProvider

değiştirdikten sonra ” org.jivesoftware.openfire.auth.DefaultAuthProvider” bu değer  olmalı .