Quantcast
Channel: Ignite Realtime : Discussion List - All Communities
Viewing all articles
Browse latest Browse all 10742

PubSubManager() cannot be instantiated

$
0
0

Hey,

 

I am trying to develop an android app that communicates with a server with PubSub

 

When I try to instanciate a PubSubManager I get the follwoing Message:

The constructor PubSubManager(XMPPConnection) is undefined

 

When I then change

XMPP connection = new XMPPConnection(connConfig);

in

Connection connection = new XMPPConnection(connConfig);

I get

cannot convert XMPPConnection to Connection

 

What do I have to change

 

Thanks for your help


Viewing all articles
Browse latest Browse all 10742

Trending Articles