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

Extending a Stanza (cross posted)

$
0
0

Hi all,

 

I'm just looking for a way to get me started....

 

I want to extend a stanza (probably Presence) with my own namespace and some structured information within it.

 

I'm assuming I just write a packetListener and do something with the packets... but I'm hoping that I don't need to get down to editing raw XML do I?

 

Does anyone know (or even better have an example) of the code needed to create a new packet and extend it with my new XML?

 

Many thanks

 

(Cross posted from the Dev forum - sorry, I'll remove whichever one gets answered as I'm not sure where to put this question)


How to auto accept subscript request just after requested.(openfire)

$
0
0

Hi ,

I use auto accept plugin to accept subscription.

I use phone number as username.

 

user A send subscript request to user B:

if user B is online auto accept work fine.

if user B is offline subscription remain pending until user B become online.

 

I wanna openfire accept all request when user B is a registered user just after requested and not wait to user B become online.

-----------------------------------------------------

 

I wanna use this future to detect registered users for example

I add all user device contact to roster list

- if subscript remain pending user with this number doesn't have this app and show invite. (user not registered)

- if accepted this number is registered user and I can see presence.

 

if exist any other way to check all contacts() registered status fast and without custom web service please suggest me.

Save all message history

$
0
0

Hello

I have an "old" server 3.7.1. on HSQL DB.

Installed plugin Monitoring Service1.2.0

Before its decommissioning would like to keep all the correspondence of all users in the last year

Is this possible to do in any file or files to the user-to-user or even both?

Meetings: How to force user to use a declared room

$
0
0

Hi,

I didn't find any way to force user to use one of the definedrooms. That works well for text clients (Spark, Adium, Web, Pidgin, etc): they can only use the rooms that are listed. But with ofmeet, no way, rooms are dynamically assigned and anyone can type anything following /ofmeet/ URL.

I can imagine that's the way it was designed but in a corporate environment having virtual things behaving the same way their physical counterpart works is a better thing.

 

Thanks,

db

Spark/Openfire add on

$
0
0

Greetings, I'm new to this group and am looking to find either a plugin or app of some sort that would announce weather information/Alerts/News..I have tried several different versions of the "instantfeeds" RSS plugin,which will run and I can interact with the bot but when subscribing to a feed it doesn't seem to respond. I realize that more than likely the plugin is out of date and no longer supported.. Is anyone aware of anything that would work in it's place that could steer me in the right direction..? . Thanks ..

Recover archived conversations from mysqldump

$
0
0

Hey, people.

 

 

Last week i had a problem with my Openfire server and the application crashes.

I recovered one backup file, and my users, groups and conversations is in the database. But, one issue is making me crazy.

I have on table ofMessageArchive 234.415 registries, the size is 78.1MiB, but only 861 registries is shown.

What i have to do to reindex my archived conversations?

 

Thanks in advance.

 

Fabio

Is there a way to announce something ONLY the first time a user connects?

$
0
0

Everything is in the title.

Thanks,

db

how to integrate openfire with python ?

$
0
0

i'm new with this please help me ..


"A server or plugin update was found: Openfire Meetings 0.3.28"

$
0
0

Every day when I log in I get a Broadcast from Administrator alert that says "A server or plugin update was found: Openfire Meetings 0.3.28". When I check the plugins on my Openfire Server I see that the plugin I have is version 0.3.9, which seems to be newer (higher number) than the one in the message, and no update for the plugin is offered. Why am constantly getting this message and how do I fix it?

 

Yahoo able to login successfully but unable chat externally

$
0
0

Hi

We are able to yahoo ID in spark but we are unable to send request externally , this problem we are facing last two month , Now i have upgraded openfire 4.04 after upgraded same issue. i request to you please suggest me for this.

 

Regards

varun

Looking for Presence Plugin for Openfire 3.9.3

$
0
0

Hi all:

I joined a plan which uses openfire 3.9.3, and we need presence.jar which version is 1.6.0 for openfire 3.9.3. who can help me? thanks a lot.

Openfire Meetings - Ofmeet and Jitsi Client

$
0
0

Hi,

I've read somewhere that it is possible to connect Jisti Client with Ofmeet. I'm trying to do so, but all I can get is joining the conference room from Jitsi Client and I can do a text chat. Is it possible to have full audio / video conference with that mixed environment?

I have Openfire 4.0.3 and Openfire Meetings 0.3.27.

I would like to ask how to provide a restApi plugin to return to the JSP page interface

$
0
0

Please know that you know, the best point in detail, thank you

Jitsi videobridge Openfire plugin

$
0
0

Hi.

I installed jitsi-videobridge 2.0 openfire (v4.1.1) plugin but I can't start new video call?

When I access http://localhost:7070/ofmeet return is 404. What am I doing wrong?

Also, I started jitsi-videobridge as external component and got same problem.

 

Thank you.

Spark 2.8.2 Build 934 - Search Users

$
0
0

Hello Everyone,

 

I installed the new version of spark (Spark 2.8.2) but don't function the users search plugin

 

 

My Server OpenFire is with new Version and the plugin is installed in my server.

 

 

What can be this error?

 

 

Couldy you help me?

 

 

Thanks a lot


phonebook openfire sipxcom 16.04

$
0
0

Hi, i'm trying to get the phonebook in bria 3 softphone using a PBX sipxcom 16.04 whit his openfire service, but, it only shows xmpp account, whitout the extension number for the users.

 

what i should do?

 

my english is not so good, so, i'm sorry

Fastpath plugin

$
0
0

Hi everyone,

 

Fastpath is a really project abandoned?

 

Thanks

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'}"

So, I see that the Client Control plugin has been updated to allow disabling of the Login As Invisible option, but...

$
0
0

...what I'd really like to see is the ability to disable the Invisible status altogether. 

 

Right now, this option only disables the initial invisibility of a user, and doesn't prevent them from selecting it as a status after login.

 

Seems kinda pointless to me.

Unable to connect to openfire using websocket

$
0
0

I have included the Openfire WebSocket plugin (version 1.1.3).  Also I have set the below system property in openfire server

stream.management.active = true

stream.management.unsolicitedAckFrequency = 1

 

After doing this I tried to access the websocket connection as below

1. ws://localhost:7070/ws/

2. ws://<XMPP_Domain_Name>:7070/ws/

3. wss://localhost:7443/ws/

4. wss://<XMPP_Domain_Name>:7443/ws/

 

But none of the above is getting connected to openfire server.  It is giving me the error

"The webpage atws://localhost:7070/ws/might be temporarily down or it may have moved permanently to a new web address.

 

ERR_DISALLOWED_URL_SCHEME"

 

Please let me know whether I have missed any other configurations.

Viewing all 531 articles
Browse latest View live