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

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.


Openfire Meeting Plugin - Fix for Chome M57 Not Working

$
0
0

Hi there,

According to the change log for the latest Openfire Meeting plugin the problem with Chrome changing the default RTCP multiplexing policy to require instead of negotiate has been fixed. I have updated my openfire install to 4.1.4 but I still get errors in chrome. THe javascript console show these errors relate to the rtcpMux policy.

 

How do I get the fix in the latest plugin to take effect? I am using the verions 0.3.29 of the plugin.

 

Thanks

component robot to be online status

$
0
0

Robots developed using component external components have been offline and how to modify them to be online status

plugins/restapi/v1/messages/users returns empty body

$
0
0

I have installed Openfire 4.1.4, and enabled Rest Api Plugin, but still couldn't get users list using Postman.

 

restapi.png

 

Postman:

postman.png

 

I have set the Authorization parameters but still didn't get any user list as shown in above screen shot, even though there are 5 registered users on server.

Can anybody help me out

MOTD on Openfire 4.1.4 does not show up

$
0
0

Hi,

 

I cant find motd in the listing of plugins any more. Any reasons ??

Install restapi error

$
0
0

I am a developer novice,Install restapi error。a.png

Openfire 3.5.0 Monitoring Plugin

$
0
0

Hello there, I need the monitoring plugin for Openfire 3.5.0. Can you help me? I'm sorry for my bad english.

 

I can't configure openfire rest api gidkom php with my server

$
0
0

I m getting a error like this

 

 

Fatal error: Uncaught GuzzleHttp\Exception\ClientException: Client error: `POST http://148.72.251.175:http//opf.pissaya.info:9090http://opf.pissaya.info:9090/pl ugins/restapi/rest-api.jsp/users` resulted in a `400 Bad Request` response: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>400 Bad Request</title> </head><body> <h1>Bad Req (truncated...) in E:\XAMPP\htdocs\gidkom\vendor\guzzlehttp\guzzle\src\Exception\RequestException. php:111 Stack trace: #0 E:\XAMPP\htdocs\gidkom\vendor\guzzlehttp\guzzle\src\Middleware.php(65): GuzzleHttp\Exception\RequestException::create(Object(GuzzleHttp\Psr7\Request), Object(GuzzleHttp\Psr7\Response)) #1 E:\XAMPP\htdocs\gidkom\vendor\guzzlehttp\promises\src\Promise.php(203): GuzzleHttp\Middleware::GuzzleHttp\{closure}(Object(GuzzleHttp\Psr7\Response)) #2 E:\XAMPP\htdocs\gidkom\vendor\guzzlehttp\promises\src\Promise.php(156): GuzzleHttp\Promise\Promise::callHandler(1, Object(GuzzleHttp\Psr7\Response), Array) #3 E:\XAMPP\htdocs\gidkom\vendor\guzzlehttp\promises\src\Task in E:\XAMPP\htdocs\gidkom\vendor\guzzlehttp\guzzle\src\Exception\RequestException.p hp on line 111

 

 

Here my code is

 

 

<?php 

 

include"vendor/autoload.php";


$api =new Gidkom\OpenFireRestApi\OpenFireRestApi;

$api->secret ="supersecret"//just don't want to show actual secret key

$api->host ="148.72.251.175";

$api->port ="http://opf.pissaya.info:9090"// default 9090

 

$api->useSSL =false;

$api->plugin ="http://opf.pissaya.info:9090/plugins/restapi/rest-api.jsp"// plugin


$result = $api->addUser('root', 'root', 'Root', 'root@gmail.com');


if($result['status']) {

    // Display result, and check if it's an error or correct response

    echo'Success: ';

    echo $result['message'];

} else {

    // Something went wrong, probably connection issues

    echo'Error: ';

    echo $result['message'];

}


?>

 

Please help me
It's been 3 month for my chat project and  i cant find any fix  , I m so frustrated

 

 


REST API: Adding remote user to a roster group

$
0
0

Does anyone know if there's a way to add a *remote* user to a roster group through the REST API?

 

Trying to add a user to a group through the REST API requires the username being in the Path, which I'm assuming means that user already has to be on the server.  And also because I tried doing it that way already. 

 

Am I assuming correctly that there's no API endpoint where the group name comes before the username?

 

Thanks in advance!

 

— Kevin

Unable to verify certificate in MAC

$
0
0

i am unable to verify my hostname certificate in my mac while trying to login

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.

Rest-api-client Problem

$
0
0

Hi,

 

I am triyng to use the rest-api-client plugin with a rest application. My rest service has been working fine for two years.  But now I have changed the user service plugin and i want to use the rest-api-client.  I added the 1.1.3 library to my pom.xml and when I try to execute the restApiClient.createUser(userEntity) sentence, the jboss shows this exception

 

21:21:13,246 ERROR [stderr] (default task-2) Caused by: javax.ws.rs.ProcessingException: RESTEASY003215: could not find writer for content-type application/xml type: org.igniterealtime.restclient.entity.UserEntity

 

 

21:21:13,246 ERROR [stderr] (default task-2) at org.jboss.resteasy.core.interception.ClientWriterInterceptorContext.throwWriter NotFoundException(ClientWriterInterceptorContext.java:40)

 

 

