eriksson / smack-bosh

Library that enables bosh support to smack-3.2.2
6 stars 7 forks source link

Does the jar include BOSHConnection? #1

Closed jfrux closed 11 years ago

jfrux commented 11 years ago

I'm implementing this in a CFML engine and it's not finding org.jivesoftware.smack.BOSHConnection

It finds BOSHConfiguration fine.

jfrux commented 11 years ago

Fixed this, was being dumb... sorry!

eriksson commented 11 years ago

Do the following:

ps: if your project is a maven project, just open this project with your IDE and add the following to your project pom.xml

< dependency > < groupId > jivesoftware < / groupId > < artifactId > smack-bosh < / artifactId > < version > 3.2.2 < / version > < scope > compile < / scope > < / dependency >