Guest User

Untitled

a guest
Apr 24th, 2012
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. xmpp asmack android
  2. try {
  3. login("abcd","11111");
  4. displayBuddyList();
  5. sendMessage("Hello!", "[email protected]");
  6. disconnect();
  7. } catch (XMPPException e) {
  8. e.printStackTrace();
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment