Created
March 11, 2012 08:29
-
-
Save 65/2015602 to your computer and use it in GitHub Desktop.
Java Library for instant messaging over XMPP - Smack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<cfset login = XMPPConnection.login("coldfusion", "password")> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<cfset XMPPConnection = createObject("java", "org.jivesoftware.smack.XMPPConnection").init("localhost")> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment