Quantcast
Channel: Ignite Realtime : Unanswered Discussions - Openfire Plugins
Viewing all 704 articles
Browse latest View live

Openfire 3.10 + ofmeet + LDAP

$
0
0

Hi. I'm running Openfire 3.10 Alpha and openfire-meetings 0.7. It works when I use default local users and groups. However when I bind my server to LDAP there's no audio or video from the other participants of the conference. I created an LDAP user named 'focus' since that's what openfire uses to manage mucs. I've also ensured that the focus is an admin under Group Chat Settings.

 

I noticed a bunch of these in the error log:

"org.jivesoftware.openfire.ldap.LdapGroupProvider - Could not find user in LDAP ofmeetxxxx" where the x's are random numbers. It looks like ofmeet is trying to dynamically create users on my ldap server and, as expected, it can't.

 

Any suggestions? Am I supposed to get HybridAuth working? Is this a known issue? Will this never work with LDAP?

 

 

UPDATE: As it turns out, I had created the focus user in LDAP, but I didn't set the password correctly. Openfire had randomly generated one. You can find it (and set it) in your Server System Properties. It's called org.jitsi.videobridge.ofmeet.focus.user.password. Hope this helps someone else.


Openfire 3.10 Jan 8th 2014 + Ofmeet 0.0.7 Could Not Start

$
0
0

Hi All,

I need your help with this one, as per subject I have freshly installed Openfire 3.10 from Jan 8th nightly build on Centos 7 added plugin ofmeet.jar 0.0.7 and got the Meetings tab to appear however when I point my browser to https://my.domain:7443/ofmeet I got "Not Found" error.  Upon examining the log, I found this error  "2015.01.09 15:53:59 org.jivesoftware.openfire.plugin.ofmeet.OfMeetPlugin - Could NOT start open fire meetings" and nothing else.  I'm stuck, any pointer would be much appreciated.  Thank you

Error: ignoring plugin ofmeet:requires server version 3.9.9

$
0
0

Hellofriends,

 

 

after installingofmeetpluginandrestart theopenfire, I'm running intothe error message Error: ignoring plugin ofmeet:requires server version 3.9.9.

 

 

Could helpme??

 

 

Thank U

 

 

Danilo

voice message implementation in android

$
0
0

I am new openfire, Is it possible to implement voice chat feature, like record voice and instantly send for android .using openfire and asmark.

If any plugin available for this, please send me the links.

Looking for Recording of Vedio & Audio Chats Facility in Redfire

$
0
0

Hi Dele, We have been able to configure RedFire with Openfire. Audio and video chats works great. We are not able to find out how to record all the audio and video chats. Kindly Let us know how to configure redfire so as to start recording all the audio and video chats.

 

Also Configured Offmmet. Even thought recording and all is working fine in that. But This does not work with without a Webcam Attached.  Tries changing the resolution and all but not able to get it working without a webcam.

 

Kindly Suggest a solution.

 

 

 

 

 

Broadcast plugin doesn't seem to work

$
0
0

I've added broadcast plugin to my openfire server through "available plugins",

added and set broadcast properties in Server -> Server Manager -> System Properties,

added a new user all@broadcast.serverName in my admin console,

installed two chat clients, one on virtual machine on windows (spark) and one on mac (adium).

I've logged in on spark client with user1, and on adium client with user2. I see them both online, connected to my openfire server.

 

But when I try to send a broadcast message, let's say, from user1 to a user named all@broadcast.serverName, user2 doesn't get the message.

 

I need help, why this broadcasting doesn't work? I've set broadcast properties very carefully, I am sending message to user "all", what could be I doing wrong?

fastpath on IOS

$
0
0

Hi All

 

     Webchat is a good web client tool for fastpath as a plugin in openfire. Now currently we want to implement it in iOS side. Anyone has experience on it? As I know, object-c has already supported XMPP on openfire by means of XMPPFramework lib. But no any reference on fastpath, any idea?

Spark + Red5 catching

$
0
0

Hellofriends,

 

 

I amnewuserOpenFireandam testingitwith theRedfire. Openfireinits basic functionsarefully functional, chat, send files, conferences, all OK.

 

 

Learned of thevideo chatfunction,Redfire, and I'malso trying touse this function, butwhen you start avideo chatmySparkclienthangsand I cannot moveanything else.

 

 

The version ofmyOpenfireis3.9.3, thesparkis at version2.6.3. The version ofRed5installed onopen fireis the0.0.3.1.

 

 

Could anyone helpme to solve thisproblem??

 

 

Thank U !!!

 

 

DaniloMarques


Error code 503 service unavailable

$
0
0

HI,

While accessing xmpp server and posting IQ as follow

<body rid="2891794142" xmlns="http://jabber.org/protocol/httpbind" sid="d16dc6ec"><iq type="set" xmlns="jabber:client"><apikey xmlns="http://phono.com/apikey">C17D167F-09C6-4E4C-A3DD-2025D48BA243</apikey></iq></body>

getting below response

<body xmlns="http://jabber.org/protocol/httpbind"><iq xmlns="jabber:client" type="error" to="d16dc6ec@microsoft/d16dc6ec"><apikey xmlns="http://phono.com/apikey">C17D167F-09C6-4E4C-A3DD-2025D48BA243</apikey><error code="503" type="cancel"><service-unavailable xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/></error></iq></body>

 

Please help.

 

Thanks,

RK

Jitsi Videobridge , audio Only (No Webcam ) Not Working

$
0
0

I have configured Jitsi Videobridge, I was testing this one two of my laptops, One one laptop with Webcam Jitsi Videobridge works fine on Chrome.

My another Laptop Doesnt have Webcam only microphone is present. When i open Jitsi webrtc in chrome it throws up an error and says "THIS SERVICE ONLY WORKS WITH CHROME". As soon as i Plugin an External Webcam it again starts working fine. Kindly help to make audio only calls without webcam.

Urgent Need.

UserService Plugin removes custom properties when updating user

$
0
0

Hi All,

 

 

I've noticed that whenever I try to update existing user and it's custom properties all key-value pairs which are not part of the payload are deleted.

 

Example:
my "testuser"
has 3 custom properties P1, P2 and P3

 

I construct a payload

 

<?xml version="1.0" encoding"UTF-8" standalone'"yes"?>
<user>

     <username>testuser</username>

     <name> Jon Doe </name>

     <properties>

          <property key="P1" value="some value1"/>

          <property key="P3" value="some value2"/>

     </properties>

</user>

 

I use that payload in my PUT request and for userService/users/{username} url

 

the effect is that my custom property P2 is removed.

a not really desirable behavior.

 

I assume that behavior is caused by running

user.getProperties().clear();

inside

private void addProperties(UserEntity userEntity) throws ServiceException

of class

UserServicePluginNG

 

If this is a feature not a bug... I can't really see the logic behind it, so can someone explain?

Effect of changing server name

$
0
0

Hi

 

We started using kraken in order to use the yahoo messenger transport. Initially it worked pretty fine and we were able to chat with our yahoo buddies from openfire (after registering). But we had to change the server name in the openfire, but after that the yahoo stopped working. The scenerio was something like this:

 

a. ealier the server name was like abc.com and the yahoo transport worked with yahoo.abc.com perfectly fine

b. now we have changed the server name in openfire and it is def.com, yahoo transport under openfire->admin console->Server->Gateways->Transports->Yahoo now shows as yahoo.def.com, but while the strophe.js is connected to the openfire we receive the following against one of the requests intially:

 

 

<iqid="roomname"xmlns="jabber:client"type="result"to="userid@def.com/roomname">

 

 

<queryxmlns="jabber:iq:roster">

 

 

<itemjid="yahoo.abc.com"name="Yahoo! Transport"subscription="both">

 

 

<group>Transports</group>

 

</item>

</query>

</iq>

 

please note that the jid still says yahoo.abc.com instead of yahoo.def.com and the response of next request is:

 

 

<bodyxmlns="http://jabber.org/protocol/httpbind">

 

 

<presencexmlns="jabber:client"to="userid@def.com/roomname"from="yahoo.abc.com"type="error">

 

 

