-
Sam
Hello, I am exploring XMPP for a custom chat solution. My use case is to allow public to chat with our company's help desk without having to register with XMPP service (sort of an anonymous user can start chatting with our support staff live)
-
Sam
Is this feature available in XMPP?
-
MattJ
Hi Sam
-
MattJ
Yes, most/all XMPP server software can be configured to allow anonymous users
-
Sam
Thanks Matt
-
Guus
Sam: you might be interested in the Workgroup Queues specification, which is geared towards that use case: https://xmpp.org/extensions/xep-0142.html
-
Zash
I believe there are other variants that have been done to implement support chats.
-
Anas
Hi Guy, Need to know how to get the offline message from the XMPP server by the app client
-
Zash
Hi Anas. The server will push any offline messagse to you when you send the initial `<presence/>`
-
Anas
Moumen, Zash here maybe can help you on the offline message issue
-
Zash
Uhm, maybe just ask the channel in general.
-
Anas
Is it against the rules here to hire someone to help on my project for 3 hours?
-
Zash
Might be more suitable for https://xmpp.work/
-
Moumen
Hi Mr Zash I hope you are doing well .... , in My case i use robbiehanson/XMPPFramework and ios/swift to develop our Custom solution. as i see you says that "The server will push any offline messagse to you when you send the initial. `<presence/>` " Did you mean That when i send online presence the server will respons with the offline msg ?
-
Zash
That's what I said.
-
Moumen
do i need to confirm to any XEP ?
-
Zash
You can read more about the usual behavior on https://xmpp.org/extensions/xep-0160.html
-
Moumen
great , it would be helpful for me
-
Zash
But for a modern thing you will probably want to look at https://xmpp.org/extensions/xep-0313.html
-
Moumen
i think i gone go with this one https://xmpp.org/extensions/xep-0313.html thank you.
-
Anas
MattJ, Is it against the rules here to hire someone to help on my project for 3 hours?
-
Anas
Zash, are you available for two hours to help us meet the deadline, paid work for sure
-
MattJ
Anas: You would probably do better posting to: https://xmpp.work/
-
Zash
I'll post myself to xmpp.work once I'm done with my current thing that's taking all my time.
-
Zash
But as I said, and MattJ too, use the nice new job board we have. :)
-
Anas
ok just posted one, how about edite old messages, not just the last message, is it possible on Jabber?
-
MattJ
Anything is possible :)
-
Wajed
Hi Mr Zash I hope you are doing well ....
-
Wajed
I want to connect ejabberd xmpp server with fcm notification
-
Wajed
Which module I can use to achieve that ?