kiran
kiran

Reputation: 3264

How to implement one to one chat through Pubnub?

I want to implement one to one chat by using pubnub.

I googled it, all code related to group chat.

Based some info for one to one ,i need to create dynamic channels for each user.

I created channels for each user.and sent and received one to one chat,based on dynamic subscribe and un subscribe.

But my question is how to get the list off all channels.

How to find the presence of each channel.

If any one know the solution ,Please help me.

Thanks in advance.

Upvotes: 3

Views: 386

Answers (1)

Stephen Blum
Stephen Blum

Reputation: 6834

One-to-one PubNub Chat

How to implement one to one chat through PubNub? Here are some resource links to get started:

These frameworks make it easier to get started building your mobile chat app.

Upvotes: 1

Related Questions