Quantcast
Channel: Ignite Realtime : Discussion List - Openfire Plugins
Viewing all 531 articles
Browse latest View live

Auto Joining

$
0
0

Hi All,

 

I am little new to this but I am working on a plugin. I am looking for a solution to auto join all the rooms related to a jid automatically, When user session is created, Is their any suggestion or possibility for this.

 


Thanks
Harminder Singh


REST Plugin 500 exception

$
0
0

When I'm trying to create an user by the REST API I'm having this exception:

 

016.07.04 20:08:08 ERROR [Jetty-QTP-AdminConsole-35]: org.jivesoftware.openfire.container.PluginServlet -

java.lang.NullPointerException

  at org.jivesoftware.openfire.plugin.UserServicePluginNG.createUser(UserServicePlug inNG.java:77)

  at org.jivesoftware.openfire.plugin.service.UserService.createUser(UserService.jav a:38)

  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:43)

  at java.lang.reflect.Method.invoke(Method.java:606)

  at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvoke rFactory.java:60)

  at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatch Provider$ResponseOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.jav a:205)

  at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.d ispatch(ResourceJavaMethodDispatcher.java:75)

  at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java: 302)

  at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule .java:108)

  at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule .java:147)

  at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourc eClassesRule.java:84)

  at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApp licationImpl.java:1542)

  at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApp licationImpl.java:1473)

  at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebAppl icationImpl.java:1419)

  at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebAppl icationImpl.java:1409)

  at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:409 )

  at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer. java:540)

  at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer. java:715)

  at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)

  at org.jivesoftware.openfire.container.PluginServlet.handleServlet(PluginServlet.j ava:318)

  at org.jivesoftware.openfire.container.PluginServlet.service(PluginServlet.java:11 1)

  at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)

  at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:812)

  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.ja va:1669)

  at org.jivesoftware.admin.PluginFilter.doFilter(PluginFilter.java:80)

  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.ja va:1652)

  at org.jivesoftware.admin.AuthCheckFilter.doFilter(AuthCheckFilter.java:162)

  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.ja va:1652)

  at com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:11 8)

  at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:52)

  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.ja va:1652)

  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)

  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)

  at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:577)

  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:22 3)

  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:11 27)

  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)

  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185 )

  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:106 1)

  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)

  at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandler Collection.java:215)

  at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.jav a:110)

  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)

  at org.eclipse.jetty.server.Server.handle(Server.java:499)

  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:311)

  at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)

  at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:544)

  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635 )

  at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)

  at java.lang.Thread.run(Thread.java:745)

 

I'm using Openfire 4.0.2 and this is the request.

 

POST /plugins/userService/users/ HTTP/1.1

Host: xmpp.kids.dev:9090

Authorization: LXo8je4X

Content-Type: application/json

Cache-Control: no-cache

Postman-Token: 5d2539de-326c-8d7f-eabb-86dc226c722a

 

 

"{'username': 'xx1', 'password': 'xx1'}"

Content Filter Plugin not working

$
0
0

Hello,

 

 

I have recently installed OpenFire 3.10.2 and Spark 2.7.2.  I installed the content filter plugin, but can't get it to trigger even with the simple example of "fox,dog". 

 

 

Content Filer Settings:

 

Filter: Enabled

Pattern:  "fox,dog"

On Content Match:  Reject

Rejection Notification:  Disabled

Content Match Notification:  Disabled

 

 

As a test I send a colleague a single message of fox (or dog) but nothing happens, the message is sent and received normally. 

 

 

Can anyone assist, let me know what can possible be wrong?

 

 

Thanks,

Luis

Where is the Content Filtering

$
0
0

Last year I set-up an OpenFire Messaging Server and have been using it with Spark; our users Love it.  Recently, however, I have the need to install Content Filtering to block profane language.  I found the "Content Filtering" plug-in and installed it through the OpenFire Admin console, but it is not working.  I can't even get it to show up in the OpenFire Admin Console.  I checked the files and the content filter shows it is installed under "Openfire\plugins\contentfilter", but I cannot access it anywhere.

 

Any advice would be appreciated.

 

MA

Retrieving properties of a user

$
0
0

I am creating XMPP users using OpenFire create-user RestAPI call. And i am setting some properties for users as indicated in PayLoad Example 2.

After creating users, i add them to each others rosters. So, every user has every other user in his/her contact list (roster)

