Calling a JSP page in jive messenger

How to call a different JSP page apart from default admin console from browser in jive messenger?

please explain.

mohana_r2004:

first,you may look over jive plugin developing process,second you also reference other plugin,example for Registration plugin.this is plugin source code.http://www.jivesoftware.org/messenger/plugins.jsp.

Thanks tangzhen.

But i need to login a webpage as a common user and not as admin.To access plugin pages we need to login as admin.please make me clear.

Hi,

Jive Messenger web console is really intended only for administration of the chat server. Currently only two roles are supported - admin and chat room moderators. If you need to login as a different user you are out of luck at the moment. You can of course hack the ui framework, and add another role to suit your needs. A better/easier alternative is to use the smack api and make calls from you own jsps, it supports the full set of user operations such as registration etc.

Hope that helps,

Conor.

Message was edited by: Oops Group Admin is also a valid role.

Conor

You may also want to have a look at this thread, which allows you to by pass the security filter,

http://www.jivesoftware.org/community/thread.jspa?threadID=16711

but you will then have to add your own login handling etc.

Conor.

mohana_r2004:

Conor’‘s suggestion is nice or you can reference ryang’'s webregistion plugin that is a example for jsp page access in everbody. (http://www.jivesoftware.org/community/thread.jspa?threadID=15620&start[/u])

–Tom

Thank you. I’'ll give it a try.