View Single Post
  #3 (permalink)  
Old 18-06-2009, 10:32 AM
JavaPF's Avatar
JavaPF JavaPF is offline
mmm.. coffee
 
8 Highscores

Join Date: May 2008
Location: United Kingdom
Posts: 1,543
Thanks: 98
Thanked 92 Times in 85 Posts
JavaPF is someone you want to know!JavaPF is someone you want to know!JavaPF is someone you want to know!

I'm feeling Relaxed
Default Re: How to Write a simple XMPP (Jabber) client using the Smack API

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.
__________________
Don't forget to add syntax highlighted code tags around your code: [highlight=Java] code here [/highlight]

Forum Tip: Add to peoples reputation () by clicking the button on their useful posts.
Reply With Quote
The Following User Says Thank You to JavaPF For This Useful Post:
osmankamil (18-06-2009)