Now, on the client side (i use smack library), when i retrieve the roster for any user, i expect the properties to come back as well along with the users' jabber id and such. But i am not seeing the properties xml tag.

I don't want to create vCards (as i have heard it's hard to set up LDAP with OpenFire, etc) just to achieve this lightweight metadata setting for the user.

Any idea if what i am trying to do is even feasible. Are properties supposed to be transmitted in theIQ result stanza in response to the IQ GET stanza?

Thanks for looking and thanks in advance.

PS:If vCard is the only way for me to achieve what i want, then pls let me know how to go about setting it up. Any pointers are highly appreciated.

 

Openfire Meetings Invisible

$
0
0

Hola Querida comunidad, saben ustedes que yo instale el Plugin Meetings... y durante el proceso de instalacion se quedo cargando de manera indeterminada y no aparecio en la lista de Plugins instalados. Aparece en la lista de plugins disponibles pero se elimino el "Boton +".

Saben como puedo hacer para desinstalarlo para volver a intentar instalarlo ?

Mi version de servidor Openfire es la 4.0.2 sobre Debian. y el plugin es el actual Version 0.3.9 de 41,6 Megas.

Les adjunto una imagen para que vean.

OpenfireMeetings.jpg

Les agradeceria si me pueden brindar una solucion.

Ya que el plugin IM-Asterisk no se provee mas... queria probar con este tipo de comunicacion por que vi que es bastante completo.

Saludos.

donde puedo descargar el plugins meetings

$
0
0

buenas tardes  donde puedo descargar el plugins meetings para instalarlo

 

gracias

Plugin Import/Export Openfire

$
0
0

Boa tarde a todos !!

 

Estou com um grande problema ! Sempre utilizei o plugin Import/Export, o qual conseguimos exportar as contas do Openfire juntamente com suas respectivas senhas em um arquivo XML. Porém, nunca precisei utilizar para restauração, e esta semana precisei refazer meu servidor Openfire, fiz o normal, atualizei meu XML com um novo backup. No entanto, ao finalizar a instalação do servidor, importei o plugin novamente, porém ao tentar importar o arquivo XML na restauração do backup é exibida a seguinte mensagem: " The import file does not match the user schema." , ao fiquei na mão, sendo necessário para ser transparente ao usuário final, abri o XML e criei conta a conta com as senhas correspondentes.

Agradeceria muito se alguém soubesse a solução de tal problema.

 

Obrigado.


Openfire plugin to send image offline

$
0
0

Hello, I wanted to send file from one user to another in android in offline mode. But I came to know that its not possible in openfire. So I created plugin http://stackoverflow.com/a/23269267/2070991 from following link. Now problem is that I don't know how to use that plugin using asmack library. Or is it possible to send file to offline users? Please help me out I am stuck to this problem for more than 7 days.

Any help will be appreciated.

 

 

Thanks

getting Connection timed out for openfire rest api

$
0
0

Hi ,

i need some help, i have successfully connected to Openfire /rest APi on my local Machine

but when i try to connect to My Live Openfire Server, i got Timed out error

"Failed to connect to XXX.XXX.XXX.XXX port 9091: Connection timed out"

i even try to use port 9090

 

complete url => https://xxx.xxx.xxx.xxx:9091/plugins/restapi/v1/chatrooms

using Curl with Authorization key

 

Curl shows this error detail:

error: "Failed to connect to xxx.xxx.xxx.xxx port 9091: Connection timed out"

error no: 7

 

Note: i can easily connect to my server using strophy client

Help with Plugins

$
0
0

I need install Monitoring Service  plugins in my openfire server 4.03 Beta, when I try to install I have the follow error. My Operative sistem is Debian8

 

 

2016.08.09 10:02:23 org.jivesoftware.openfire.container.PluginManager - Error loading plugin: /usr/share/openfire/plugins/monitoring 
   org.picocontainer.PicoLifecycleException: PicoLifecycleException: method 'public abstract void org.picocontainer.Startable.start()', instance 'org.jivesoftware.openfire.archive.ArchiveIndexer@188f04e, null 

 

 

Somebody can help me... ????

Monitoring Plugin 1.51 Not showing Graphs

$
0
0

Openfire 4.0.1 on Redhat 6.7.  External Oracle Database 11.2.0.4.  Monitoring Plugin 1.51 will show current conversations but am unable to view any graphs or run any reports.  I am seeing lots of errors about monitoring that tables or views not existing in the database. 

 

