How should I Add contacts? #112
Answered
by
nioc
hassanAmmag
asked this question in
Q&A
|
Hey, first of all great repo! Implemented this in my react native app. Im able to complete the rooms modules successfully with my own Ejabberd server. Im stuck in the 1 to 1 chatting and adding contacts, im not able to see what exactly adding 2 users together in roster. I need a bit of guidance here. Thank you so much! What Im doing is, im calling sendMessage function with isMuc as false to make it a "chat" but not being able to retrieve anything on the other end coz probably not in roster? |
Answered by
nioc
Nov 9, 2023
Replies: 1 comment
|
Hello, for now, you need another XMPP client to add contact in roster (both subscribe). |
0 replies
Answer selected by
nioc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, for now, you need another XMPP client to add contact in roster (both subscribe).