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

Question about SIP plugin

$
0
0

I read PBX servers (say, Asterisk for now) protocols are able to handle text and video aside just voice. Also that Openfire supports other clients aside Spark, such as Pidgin and Trillian. I also read Pidgin could theorically even directly connect to an Asterisk server, at least for text over SIP.

 

Does Openfire's SIP plugin allow voice, text, video passing over PBX server's SIP protocol, or they'd still pass over xmpp and SIP plugin's *only* feature would be displaying user's status as "on phone"?

I'm still kind of bugged Openfire needs to map an existing Openfire user to a PBX extension, instead of directly using a PBX user...

 

Finally, could there be other Openfire compatible clients aside Spark that support voice/video chat?

 

Thanks all.


Cannot get chat history after updating Openfire to 3.10.3 and Monitoring service to 1.4.7

$
0
0

Before updating to Openfire 3.10.3 and Monitoring 1.4.7 I'm unable to get chat history. Before it was working perfectly. Any help in this regard? Thanks.

Websocket plugin MessageTooLargeException

$
0
0

I'm trying to send 50kb groupchat message connected by websoсket, it causes this error.

Can I somehow to change buffers sizes or other ways to fix this??

 

2016.06.04 19:22:44 org.jivesoftware.openfire.websocket.XmppWebSocket - Error detected; session: WebSocketSession[websocket=JettyAnnotatedEventDriver[org.jivesoftware.openfire. websocket.XmppWebSocket@7da445],behavior=SERVER,connection=WebSocketServerConnec tion@1cd4bf9{FILLING}{f=Flusher[queueSize=0,aggregateSize=0,failure=null],g=Gene rator[SERVER,validating,+rsv1],p=Parser@1bdcac[ExtensionStack,s=START,c=0,len=52 596,f=TEXT[len=0,fin=false,rsv=1..,masked=true],p=WebSocketPolicy@1878804[behavi or=SERVER,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessa geSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeou t=300000,inputBufferSize=4096]]},remote=WebSocketRemoteEndpoint@e1467d[batching= true],incoming=JettyAnnotatedEventDriver[org.jivesoftware.openfire.websocket.Xmp pWebSocket@7da445],outgoing=ExtensionStack[queueSize=0,extensions=[permessage-de flate],incoming=org.eclipse.jetty.websocket.common.extensions.compress.PerMessag eDeflateExtension,outgoing=org.eclipse.jetty.websocket.common.extensions.compres s.PerMessageDeflateExtension]]

org.eclipse.jetty.websocket.api.MessageTooLargeException: Frame is too large

  at org.eclipse.jetty.websocket.common.extensions.compress.ByteAccumulator.addChunk (ByteAccumulator.java:43)

  at org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension.decomp ress(CompressExtension.java:166)

  at org.eclipse.jetty.websocket.common.extensions.compress.PerMessageDeflateExtensi on.incomingFrame(PerMessageDeflateExtension.java:78)

  at org.eclipse.jetty.websocket.common.extensions.ExtensionStack.incomingFrame(Exte nsionStack.java:214)

  at org.eclipse.jetty.websocket.common.Parser.notifyFrame(Parser.java:220)

  at org.eclipse.jetty.websocket.common.Parser.parse(Parser.java:258)

  at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.readParse(Abs tractWebSocketConnection.java:628)

  at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.onFillable(Ab stractWebSocketConnection.java:476)

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

  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)

monitoring plugin | xep0313 | how can I query all messages for a room

$
0
0

I got the following situation:

Alice opens up a MUC "aliceRoom". Bob joins that MUC and they exchange some messages. Bob leaves the Chat and Carl joins. He queries for the history of the room and receives it completely. For some reasons this does not seems to work every time. If I understood the SQL query in JdbcPersistenceManager.findMessages(...) correctly, Carl receives all messages from all conversations he was participant in. What I don't understand is when a new conversion is started. If everyone leaves the room and joins later, is that a new conversation?

Is it possible for people who join a room later to obtain the whole history (including past conversations with the same room)?

Open fire rest api not giving response

$
0
0

I configured open fire on nearhero.com. This is the url Openfire Admin Console of admin console.
its working there is no issue during login but open fire api's are not working.they are not giving any response.
can any one please figure out exact problem.All api's are working fine since Last Friday.

Monitoring plugin for Openfire 3.8.2

$
0
0

Hello! Tried many plugins for Openfire 3.8.2 but it seems like nothing works. Please, somebody give me a correct .jar file to download for monitoring plugin so I can finally finish my ordeal with configuring Openfire. I tried the following versions: 1.2.0, 1.3.0, 1.3.1-rc1, 1.3.2-beta1 but it seems like they are not compatible and the corresponding panels are not showing thought it writes they were installed succesfully.

 

Thanks in advance!

How to play battleships?

$
0
0

Hi,

How to add a plugin game example battleships into my openfire + spark? I would like toallow my lan users toplay

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.


Presence Service Plugin Issue

$
0
0

I am using openFire 4.03 and I am testing the Presence Service plugin.

When I use type=image, the return of the image is correct, but if I use type text, returns null or if I use xml return only id

 

Is there anything I do wrong?

 

Thanks for your help.

Keep Records What time User's Log in and out

$
0
0

Hi ,

Is there any way that open fire can store records of who logs in and out and their times of which i can view on demand .

 

thanks vishy

Openfire Meetings - focus user and ofmeet-focus host?

$
0
0

Hi,

I'm trying to configure Openfire to use Openfire Meetings plugin, but still get some error with focus user (and focu host and other focus-related issues). Here is my config:

- Openfire 4.0.3

- Active Directory (LDAP) integration

- Openfire Meetings 0.3.9

 

User authentication with AD works like a charm. I've created two accounts in AD dedicated for Openfire - one is for ldap.adminDN and the other is for this magic FOCUS user.

As far as I can understand, it doesn't have to be 'focus' name of this user, am I right? There is attribute called "Focus JID"  and "Focus Password" so it could be any of my users. Of course it has granted admin rights for 'conference' service and it can create rooms in that service. No mather how i call yhis user (I even tried FOCUS) the problem still exists: When I enter the

https://my_server:7443/ofmeet/?r=roomname

I can't see any video nor audio. In the right lower corner dispalus error:

ofmeet-focus.mydomain.int - not available. Retry in... seconds

 

What is this ofmeet-focus.mydomain.int?? In terror log I can see

 

2016.10.28 21:46:18 INFO  [pool-15-thread-2]: org.jivesoftware.openfire.session.LocalOutgoingServerSession[Create outgoing session for: mydomain.int to ofmeet-focus.mydomain.int] - Unable to create new session: Cannot create a plain socket connection with any applicable remote host.

2016.10.28 21:46:18 WARN  [pool-15-thread-2]: org.jivesoftware.openfire.session.LocalOutgoingServerSession[Authenticate local domain: 'mydomain.int' to remote domain: 'ofmeet-focus.mydomain.int'] - Unable to authenticate: Fail to create new session.

2016.10.28 21:46:50 WARN  [pool-15-thread-3]: org.jivesoftware.openfire.net.SocketUtil - Unable to create a socket connection to XMPP domain 'ofmeet-focus.mydomain.int' using remote host: ofmeet-focus.mydomain.int:5269. Cause: ofmeet-focus.mydomain.int (a full stacktrace is logged on debug level)

2016.10.28 21:46:50 WARN  [pool-15-thread-3]: org.jivesoftware.openfire.net.SocketUtil - Unable to create a socket connection to XMPP domain 'ofmeet-focus.mydomain.int': Unable to connect to any of its remote hosts.

 

Where can I change this ofmeet-focus thing? what is it used for?

under https://my_server:7443/ofmeet/config I can see something like:

var config = {

    hosts: {

        domain: 'milnet-i.int',

        muc: 'conference.milnet-i.int',

        bridge: 'ofmeet-jitsi-videobridge.milnet-i.int',

        call_control: null,

        focus: 'ofmeet-focus.milnet-i.int',

    },

 

but I can't see where I could change those vars. And should I....?

 

Please, could anyone explain me all those things with focus user and host? What is this and how does it not work?

Want to make chatbot plugin

$
0
0

Hi,

 

I am trying to make chatbot plugin for openfire. I have done some RND and found Botz plugin link is below :-

Botz: Internal Bot Library for Openfire

So far i have created java project on Eclipse then  added Botz code in that project  and complied plugin. But when i am uploading this plugin on openfire parrot name user is getting created on admin. But i really don't know what to do next. If i login spark with other user then i am not able to see parrot user under user list. If i add parrot as a friend then i am able to chat between parrot and other user but its doesn't work like i want.

 

What i want is that i make a plugin in which i create a user which is visible to all other users by default. When other user try to chat with this user then one hard coded message will send in reply. I am newb in openfire so i really don't know what to do and how to do. I cant even find any documentation using which i can create my own plugin(eg. How to create ). So if any one can help me from where should i start step by step or help me to fix Botz plugin. Thanks in advance. Find attached my Botz plugin code.

Web Chat not working - Any other options for Fastpath?

$
0
0

Hello,

 

I have been trying to set up an Openfire server with a chat queue function.  I heard Fastpath was the way to go since we already use Spark on our Openfire server.  It wouldn't start when I installed it, so I searched, and found that it works with Openfire 4.1 (not 4.0).  So I installed Openfire 4.1 and reloaded the plugin, and sure enough Fastpath is there, working like a charm.  However...

 

The next piece of the puzzle seems to be adding a web chat function for users to queue in.  I can't seem to find any way to use Fastpath except for using a web chat.  And unfortunately, it looks like Openfire's webchat has not been updated in a very long time, and the files that I was able to come across don't work with 4.1 (only with 4.0).  If I upload webchat.rar to Openfire 4.0 and go through setup, it finishes without issue, but there are no groups without Fastpath.  If I do the same in Openfire 4.1, during setup I get "HTTP Error 500" with "Problem accessing /webchat/setup-index.jsp. Reason - Server Error" and the setup never completes.

 

So currently, I can load webchat with Openfire 4.0, OR I can load Fastpath with Openfire 4.1.

 

Let's say I stick with Openfre 4.1 and a working Fastpath plugin.  Is there anything else I can use to get my users into it?  The workgroups and Spark plugin are all working properly.  But how do I get my users to the agents??

 

Current Setup - Openfire 4.1.0 Alpha; Fastpath Service 4.4.0; Fastpath Webchat 4.0.2

Ofmeet Video Conference iOS

$
0
0

I have set up openfire on my EC2 ubuntu server with openfire meetings installed. Focus user, test users, group chat and ofmeet are configured using admin console http://myserver:9090/.

Multi users video conference is working properly on chrome browser using https://myserver:7443/ofmeet/?r=testroom.

Now i want to implement this in an iOS app and i have no idea where to start.I did look into some demo projects but still unable to figure it out.

Can someone please help with this? If anyone has worked with something like this please let me know. Thanks

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)

 

 

 


SIP phone mapping

$
0
0

Hi Guys,

 

I need your help guys. I can't map SIP accounts to openfire 4.0.1. It says that "SIP Account problem: Timeout   Attempt timeout, please try again."

My openfire and SIP server are working fine. I just need to integrate SIP accounts to openfire.

I'm using asterisk 3.0.0 for my SIP server and Openfire 4.0.1 for my chat server.

 

Thanks,

Lyndon

 

User Import won't process

$
0
0

I'm trying to migrate our organization from a server running Openfire 3.7.0 beta to a server running Openfire 4.0.3.  The old server is running version 2.2.1 of the User Import Export plugin, and the new server is running version 2.6.0.

 

The user exports from the old server seem to be fine, but the import process is hitting a snag.  Upon selecting the XML file to import and clicking the Import button, I'm taken to an Openfire page with an empty body (see attached).  No errors are shown, and none of the log files appear to be modified.

 

I'm able to successfully export from the new server, but I encounter the same blank page problem when I turn around to import these files back into the new server.  Interestingly, I also get the blank page when hitting the Import button without selecting a file at all.

How To setup Video call P2P

$
0
0

Hi ,

I have installed openfire server and cnfigured openfire server so that android,iphone can build chat application using openfire server.

 

Now i want to implement audio and video call such as many chat application does. I have installed openfire meeting plugin and also configured config file and i am able to set conferance call between openfire users.but only one point i am stuck is it is asking username and password each and every time when i am calling and also asking username password on other side which i want to do is i want to pass username and password in url so that it won't ask from use and user need not to enter it manually.

 

currently what i did is i am creating unique room name and sending this link to other user and forfully opened this link from other side so it will connected both the user :

https://mydomain:7443/ofmeet/?r=9874654

 

but when i try to open this link automatically it will ask username and password from promp box which i want to take automatically from url is this possible??

 

Please suggest me the best way to set up a video call..

Thanks

Error Log Entry

$
0
0

at org.jivesoftware.openfire.container.PluginManager$PluginMonitor.unzipPlugin(Plu ginManager.java:1069)

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

Open Meetings Remote control - Request rejected

$
0
0

When I try to start remote control between two computers, both using Chrome browser, "Your request was rejected" error appears and remote control never starts.

 

Attempting to connect :

Remote control error.PNG

Error:

Remote control error 2.PNG

Viewing all 531 articles
Browse latest View live