This seems to be pertinent info from the logs:

2016.02.18 15:50:15 org.jivesoftware.openfire.reporting.stats.StatsEngine - Error sampling for statistic conversations

java.io.FileNotFoundException: Could not open conversations [non existent]

  at org.jrobin.core.RrdDb.<init>(Unknown Source)

  at org.jrobin.core.RrdDb.<init>(Unknown Source)

  at org.jivesoftware.openfire.reporting.stats.StatsEngine$SampleTask.run(StatsEngin e.java:362)

  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

  at java.util.concurrent.FutureTask.run(FutureTask.java:266)

  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

  at java.lang.Thread.run(Thread.java:745)

2016.02.18 15:50:15 org.jivesoftware.openfire.reporting.stats.RrdSqlBackend - Error while accessing information in database: java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist

Websocket.jar 1.1.2

$
0
0

Hello

 

Does anyone know where to download the 1.1.2websocket.jar plugin version?

 

We started to have problems with 1.1.3 version. We were working OK with Openfire 4.0.0 and websocket.jar 1.1.2.

 

I hope anyone could help.

REST API Plugin not returning the right HTTP Status

$
0
0

When I execute a GET request for a room that doesn't exist, I get an HTTP 500 (Internal Server Error) back instead of HTTP 404 (Not Found), which would be the correct return code for REST.

 

My Request:

GET http://localhost:9090/plugins/restapi/v1/chatrooms/doesnt.exist/ HTTP/1.1
Accept-Encoding: gzip,deflate
Authorization: AUTHCODE
Host: localhost:9090
Connection: Keep-Alive
User-Agent: Apache-HttpClient/4.1.1 (java 1.5)

 

The Response:

HTTP/1.1 500 Internal Server Error
Date: Sat, 20 Aug 2016 09:45:10 GMT
Set-Cookie: JSESSIONID=ino92lblptxfkdxw6at7srmv;Path=/;HttpOnly
Expires: Thu, 01 Jan 1970 00:00:00 GMT
X-Frame-Options: deny Content-Length: 0

 

The Server Log is pretty clear:

2016.08.20 11:45:10 ERROR [Jetty-QTP-AdminConsole-63]: org.jivesoftware.openfire.plugin.rest.exceptions.RESTExceptionMapper - RoomNotFoundException: Could not find the chat room with ressource doesnt.exist

 

I didn't test it for other entities, but 404 should always be returned for cases where the requested entity isn't found. HTTP 500 Should really only be returned in case an unexpected Exception occurs.

Bookmarks Plugin

$
0
0

I'm trying to setup the Bookmarks plugin, but each time I try to add a bookmark it doesn't save it. Any ideas? Thank you!


Monitoring plugin not working with 4.0.3

$
0
0

Is anyone else having an issue with the monitoring plugin not loading since upgrading to 4.0.3? It shows in the available that its installed and I have it in the plugins folder but it doesn't show up in the plugins tab of the admin console. I attached screen shots of the plugins and available plugins pages. Any help in resolving this would be appreciated.

Openfire 4.1.0 alpha Hazelcast 2.2 HAProxy Docker

$
0
0

Setup: Two node Openfire cluster using Hazelcast with HAProxy load balancer and each component is running in its own Docker container

- openfire1 in Docker container

- openfire2 in Docker container

- haproxy in Docker container in front of two node cluster using TCP mode

- Hazelcast plugin used to create cluster between openfire1 and openfire2

 

My web client is able to connect to both Openfire instances and create client sessions fine.  I can view them in Admin Consoles of both Openfire nodes.  Clustering is enabled and I can see some client sessions are local whereas others are remote depending on which Openfire node the client connects to.

 

Problem: For testing, I manually take down openfire1 in the cluster and notice that the client that is locally connected to that Openfire immediately loses their connection and then attempts to reconnect.  I would expect that Hazelcast would handle notifying the other Openfire node that it must take over the client's session.  That seems to happen, but not before a very long delay occurs.  During this delay, I cannot view Client Sessions in the remaining Openfire node using Admin Console.  Nor will any new client sessions be able to be created, connected to the remaining node.

 