<errorcode="404"type="cancel">

 

 

<remote-server-not-foundxmlns="urn:ietf:params:xml:ns:xmpp-stanzas"></remote-server-not-found>

 

</error>

</presence>

</body>

 

why is it still using yahoo.abc.com, when we can see under the console it says yahoo.def.com and the test connection returns success over there (admin console of openfire).

 

Your help would be highly appreciated.

 

Best Regards

Pawan

Openfire Meetings, No Video of the other Participants

$
0
0

Hi,

 

I have previously installed Openfire Meeings verison 0.04 and everything was working great.  I just updated to the new version 0.0.7 and got this problem.  i got this problem when in meeting, i see other participarts are connected but I cannot display the video of other participant.  Every user who's in the conference can only see themselves.  Any help would be appreciated.

 

Also anyone knows where i can download older versions, like 0.05 or 0.06

 

Thanks

James

finding message delay timestamp from asmack-android-8-0.8.10

$
0
0

i am using above a smack for chat application now want to find out message delay timestamp when user is offline

Fastpath offering more simultaneous chats then settings says

$
0
0

Hello,

 

We are using the fastpath plugin in our company and it works well, but there must be some bug.

When we set that a workgroup member can receice a maximum om 2 chats at a time, current chats can still go up to 3 chats at the same time.

If we set maximum chats to 1 users sometimes still receive 2 chats at the same time.

 

Any Idea what to do with this? One would think that the easy solution if we want 2 chats at a time would be to set it to 1, but that is not the case.

When set to 1, most of the time users only get 1 at a time, but sometimes 2. When set to 2 maximum, users most of the time get 2 chats, but sometimes 3.

 

Is this a bug or can it be solved?

fastpath.PNG


Plugins missing

$
0
0

I am in a test environment and have upgraded my server from 3.5.1 to 3.10 and installed this plugin.  It shows up on the server and I have a new entry in the menu for meetings.  When I browse to the url :7443/ofmeet/spark/ofmeet-plugin.jar for the plugins I get a not found message.  I can trim the ends off the url and keep backing it away and its not found all the way down.  I am sure there is something probably misconfigured or a relic from 3.5.1 causing this issue.  Help is appreciated.

Inhabilitar cierre de sesion

$
0
0

Hola Amigos, alguien sabe como hacer para inhabilitar el cierre de la sesión para para los usuarios de Spark, es que algunos se salen del chat, ya si apagan la computadora o se desconectan de la red no hay problema... pero quiero que cuando estén en la estación de trabajo no puedan cerrar el spark

 

saludos

flexible offline messages retrieval returning false

$
0
0

In XMPP chat application,i am using ASMACK library 4.0.6 at android client side.

I want to retrieve offline messages when XMPP connection established. For that 1st i am checking is server having support for flexible retrieval. Server always returning false. We enabled offline module in MongooseIM server. But why i am getting false from server?

if (!offlineMessageManager.supportsFlexibleRetrieval()) { Log.i("Offline messages not supported","" + offlineMessageManager.supportsFlexibleRetrieval()); return; }

If i try with pidgin client, i am getting offline messages..

Openfire 3.10.0 beta and Openfire Meetings 0.0.9 desktop sharing fails

$
0
0

Hello,

 

First of all thanks for all the work with the Openfire Meeting plugin.

I'm trying to get Openfire and Meetings to run and have installed the latest openfire_2015-02-03.deb on a Debian system.

I then set up Openfire and install the Openfire Meetings plugin 0.0.9 from the Admin Console.

Then I'm opening https://domain.xy:1234/ofmeet/?r=123 and can download the chrome extension when I click on share screen.

If I just open ofmeet without a manual room name and open a room with the random words I run into other problems like I won't be assigned as a moderator and can't lock the conference or get the invitation link.

I don't know what's the problem there.

 

Using a manual room name and after downloading the extension and reloading the page I click on share screen, select a window to share and then I run into the error:

Unable to switch video stream

 

The javascript console in chrome shows:

Uncaught TypeError: Cannot read property 'id' of undefined     prezi_player.js?v=2:37
window.PreziPlayer.PreziPlayer.messageReceived                 prezi_player.js?v=2:37

