Quantcast
Channel: Ignite Realtime : All Content - Openfire Plugins
Viewing all 488 articles
Browse latest View live

File not recieved from other client

$
0
0

I have installed spak 2.7 in one of my system. If i sending a file, file sent but it shows nothing in my spark screen. My main problem is i didn't receive file from other client. Almost i tried all the types of file....

 

It shows nothing in my screen.


Disable Add Contact Menu

$
0
0

Good Day to All,

 

can anybody tell me on how to disable add contact menu in spark client.? i'm using openfire 3.10.2

 

Thank you in advanced!

Shallom

Openfire as a webchat

$
0
0

Hello I have been using openfire for years now on Ubuntu for IM via spark on my internal network.  We are wanting to open up chat to our customers via our website and I'd like to know what is the latest and greatest plugin to accomplish this. I also need to secure the conversations as they are of a private nature, do I need to use tomcat in conjunction with the plugins to accomplish this.  Any help is appreciated, thanks in advance.

Spark should be like AQQ

$
0
0

I like AQQ.

 

AQQ is beautiful, ergonomic and improved software; but i am trusting Spark unlimited and Spark hasn't ads.

 

I belive that Spark should be like AQQ.

 

I think also about that an easy configurable and improved Voice&Video Chat Feature should come as default with OpenFire and Spark.

 

And we need so a client also on Android.

 

After these Openfire&Spark will excellent solution for everybody.

 

Especially for Companies...

 

Regards

How to get archived messages?

$
0
0

How to get archived messages?

 

All right staff, I would like to know how to recover the last 10 user message.

 

As is the XML format should I send?

 

If anyone knows the Strophe.js help me further.

 

Thank you.

Versão correta do plugin Broadcast

$
0
0

Bom dia, alguém pode me ajudar?

 

Tenho instalado em meu ambiente a versão 3.8.2 do OpenFire com Spark client 2.7.1.

Tento utilizar o plugin broadcast porém não funciona. Mas  as mensagens de teste ficam gravadas no servidor.

Sabem me dizer que versão do plugin devo utilizar?

 

grato,

 

Fabio Moura

Does new websocket plugin has prebind feature using sid, rid & jid?

$
0
0

I am very pleased to see the post about new websocket plugin by openfire community!

 

I am wondering if the new websocket plugin has the functionality to bind with pre logged in connection using sid(session id), rid (resource id) & jid (jabber id). Because there is no enough documentation available on it. As I already used the plugin developed by deleolajide on github. Previously that was not compatible with 3.10.x version of openfire but right now it has been updated by author.

 

Now the community already released the new plugin so I want to migrate on it but I need the feature to attache the already created session.

 

I will be very thankful if anyone help me regarding this feature.

Login using node-xmpp-client

$
0
0

I tried to login using node-xmpp-client but it's not working. When i passed "preferred:'PLAIN' "only then i was able to login.

 

var Client = require('node-xmpp-client');

var jid = "light";

var password = "123456";

\

var cl = new Client({

  jid : "rohit",

  password : password,

  host :'localhost',

  reconnect : true,

});

 

 

cl.on('online', function() {

  console.log('online');

});

 

 

cl.connection.socket.on('error', function(err) {

  console.log('error : ',err);

});

 

 

cl.on('error', function(err){

  console.log('err : ', err);

});

 

 

cl.on('stanza', function(stanza) {

    console.log('Incoming stanza: ', stanza.toString());

});

 

 

cl.on('connect', function() {

    console.log('connnecting....');

});

 

 

cl.on('reconnect', function() {

    console.log('reconnnecting....');

});


Ofmeet | Video conference issue

$
0
0

Hi

 

we have installed and configured the ofmeet plugin in openfire. When i create a conversation i can see my video stream of the webcam but not from the other people. I have test it with 4 different Windows 7 clients (Google Chrome, Openfire Extension is installed) but it don't work.

 

I have check all the settings (of "doucmentation?") but it doesn't work. Is there a way to check why it not work?

 

Thanks for your assistance.

Monitoring Service plugin with Arabic Language

$
0
0

Hello All,

 

I am using Monitoring Service plugin for data archiving. My website is in English and Arabic Language.

I am facing problem in message archiving in Arabic language. The Arabic words are converted to "?" while inserting data in the ofMessageArchive table. The data is inserted by the plugin so, I have no idea how its working.