Question:  Anyone know where this problem might be coming from ... Hazelcast, Openfire, HAProxy, Docker??  It would seem like during the loss of the first Openfire node, openfire1, the second node, openfire2, seems stuck trying to process, or figure out that it is now the sole node remaining, and is trying to process the transition?  This is my theory since when navigating to the surviving node's Admin Console, I cannot view Server or Client Sessions, however I can view Plugins tab, and Group Chat tab.  After some long time, say more than a minute, the second Openfire node, openfire2, then reconnects the client sessions, and is able to accept new connections as well.  Maybe there is a configuration setting which decreases this long delay of failover?

 

Additional info:

 

It takes approximately 1 minute 14 seconds for the remaining node to pick up all client sessions and allow them to reconnect.

 

In the log file, as soon as openfire1 node is brought down, the following messages appear, and they appear over and over until the cluster removes the node that was taken down.  Seems like once the node that was taken down is officially removed, then the remaining up node is able to recover client sessions.

 

2016.06.09 20:11:14 INFO  [hz.openfire.IO.thread-in-0]: com.hazelcast.nio.tcp.TcpIpConnection - [172.17.0.5]:5701 [openfire] [3.5.1] Connection [Address[172.17.0.8]:5701] lost. Reason: java.io.EOFException[Remote socket closed!]

2016.06.09 20:11:14 WARN  [hz.openfire.IO.thread-in-0]: com.hazelcast.nio.tcp.ReadHandler - [172.17.0.5]:5701 [openfire] [3.5.1] hz.openfire.IO.thread-in-0 Closing socket to endpoint Address[172.17.0.8]:5701, Cause:java.io.EOFException: Remote socket closed!

2016.06.09 20:11:16 INFO  [cached3]: com.hazelcast.nio.tcp.SocketConnector - [172.17.0.5]:5701 [openfire] [3.5.1] Connecting to /172.17.0.8:5701, timeout: 0, bind-any: true

2016.06.09 20:11:20 WARN  [cached1]: com.hazelcast.cluster.ClusterService - [172.17.0.5]:5701 [openfire] [3.5.1] This node does not have a connection to Member [172.17.0.8]:5701

2016.06.09 20:11:25 WARN  [cached2]: com.hazelcast.cluster.ClusterService - [172.17.0.5]:5701 [openfire] [3.5.1] This node does not have a connection to Member [172.17.0.8]:5701

2016.06.09 20:11:28 INFO  [hz.openfire.InspectInvocationsThread]: com.hazelcast.spi.OperationService - [172.17.0.5]:5701 [openfire] [3.5.1] Handled 0 invocation timeouts and 1 backupTimeouts

2016.06.09 20:11:30 WARN  [cached1]: com.hazelcast.cluster.ClusterService - [172.17.0.5]:5701 [openfire] [3.5.1] This node does not have a connection to Member [172.17.0.8]:5701

2016.06.09 20:11:35 WARN  [cached1]: com.hazelcast.cluster.ClusterService - [172.17.0.5]:5701 [openfire] [3.5.1] This node does not have a connection to Member [172.17.0.8]:5701

2016.06.09 20:11:40 WARN  [cached4]: com.hazelcast.cluster.ClusterService - [172.17.0.5]:5701 [openfire] [3.5.1] This node does not have a connection to Member [172.17.0.8]:5701

2016.06.09 20:11:44 INFO  [hz.openfire.InspectInvocationsThread]: com.hazelcast.spi.OperationService - [172.17.0.5]:5701 [openfire] [3.5.1] Handled 0 invocation timeouts and 1 backupTimeouts

2016.06.09 20:11:45 WARN  [cached1]: com.hazelcast.cluster.ClusterService - [172.17.0.5]:5701 [openfire] [3.5.1] This node does not have a connection to Member [172.17.0.8]:5701

2016.06.09 20:11:50 WARN  [cached1]: com.hazelcast.cluster.ClusterService - [172.17.0.5]:5701 [openfire] [3.5.1] This node does not have a connection to Member [172.17.0.8]:5701

2016.06.09 20:11:55 WARN  [cached1]: com.hazelcast.cluster.ClusterService - [172.17.0.5]:5701 [openfire] [3.5.1] This node does not have a connection to Member [172.17.0.8]:5701

2016.06.09 20:11:57 ERROR [socket_c2s-thread-2]: org.jivesoftware.openfire.plugin.util.cache.ClusteredCacheFactory - Failed to execute cluster task within 30 seconds