and

No conference handler    ofmeet-screenshare.js?v=1:250
newStreamCreated         ofmeet-screenshare.js?v=1:282
(anonymous function)     ofmeet-screenshare.js?v=1:282

(anonymous function)     ofmeet-screenshare.js?v=1:130

(anonymous function)     strophe.jingle.adapter.js?v=3:773

Is that a known problem or did I do something wrong with my installation?


I appreciate your help.

 

Thank you very much!

 

Edit:

I tried an installation of Openfire 3.10.0 beta on Windows Server 2012 R2 and receive exactly the same errors.

Monitoring Plugin Not Loading

$
0
0

I am unable to get the Monitoring plugin loaded.

 

We need to monitor chat logs so I'm hoping that there's something I can use as an alternative.

 

OS:

CentOS 6.6

 

Openfire:

3.9.3

 

Java:

# java -version

java version "1.6.0_33"

OpenJDK Runtime Environment (IcedTea6 1.13.5) (rhel-1.13.5.1.el6_6-x86_64)

OpenJDK 64-Bit Server VM (build 23.25-b01, mixed mode)

 

 

 

Error.log

 

 

 

2015.02.06 16:16:29 org.jivesoftware.openfire.container.PluginManager - Error loading plugin: /opt/openfire/plugins/monitoring

java.lang.UnsupportedClassVersionError: org/jivesoftware/openfire/plugin/MonitoringPlugin : Unsupported major.minor version 51.0

        at java.lang.ClassLoader.defineClass1(Native Method)

        at java.lang.ClassLoader.defineClass(ClassLoader.java:643)

        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)

        at java.net.URLClassLoader.defineClass(URLClassLoader.java:277)

        at java.net.URLClassLoader.access$000(URLClassLoader.java:73)

        at java.net.URLClassLoader$1.run(URLClassLoader.java:212)

        at java.security.AccessController.doPrivileged(Native Method)

        at java.net.URLClassLoader.findClass(URLClassLoader.java:205)

        at java.lang.ClassLoader.loadClass(ClassLoader.java:323)

        at java.lang.ClassLoader.loadClass(ClassLoader.java:268)

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

        at org.jivesoftware.openfire.container.PluginManager.access$300(PluginManager.java :80)

        at org.jivesoftware.openfire.container.PluginManager$PluginMonitor.run(PluginManag er.java:1074)

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

        at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:351)

        at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:178)

        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201 (ScheduledThreadPoolExecutor.java:165)

        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Schedu ledThreadPoolExecutor.java:267)

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

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

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

2015.02.06 16:16:49 org.jivesoftware.openfire.container.PluginManager - Error loading plugin: /opt/openfire/plugins/monitoring

java.lang.UnsupportedClassVersionError: org/jivesoftware/openfire/plugin/MonitoringPlugin : Unsupported major.minor version 51.0

        at java.lang.ClassLoader.defineClass1(Native Method)

        at java.lang.ClassLoader.defineClass(ClassLoader.java:643)

        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)

        at java.net.URLClassLoader.defineClass(URLClassLoader.java:277)

        at java.net.URLClassLoader.access$000(URLClassLoader.java:73)

        at java.net.URLClassLoader$1.run(URLClassLoader.java:212)

        at java.security.AccessController.doPrivileged(Native Method)

        at java.net.URLClassLoader.findClass(URLClassLoader.java:205)

        at java.lang.ClassLoader.loadClass(ClassLoader.java:323)

        at java.lang.ClassLoader.loadClass(ClassLoader.java:268)

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

        at org.jivesoftware.openfire.container.PluginManager.access$300(PluginManager.java :80)

        at org.jivesoftware.openfire.container.PluginManager$PluginMonitor.run(PluginManag er.java:1074)

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

        at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:351)

        at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:178)

        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201 (ScheduledThreadPoolExecutor.java:165)

        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Schedu ledThreadPoolExecutor.java:267)

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

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

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

 

 

Can I fix this at all?

 

Thanks,

 

Dave

Viewing all 704 articles
Browse latest View live




Latest Images