Ejabberd implemention for android [closed] - android

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I set up my ejabberd server but I don't know anything about how to do implement that for andorid also I want to use push notifications.I heard smack library for android I will try it but I am still confused about push notifications.
How can I use gcm in ejabberd ?
Do I need write code in server side ?
I need a roadmap.

Related

How to make a Notification with different phone? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
i want to make an application about how to receive Notification from other phone but i don't know how to do it,i'm already search the keyword still didn't have a match with my problem, please can u give me an advice or tell me how i'm gonna do it?thank you
You have to use client-server communication for your requirement.
In that you have to follow step as:
Create server to listen client.
Retrieve notification from device A (as a client).
send data to device B(as a server).
you can refer link for server-client communication
https://www.journaldev.com/741/java-socket-programming-server-client
http://www.coderzheaven.com/2017/05/01/client-server-programming-in-android-send-message-to-the-client-and-back/

How to send push notification from a web app to an android app? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I have a simple android application that is receiving the push notification from firebase's console properly.
How can I send a notification from my own web application, instead of sending from firebase console?
You can use google firebase apis .

What is The logic behind chatting android app [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I'm beginner android programmer
I am going to start project of chatting android app but seems different from what I know but I've tried to search questions that have been asked they only give codes to copy paste, my question is what do I need to know additionally to create android chatting app ? Give me the topics no code that will be my job to do , thank you
Firebase or Google Cloud Messaging, Starting with Firebase is a good idea. You need to know to make http resquests "Communications" with server side.

Design chat application to have chat between admin and client only(not client to client) in android [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
Design chat application to have chat between admin and client only(not client to client) in android.
It will be help.
Thanks in advance.
Check this out. Its a sample application for learning to use firebase for a chat app. You can learn and create your own app as per your requirements.
https://codelabs.developers.google.com/codelabs/firebase-android/#0

Ejabberd searchable JID [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I'm writing an android app that uses asmack and using Ejabberd as an xmpp server. and it seems that they only way to support search in Ejabberd is that data forms, I've enabled the vcard jvud.mydomain but search won't return jid as a searchable field. do I miss configuration in ejabberd?
Regards,
Ahmad Hamad

Categories

Resources