Active
Project:
XMPP Framework
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Dec 2011 at 13:51 UTC
Updated:
10 Dec 2011 at 05:43 UTC
Hi,
I have been working with this XMPP Framework and it is extremely cool and got it working. I am just in the final stages of setting it up. When I click launch button a window appears which has all the credentials like username domain resource auth type etc., I do not want to have the server urls and other credentials in the urls appearing in the window. Is there anyway to hide the url and some way other not to let the users know about the server name,domain and other informations. I find it really difficult to analyse and get this done. It would be great if some one could help me on this.
Thanks
Comments
Comment #1
darren.ferguson commentedThis is a security feature built into modern web browsers and from what i understand you cannot remove it.
The reasoning behind this is so people know which site is serving the information to stop phishing and other malicious activities.
Comment #2
karthick62 commentedThanks for the reply. I have also learnt the same after googling it.
One more thing I wanna ask. I am going to have only Multi user chat in my site. Not the One-to-One chat. MUC will be associated with a content type. When I click on Join Chat room, I get two windows 1 for One-one-communication and another is a chat room window. I do not want to implement One-one chat in my site at this point of time. Is there any other way to hide or disable the one-one chat window.
I just want all the login authentication to happen in the MUC Chat window.so that I will not see the one-one chat window.. Is it possible ?