Closed iceka closed 1 year ago
Open developer Console in browser.... send message from Pidgin... what's the output?
What if you login with the Desktop client as Admin? https://github.com/conversejs/converse-desktop/releases
Here is what it's look like in the console:
anyway i'm using url http://cek.id:5280/conversejs
it's working correctly when i use desktop client.
There is an error (looks like a 404) while trying to load http://cek.id:5288/conversejsemojis.js
That URL looks incorrect. Do you have a custom webpack config? How are you initializing Converse?
I don't think the conversejsemoji.js really matter.
Note: if I using conversejs overlay
, it working properly. here it look like
here is the configuration:
<script>
converse.initialize({
bosh_service_url: 'http://cek.id:5280/bosh', // Please use this connection manager only for testing purposes
show_controlbox_by_default: true
});
</script>
I don't think the conversejsemoji.js really matter.
Webpack ChunkLoadError
s do matter. They prevent Converse from functioning properly.
Hi I have problem when using conversejs with my ejabberd server. I can send the message but it not showing in the conversejs.
here is what it's look like when I check it with Pidgin:
as you can see, at Pidgin the message from
admin@cek.id
is showing there, but message fromcek@cek.id
not showing in conversejs.I wondering is it problem from ejabberd configuration or i need to add something for the conversejs.
here is my ejabberd.yml:
Sorry I'm new with XMPP stuff here. Thank you Regards