-
Notifications
You must be signed in to change notification settings - Fork 7
eriksson/smack-bosh
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Library usage: //create Bosh configuration BOSHConfiguration config = new BOSHConfiguration(false, "127.0.0.1", 7070, "/http-bind/", "your.domain.com", "xmpp:127.0.0.1:5222"); //create a connection BOSHConnection connection = new BOSHConnection(config); connection.connect(); connection.login(userName, password, resource); That's all. Have fun!
About
Library that enables bosh support to smack-3.2.2
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published