Pengaturan

Gambar

Lainnya

Tentang KASKUS

Pusat Bantuan

Hubungi Kami

KASKUS Plus

© 2024 KASKUS, PT Darta Media Indonesia. All rights reserved

BlytzkriegAvatar border
TS
Blytzkrieg
[Ask] Mini Jappix Connect XMPP
gan disini ada yang pernah coba buat mini jappix di website sendiri untuk connect ke openfire server localhost?

yang udah ane lakuin
- install plugin jappixnya di openfire : jadi kalo akses jappix web chat lewat browser udah bisa nah sekarang tinggal mini jappixnya https://mini.jappix.com/
- udah ikutin script ini

SCRIPT YANG ANE COBA COBA
Code:

[removed][removed]

[removed]
jQuery.ajaxSetup({cache: true});

jQuery.getScript('http://my.jappix.tld/php/get.php?l=en&t=javascripts&g=mini.xml', function() {
// Configure application & connect user
// Notice: exclude "user" and "password" if using anonymous login
JappixMini.launch({
connection: {
[B] user: 'user',
password: 'password',
domain: 'jappix.com',[/B]
resource: 'MyOwnResource'
},

application: {
network: {
autoconnect: false
},

interface: {
showpane: true,
animate: true
},

user: {
random_nickname: true,
nickname: 'Nickname'
},

chat: {
open: []
},

groupchat: {
open: [],
open_passwords: []
}
}
});
});
[removed]


js nya udah di localin
user, password sama domain udah ane masukin juga sesuai localhost
masalahnya setelah ane ganti mini jappix nya ga muncul?


SCRIPT DARI WEBSITE NYA
Code:

[removed][removed]

[removed]
jQuery.ajaxSetup({ cache: true });

jQuery.getScript("https://static.jappix.com/server/get.php?l=en&t=js&g=mini.xml", function() {
JappixMini.launch({
connection: {
domain: "anonymous.jappix.com",
},

application: {
network: {
autoconnect: false,
},

interface: {
showpane: true,
animate: true,
},

user: {
random_nickname: false,
},
},
});
});
[removed]


kalo yang dari website nya mini chat nya muncul cuma pas connect doi error.

kira kira ada yang bisa bantu?
atau ada yang pernah pake converse js atau cometchat?


Diubah oleh Blytzkrieg 25-08-2014 03:16
0
763
0
GuestAvatar border
Tulis komentar menarik atau mention replykgpt untuk ngobrol seru
GuestAvatar border
Tulis komentar menarik atau mention replykgpt untuk ngobrol seru
Komunitas Pilihan