21:21:13,246 ERROR [stderr] (default task-2) at org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext.getWriter (AbstractWriterInterceptorContext.java:140)

 

I am using jboss eap 7, java 8, maven and openfire 4

 

Can someone help me?

 

Thanks in advance!

Monitoring Plugin Issues on upgrade

$
0
0

I am running Openfire 4.0.3 with Monitoring plugin 1.5.2

I am testing an upgrade: Openfire to v4.1.3(latest)  and Monitoring plugin to v1.5.6 (latest)

 

The upgrade of Openfire works without an issue - Monitoring plugin still seems to work, but I get the following popup when manually attempting to 'Rebuild Index':

Monitorv3IndexError.jpg

It looks like archiving of messages and chat rooms continues as before - searching for conversations still accesses new and older conversations.

 

I attempted to upgrade the Monitoring plugin to the latest version, which reported back it upgraded successfully. However, when going to the 'Archiving Settings' page, I see a red error banner indicating the index was not rebuilt.  If I hit the 'Rebuild Index' button, I get a green banner saying that indexing is being performed... however when moving onto another page and back to this archiving settings page - I again see the red error banner saying the index build failed.  I've stopped and restarted Openfire but that did not affect this behavior.  (In the test environment, I am running the Openfire server manually - as administrator... not as a service)

 

I've back reved the Monitoring plugin to the older version since it seems to still work - even with the 'message' popup.

 

Can someone help me diagnose the issue with the Monitoring plugin?  I would like to move to the latest version if possible - if not - I would like to be assured the older version is still working as I believe it is, even though it throws this message popup.

 

Thanks,

 

Rich

 

EDIT:  I am also getting the above 'getInlineOpacity' message when attempting to manually 'rebuild Index' on Openfire v 4.0.3 and Monitoring Plugin 1.5.2 - so this message is not related to the openfire upgrade to 4.1.3.

 

Message was edited by: Richard Darlington

Search Plugins problem

$
0
0
Hy all,        I'm new user of Openfire.     I installed version 3.4.3 on a freebsd (how simple and easy it was instead of jabberd2! :-) )       My users members are retrieved from an ldap server.     I installed Search Plugin version 1.4.1 for my user to easily add new contact.      My problem is that in the Administration Console , Search Properties, Searchable Fields , I don't have any checkable box... I just can see :      Use the form below to enable which fields users can search on.  - Enabled Fields...     And no fields behind!?             If I try to search a user with * for wildcard, I don't see anybody.             Can someone help me please?             Thanks a lot.     Best Regards.   

Is it possible to configure chat messages to delete themselves from user's computers after a certain amount of time?

$
0
0

I'm not sure if my question is clear, but I am curious to see if there are any settings or plugins that exist that allow messages to be deleted from a user's computer after a certain amount of time. I would like to know if all messages can be deleted on the client-side, even though I will continue the audit trail and logging on the server side. Basically, log all conversations on the server, and none on the user's computers. (At least after a specified time or after a conversation is closed, et cetera.)


Does Client Control mess up history on Spark 2.8.3?

$
0
0

In the release notes, it says that it, "requires Spark version 2.9.0 and above for proper functionality." Does that mean that it will cause Spark 2.8.3 to function improperly, or just that users will need 2.9.0 in order to access the new features? It would seem odd to me that an update would be released for the plugin that requires a not-yet-released build of Spark, but the release notes are worded differently than the last two updates were worded ("requires Spark version 2.8.X and above for new functionality"), so I want to be sure I'm not going to break anything before applying the update.

Does not the plugin ofmeet (version 0.9.1) share the screen?

$
0
0

Hi people,


After updating openfire to 4.1.5 and ofmeet to 0.9.1 I noticed that the screen sharing feature is no longer displayed. The "User Interface" tab of the plugin does not display this option. Is that right or am I missing sometinhg?

 

Note: Other resources: share videos from youtube, etc., work normally.

Thanks.

websocket plugin install failed

$
0
0

I installed openfire 4.1.5 succ.

i failed to install plugin "Openfire Websocket 1.1.4",

2017.07.05 20:34:41 ERROR [pool-29-thread-1]: org.jivesoftware.openfire.container.PluginManager - An exception occurred while loading plugin 'websocket':

java.lang.NoSuchMethodError: org.jivesoftware.openfire.http.HttpBindManager.getContexts()Lorg/eclipse/jetty/ server/handler/ContextHandlerCollection;

        at org.jivesoftware.openfire.websocket.WebSocketPlugin.initializePlugin(WebSocketP lugin.java:66)

        at org.jivesoftware.openfire.container.PluginManager.loadPlugin(PluginManager.java :410)

        at org.jivesoftware.openfire.container.PluginMonitor$MonitorTask$4.call(PluginMoni tor.java:276)

        at org.jivesoftware.openfire.container.PluginMonitor$MonitorTask$4.call(PluginMoni tor.java:264)

        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)

 

so i can not connect to openfire by websocket .

I want to know how to fix it.

thks

SSL port 7443 Ofmeet Jitsi-meet

$
0
0

Hi,

 

How can i install the SSL to port 7443?

 

It is in:

/etc/apache2/sites-available/default-ssl.conf

 

Or it is by Interface web Openfire.

 

Thanks.

Meetings external access

Viewing all 531 articles
Browse latest View live