Plugin configuration

Hello All,

I have everything conigured except from the last little bit, I have no idea of where to put in the following XMPPConnection conn = new XMPPConnection(“myserver.foo.com”, “user”, “password”);

PhoneClient client = new PhoneClient(conn); where should this be added in, client or in the server.

I am using a trixbox 1.1.1 and wildfire 3.0

Regards

Per

Same here I have the plugin install and connected to Asterisk but the code snip, I do not where to place them under : System Properties?

Can someone let me know.

Thanks,

Jeff

The code snippet is for people who are trying to implement XMPP client support in java. It isn’'t needed unless you are a developer. Are you trying to implement support for a client?

Thanks for the respones. I try to test it this week.

Jeff