I am using MySQL for database.

 

I tried with change the Collation type of the tables and fields to utf8_general_ci, but no success.

 

Is there any solution for storing the data as its in Arabic language?

 

Any suggestions will be very helpful.

Thanks in advance.

Openfire 3.10.0 and websocket

$
0
0

Hi, i'm using openfire 3.9.3 with websocket 0.0.0.6 and everything is fine but when I upgrade to 3.10.0, the websocket plugin fall in error.

 

2015.05.13 11:55:49 org.jivesoftware.openfire.container.PluginManager - Error loading plugin: C:\Program Files\Openfire\plugins\websockets

java.lang.NoClassDefFoundError: org/eclipse/jetty/websocket/WebSocketServlet

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

    at java.lang.ClassLoader.defineClass(Unknown Source)

    at java.security.SecureClassLoader.defineClass(Unknown Source)

    at java.net.URLClassLoader.defineClass(Unknown Source)

    at java.net.URLClassLoader.access$100(Unknown Source)

    at java.net.URLClassLoader$1.run(Unknown Source)

    at java.net.URLClassLoader$1.run(Unknown Source)

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

    at java.net.URLClassLoader.findClass(Unknown Source)

    at java.lang.ClassLoader.loadClass(Unknown Source)

    at java.lang.ClassLoader.loadClass(Unknown Source)

    at com.ifsoft.websockets.plugin.WebSocketsPlugin.initializePlugin(WebSocketsPlugin .java:58)

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

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

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

    at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)

    at java.util.concurrent.FutureTask.runAndReset(Unknown Source)

    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301 (Unknown Source)

    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknow n Source)

    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)

    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)

    at java.lang.Thread.run(Unknown Source)

Caused by: java.lang.ClassNotFoundException: org.eclipse.jetty.websocket.WebSocketServlet

    at java.net.URLClassLoader$1.run(Unknown Source)

    at java.net.URLClassLoader$1.run(Unknown Source)

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

    at java.net.URLClassLoader.findClass(Unknown Source)

    at java.lang.ClassLoader.loadClass(Unknown Source)

    at java.lang.ClassLoader.loadClass(Unknown Source)

    ... 22 more

 

Somebody have an idea why this happen.

 

I try this on 3 others computers and the same error on all of them.

 

thanks

I want send a Broadcast to some user, not all user.. please help me

$
0
0

But I can't find any HTTP API or Plugin do it.

I try the Broadcast Plugin and the REST API Plugin.

 

but all can‘t  send a Broadcast to some user, only send to all of user

 

 

I'm not good at java.

Send a Message from a component to a MUC-Room

$
0
0

Hi,

i try to write a plugin for Openfire. With this Plugin i want to send Messages to MultiUserChatRooms (MUCRoom).

I have written this lines of code:

 

Message newMessage = new Message();
newMessage.setType(Type.groupchat);
newMessage.setBody(mucRoomEntity.getMessage());
MultiUserChatService multiUserChatService = XMPPServer.getInstance().getMultiUserChatManager().getMultiUserChatService("conference");
MUCRoom chatRoom = multiUserChatService.getChatRoom(muc);
//To Jid
JID tojid = chatRoom.getJID();
newMessage.setTo(tojid);
//From Jid
String fromJid = serviceName+"."+componentManager.getServerName();
newMessage.setFrom(fromJid);
componentManager.sendPacket(this, newMessage);

 

This will send a Message like:

 

<message type="groupchat" to="muc@conference.test" from="component.test">  <body>hello world</body></message>


The Problem is that the message will not send to the Chatroom.

But a Message is send back to my component:

 

<message type="error" to="component.test" from="muc@conference.test">  <body>hello world</body>  <error code="406" type="modify">    <not-acceptable xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/>  </error></message>

 

How do you do it right?

Ofmeet cannot start conference

$
0
0

Hi all,

 

I've just installed openfire 3.10 and ofmeet plugin.

 

Tried to start a conference but it halt in "your  conference is currently being created" session when i press the invite others.

 

Open the logs and I find this :

2015.10.20 13:35:54 XMPPServlet - An error occurred while attempting to create a web socket (USERNAME: sandy RESOURCE: ofmeet3354 ) :

 

Do you have any clue about the error ?

 

Thanks

Sandy

Use External DB to manage rooms

