You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 22 Next »

We support the Jabber network via the XMPP protocol using the Smack client for Java.

Sending messages from JBI to Jabber

Both individual based and group chat mechanisms are supported. Here's an example regular chat sender component.

Error formatting macro: snippet: java.lang.NullPointerException

 

Notice how you specify a participant for the person to talk to.

For group chats you specify a room

Error formatting macro: snippet: java.lang.NullPointerException

 

Receiving messages from Jabber and sending them into JBI to be routed by the NMR

Error formatting macro: snippet: java.lang.NullPointerException

 

  • No labels