Hello osmankamil, welcome to the forums.
Sorry, that error was my fault.
Java Code
JabberSmack c = new JabberSmack();
Should be:
Java Code
JabberSmackAPI c = new JabberSmackAPI();
I have updated the code example so it should be fixed. Please try again.