ejabberd-saas

XMPP ejabberd SaaS Push Notifications

[亡魂溺海] 提交于 2020-01-07 03:46:29
问题 This is an update to my previous question, XMPP push notifications causing problems. Thanks to the answer from Mickaël Rémond delay and duplication issues are gone but I still fail to understand the behaviour of push notifications. If I move the app to background (without locking device or termination) it won't receive any push notifications, and when I bring it back to foreground all the messages are received perfectly. When the app is in foreground and I lock the device, no notifications

XMPP push notifications causing problems (delay + duplications) in messages

拈花ヽ惹草 提交于 2019-12-12 17:23:11
问题 XMPP push notifications causing problems (delay + duplications) in messages. I have successfully created a chat application using XMPP + Ejabberd. Without Push Notifications: Both single and group chat messages are working perfectly. With Push Notifications: Sometimes everything works perfectly.Notifications are triggered and messages are received with out any delay or duplications. Sometimes no notifications are triggered (while app in background) but messages are received perfectly.

Ejabberd user registration command fails with {error,access_rules_unauthorized}

蹲街弑〆低调 提交于 2019-12-07 23:35:36
问题 I've been trying to set up an XMPP server using ejabberd on windows. every time I try to register a user in ejabberd with this command: ejabberdctl register admin localhost admin it gives me this error: {error,access_rules_unauthorized} I've installed the ejabberd using its binary installer and according to "install.log" file, the installer also fails to create a user due to the same error. Part of the log file: E:\Program Files\ejabberd-16.08\bin>bash ejabberdctl register "admin" "localhost"

Ejabberd user registration command fails with {error,access_rules_unauthorized}

白昼怎懂夜的黑 提交于 2019-12-06 11:30:07
I've been trying to set up an XMPP server using ejabberd on windows. every time I try to register a user in ejabberd with this command: ejabberdctl register admin localhost admin it gives me this error: {error,access_rules_unauthorized} I've installed the ejabberd using its binary installer and according to "install.log" file, the installer also fails to create a user due to the same error. Part of the log file: E:\Program Files\ejabberd-16.08\bin>bash ejabberdctl register "admin" "localhost" "admin" {error,access_rules_unauthorized} ejabberd.yml config file: access_rules: register: - allow I