$
0
0

Is it possible to use an external database to manage rooms just as you can use an external database for users?

 

I have looked for a plugin or even just other people asking this same question but it always seems to be that nothing does this and when people ask they are just told to use the current structure. I am curious if there is a reason for this or how hard it would be to simply use an external ofMucRoom table to manage persistent rooms.

 

The reason for this particular question is we have a separate application that allows users to generate groups themselves and our systems architect wants the room management handled from the same database that these original groups are being generated from without having to make a separate xmpp call to then create the persistent room.

 

Any thoughts would be greatly appreciated.


Error when Requesting the Last Page in a Result Set History Message

$
0
0

Hi all. Iam newbie.

I installed Openfire on my localhost to build chat web app.

On frontend, Iam using Strophejs lib.

In openfire, Iam using "Open Archive" plugin to archive message.

 

To get history messages, i do like XEP-0136 and XEP-0059.

When get last page of list conversation with stanza:

 

<iq type="get" xmlns="jabber:client" id="5722:sendIQ">

     <list xmlns="urn:xmpp:archive" with="hoangnguyenvu@127.0.0.1">

          <set xmlns="http://jabber.org/protocol/rsm">

               <max>2</max>

               <before/>

          </set>

     </list>

</iq>

 

The result shows 2 first conversations, not 2 last conversations.

 

I have questions:

1. <before /> not working ?

2. How to fix ?

 

Thanks all.

Using Meetings on Public Internet (Ofmeet)

$
0
0

What is required to allow offsite users to use the ofmeet plugin in Openfire?

 

It works perfectly on our local network, but I'm struggling w/ offsite users and am hoping for some guidance...

Remote users can see the webpage and try to join, but just get the black screen w/ toolbar (no other participants/etc)

(the logs for these remote users seem pretty blank and uninformative)

 

Ports Forwarded in Firewall:

TCP/5222 (XMPP Client)

TCP/5223 (XMPP Client - Old)

TCP/7443 (Meetings Webpage)

UDP/5000 ~ UDP/7000 (Meetings Media Ports - I also tried TCP)

UDP/50000 ~ UDP/65000 (Port Usage observed in Meetings Webpage Statistics MouseOver)

 

Openfire > Meetings > Meetings Settings

Min Port used for media = 5000

Max port used for media = 6000

Local IP Address = Same FQDN as Public, have also tried 127.0.0.1

Public IP Address = Fully Qualified Domain Name (FQDN / subdomain resolves to our Public IP)

Focus JID = focus@FQDN (same as public)

 

CentOS 6, Openfire 3.10.2 (using MySQL), Meetings 0.2.2

Iptables is disabled for testing

network hostname is FQDN used in the Public IP Address above

 

Win7 & Win8 Clients, Chrome 46, Chrome Extension 0.0.5

Caused by: java.lang.ExceptionInInitializerError

$
0
0
10-27 11:21:29.684: E/AndroidRuntime(2744):at org.jivesoftware.smack.SmackConfiguration.getVersion(SmackConfiguration.java:96 )

Openfire Websocket Plugin do not send XMPP ping to idle clients

$
0
0

Hi, i recently added the websocket plugin to my openfire instance.

communication via xmpp works fine and quick,

i have usually javascript clients from browsers.

 

the issue i found is that on network disconnections, for example when a mobile switch to wifi or when the cable is pulled off,
the client still remains in openfire and is never cleaned up;
this happen even if i set a timeout(i.e. 60 seconds) in the idle connection policy and an xmpp ping to be sent;

indeed the ping is never sent, so openfire never checks if client connections are active;

 

note that this works fine with http bind connections.

 

with this behaviour the websocket plugin is quite useless because after some time there are a lot of client connections that are lost

but appear to be active, and this create confusion in a chat application.

 

any suggestions?
is it a bug?

Not able to chat in the group when group admin is in offline (Mobile Application)

$
0
0

Dears,

 

I am developing a mobile chat  application by using Open fire, XMPP Server. I am able to create Group, adding members to group. I am able to do chat when the admin is in Online.

 

When Admin is Offline, Able to send the messages from mobile to server and getting the confirmation from the server But the message is not posting in the group. Kindly help me on this whether is there any Admin Privileges if admin is in offline or ???

 

 

Thanks...

Viewing all 488 articles
Browse latest View live