Skip to content

Instantly share code, notes, and snippets.

@egonw
Created March 17, 2009 23:03
Show Gist options
  • Select an option

  • Save egonw/80816 to your computer and use it in GitHub Desktop.

Select an option

Save egonw/80816 to your computer and use it in GitHub Desktop.
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