English 中文(简体)
can client of the xmpp server disconnect other client from the server?
原标题:

It this possible? How? (Maybe silly question, but I couldn t find answer :( )

EDIT:I am using Openfire server embedded into different system, so I need if admin of the system kicks out the user from the system server, user s connection to Openfire server should be closed too.

最佳回答

Under some cases, yes :

  • The same full jid "user@host/resource" connects from two different sources. The server usually disconnects the old one. Though some servers (OpenFire comes to mind) may make it configurable.

  • If a client has admin right, using adhoc commands, it can destroy another connection. It depends on the server implementation. (ejabberd makes that possible)

In all other cases, clients are isolated and this can t happen. (Or it s a high priority bug in the server).

问题回答

In the Openfire admin console, running as an HTTP server on port 9090, the administrator can disconnect any connected client.





相关问题
Goal: to create a decent Online IM Chat

Online chat is deceptively difficult due to the stateless nature of http and the web in general, causing such hurdles as session timeouts, users opening multiple windows and different accounts being ...

Home automation using Arduino / XMPP client for Arduino

I am trying to setup a system for automating certain tasks in my home. I am thinking of a solution wherein a server side application would be able to send/receive commands/data to Arduino (attached ...

How to get port number for iPhone Chatting Application

I am developing a chat application. But Right now chatting is possible with only google because I know only google s port no. xmppClient = [[XMPPClient alloc] init]; [xmppClient addDelegate:self]; /...

Secure iPhone-Desktop Connection

Background There are a lot of App Store released iPhone apps that require an IP based server on the desktop so that the iPhone can connect to the desktop as a client. For example, there are many ...

steps to setting up jabber

Ok I tried going to jabbers site, and it looks like cisco has acquired them. Is jabber a server or a client? is it open source? From what I guess, the steps are: install the jabber server on your ...

热门标签