Skip to content

Instantly share code, notes, and snippets.

@julioz
Created June 8, 2013 22:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save julioz/5736814 to your computer and use it in GitHub Desktop.
Save julioz/5736814 to your computer and use it in GitHub Desktop.
ACLMessage msg = new ACLMessage(ACLMessage.INFORM);
msg.addReceiver(new AID("Julio", AID.ISLOCALNAME);
msg.setLanguage("Portugues");
msg.setContent("Olá mundo! Esta é minha primeira ACLMessage!");
send(msg);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment