Created
March 17, 2009 23:03
-
-
Save egonw/80816 to your computer and use it in GitHub Desktop.
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
| xmpp.connect(); | |
| service = xmpp.getService("descriptor.ws1.bmc.uu.se"); | |
| service.discoverSync(5000); | |
| service.getFunctions(); | |
| f = service.getFunction("XLogP"); | |
| ios = f.getIoSchemataSync(90000); | |
| // and it fails with: | |
| iof = xmpp.getIoFactory(ios); | |
| // the effect of the above command is 100% CPU consumption and no effect | |
| // the XMPP binding folders src/ and bin/ are empty |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment