Hi all,
I am trying to monitor a chat room and insert all chats into an RDBMS. There are a lot of examples that instantiate an XMPPConnection like so...
XMPPConnection connection =newXMPPConnection(config);
but in 4.0.0 this class is abstract and thus can't be instantiated. Is the documentation out of date or am I just doing something stupid?
Any help/thoughts are appreciated.
sg