java.util.concurrent.TimeoutException: Call Invocation{ serviceName='hz:impl:executorService', op=com.hazelcast.executor.impl.operations.MemberCallableTaskOperation{serviceNa me='null', partitionId=-1, callId=0, invocationTime=1465503117330, waitTimeout=-1, callTimeout=30000}, partitionId=-1, replicaIndex=0, tryCount=250, tryPauseMillis=500, invokeCount=64, callTimeout=30000, target=Address[172.17.0.8]:5701, backupsExpected=0, backupsCompleted=0} encountered a timeout

        at com.hazelcast.spi.impl.operationservice.impl.InvocationFuture.resolveApplicatio nResponse(InvocationFuture.java:366)

        at com.hazelcast.spi.impl.operationservice.impl.InvocationFuture.resolveApplicatio nResponseOrThrowException(InvocationFuture.java:334)

        at com.hazelcast.spi.impl.operationservice.impl.InvocationFuture.get(InvocationFut ure.java:225)

        at com.hazelcast.util.executor.DelegatingFuture.get(DelegatingFuture.java:71)

        at org.jivesoftware.openfire.plugin.util.cache.ClusteredCacheFactory.doSynchronous ClusterTask(ClusteredCacheFactory.java:374)

        at org.jivesoftware.util.cache.CacheFactory.doSynchronousClusterTask(CacheFactory. java:596)

        at org.jivesoftware.openfire.plugin.session.RemoteSession.doSynchronousClusterTask (RemoteSession.java:193)

        at org.jivesoftware.openfire.plugin.session.RemoteClientSession.incrementConflictC ount(RemoteClientSession.java:157)

Openfire Meetings Invisible

$
0
0

Hola Querida comunidad, saben ustedes que yo instale el Plugin Meetings... y durante el proceso de instalacion se quedo cargando de manera indeterminada y no aparecio en la lista de Plugins instalados. Aparece en la lista de plugins disponibles pero se elimino el "Boton +".

Saben como puedo hacer para desinstalarlo para volver a intentar instalarlo ?

Mi version de servidor Openfire es la 4.0.2 sobre Debian. y el plugin es el actual Version 0.3.9 de 41,6 Megas.

Les adjunto una imagen para que vean.

OpenfireMeetings.jpg

Les agradeceria si me pueden brindar una solucion.

Ya que el plugin IM-Asterisk no se provee mas... queria probar con este tipo de comunicacion por que vi que es bastante completo.

Saludos.

SparkWeb Client Server Field Issue

$
0
0

I just completed a full installation of Openfire on my Linux/nginx server with success. It's fully functioning inside and outside my home network. I've tested it with several chat and IM clients so the openfire server is ok. I'm having a terrible time trying to find a chat client that I can embed into my web pages just for a simple community chat box. I've installed SparkWeb in hopes of a simple solution. I installed the files in their proper location and opened all necessary ports. I've changed the server settings in index.html file to my local server IP address. I can login just fine on my internal network, however when I access the SparkWeb page from the internet the server field still reads igniterealtime.org and it wont accept connections if I change it to the local server address I added in the index.html file. I have done all of the cache purging and service restarts and it still comes up the same. My next step is to crawl through all of the code in the entire directory in hopes of finding something I've missed unless anyone has found a solution that I'm ignorant of. Any help would be greatly appreciated.

 

                                                                                                                                                                                                 Frustrated in Hampton

Openfire Meetings : not connected multiple user at same time.

$
0
0

when user enter in meting they show individual not whole on a meeting.

 

I am getting bellow error. can you please help me. I have spend 3days but not get any success. I have also set firewall - off , Port forwarding. everything is done properly.  Setting file before i have set public IP but i was not working after that i have st local IP.  

 

2016.10.03 11:48:05 WARN  [pool-24-thread-5]: org.jivesoftware.openfire.session.LocalOutgoingServerSession[Authenticate local domain: 'win-sop5o69bjvp' to remote domain: 'ofmeet-focus.win-sop5o69bjvp'] - Unable to authenticate: Fail to create new session.

2016.10.03 11:48:11 WARN  [pool-24-thread-1]: org.jivesoftware.openfire.net.SocketUtil - Unable to create a socket connection to XMPP domain 'ofmeet-focus.win-sop5o69bjvp' using remote host: ofmeet-focus.win-sop5o69bjvp:5269. Cause: ofmeet-focus.win-sop5o69bjvp (a full stacktrace is logged on debug level)

 

 

 

Viewing all 531 articles
Browse latest View live