Java Proficiency

Java Tutorial,Java Programs,Java interview Questions,JSP Tutorial,Servlet Tutorial,Spring Tutorial,Mysql Tutorial,java interview question,jsp interview question,spring interview question,mysql interview question,cassandra tutorial,guava tutorial,guava example,javascript tutorial,ajax example,python tutorial

Showing posts with label xmpp server tutorial. Show all posts
Showing posts with label xmpp server tutorial. Show all posts

Saturday, 4 April 2015

Openfire Server Tutorial




How To Install Openfire XMPP Server On Ubuntu

How to install Spark IM client in ubuntu

Smack API

  1. Connecting to XMPP IM with Smack for java Application

 2. Login to XMPP IM with Smack for java applications

 3. Get Roster List From XMPP IM With Smack

 4 . How to add roster in xmpp.

 5 . How to remove Roster or Friend in xmpp server

 6. How to Send message using xmpp server

7. create group

8. add in group

9. delete user

10. vcard save

11. vcard get 



Other Useful Posts:


  Top 50 core java coding interview question and answer

  Guava Tutorial

  Array Programs

  Java Tutorial

  Cassandra Tutorial


Posted by Shivam Kumar at 10:41 1 comment:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: client, openfire, openfire tutorial, server, smack api, spark, xmpp server tutorial
Older Posts Home
Subscribe to: Posts (Atom)
Related Posts Plugin for WordPress, Blogger...
Java Tutorial
Collections Tutorial
Spring Tutorial
Mysql Tutorial
Jersey Tutorial
openfire Tutorial
Linux Tutorial
String
Array
Cassandra Tutorial
Android Tutorial
Scala Tutorial
JSON Tutorial
core Java interview
Submit Resume -->

Labels

  • XAPP
  • algorithms
  • array
  • data structure
  • git
  • how to
  • inteview
  • java
  • java programs
  • java tutorial
  • jax-rs
  • jdbc
  • jersey
  • json
  • linux
  • mysql
  • sorting
  • spark
  • spring
  • string
  • web services

About Me

Shivam Kumar
View my complete profile
--->

Blog Archive

  • ▼  2018 (3)
    • ▼  October (1)
      • Java.lang.ClassNotFoundException: org.springframew...
    • ►  June (1)
    • ►  March (1)
  • ►  2017 (4)
    • ►  September (1)
    • ►  May (3)
  • ►  2016 (3)
    • ►  January (3)
  • ►  2015 (319)
    • ►  December (11)
    • ►  November (20)
    • ►  October (2)
    • ►  September (13)
    • ►  August (7)
    • ►  July (1)
    • ►  June (65)
    • ►  May (91)
    • ►  April (28)
    • ►  March (15)
    • ►  February (27)
    • ►  January (39)
Follow @JavaProficiency

Subscribe To

Posts
Atom
Posts
All Comments
Atom
All Comments

Popular Posts

  • how To Remove Element of arraylist
    There we will remove one element of arraylist using remove(). import java.util.ArrayList; public class RemoveElement {               ...
  • Openfire Server Tutorial
    How To Install Openfire XMPP Server On Ubuntu How to install Spark IM client in ubuntu Smack API   1. Connecting to XMPP IM with S...
  • How to count number of element in ArrayList
    Size() Method return number of element in the arraylist. import java.util.ArrayList; public class CountElement {     public static vo...
  • How to insert element in arraylist
    we can insert element in arraylist at a given index.for this we use add(int index,element). import java.util.ArrayList; public class Ad...
  • Catch multiple Java exceptions in the same catch clause
     Can I catch multiple Java exceptions in the same catch clause In a java application i need throw same custom exception when some exce...
  • How to shuffle elements in ArrayList
    import java.util.ArrayList; import java.util.Collections; public class Shuffle {     public static void main(String[] args) {        ...
  • How to get sub list from ArrayList
    we can use sublist(fromindex,toindex) for get sublist from a arraylist. import java.util.ArrayList; import java.util.List; public clas...
  • Remove All Element From Arraylist Example
     Remove All Element From Arraylist Example Method 1: We can remove all element of arraylist using clear() method . clear() removes all...
  • How To Shallow Copy Or Clone a ArrayList
    How To Shallow Copy Or Clone  a ArrayList Here we are creating duplicate object of an ArrayList instance . clone() Returns a shallow co...
  • How To Read JSON In Java
     How to read json file in java Step 1:  Firstly download  json-simple-1.1.1.jar  . Step2: Add this jar in ellipse(this tutorial tells ...
Simple theme. Powered by Blogger.