Quantcast
Channel: Ignite Realtime: Message List
Browsing all 12162 articles
Browse latest View live

Re: "Ignoring roster push with not exaclty one entry." - Is this right?

Thank you very much!

View Article


apns certificate installed and CA Signed - now Windows and Linux Spark client...

I managed to get our client's iOS Developer  - Push Notification Certificate installed and "CA Signed". See apns certificates and keytool - Recipe  for details.However, now our Windows Spark Client...

View Article


How to get last seen using asmack 4.0.5 in android

I am using asmack 4.0.5 and want to retreive last seen of a users .I tried usingLastActivityManager lActivityManager = LastActivityManager`` .getInstanceFor(mConnection);try{  Log.v(TAG,"Last Activity:...

View Article

Image may be NSFW.
Clik here to view.

How to get last seen using asmack 4.0.5 in android

I am using asmack 4.0.5 and want to retreive last seen of a users .I tried usingLastActivityManager lActivityManager = LastActivityManager`` .getInstanceFor(mConnection);try{  Log.v(TAG,"Last Activity:...

View Article

Re: LDAP - multiple user OUs

the encryption thing is a bug.  If you enter it again and check "do not encrupt.." it will save it correctly. regardless, I think its better to use an external DB anyway!

View Article


Re: [Openfire API] Sending message to all users

Thanks for your reply. I started learning IQ and below is my function. Im trying to send a ping to a client. However, when I execute it, client receive nothing. Any idea why ?    public void...

View Article

iqRouter not sending ping

Hi, im trying to make a plugin that will send an IQ ping to the connected clients. However, when I execute it, client receive nothing. Any idea why ? below is my code and thanks in advanced!    public...

View Article

Re: asmack SSL connection issue on Android 5.0

Hi, I found a possible solution for this, in the your DummySSLSocketFactory: public Socket createSocket(String s, int i) throws IOException {    SSLSocket socket = (SSLSocket)factory.createSocket(s,...

View Article


Smack 4.1 began to support xep-0198, but without the support of openfire in...

hi, guys     I knew the new smack 4.1 had begun to support xep-0198, it's good for us. But, i have read the standard of  xep-0198, it should be implemented in both sides(client and server). I don't...

View Article


Re: [Openfire API] Sending message to all users

JID toAddress = new JID(to+"@"+serverName+"/Smack");Full JID is equal to Client JID,   add  your resources,such as "/Smack"when jid resources is right,the client can receive  iq

View Article

Re: Plugins not moving to installed page , and No plugin Tabs appear

Maybe your plugin code is erroryou must be upload your "jar" through admin panelCan I read your plugin code?

View Article

Re: chat message delivered but not archived (written to the database)?

try{//write to database} catch (Exception ex) {      System.out.println(ex.getMessage());//you will see error at openfire control     }

View Article

Re: smack 4.0.5 - javax.naming.NameNotFoundException: DNS name not found

use ip instead of localhostsuch as:XMPPConnection con = new XMPPTCPConnection ("192.168.1.1");

View Article


Image may be NSFW.
Clik here to view.

Re: About the open source license

Thanks Flow. But I'm still waiting for the final answer.

View Article

How to increase openfire memory.

Hello.Structure of openfire.- Windows Server 2008 R2 with 8GB Memory 4 processors Xerox 2.20GB.- Openfire 3.9.3- Spark 2.6.3  The file "c: \ Program Files (x86) \ Openfire \ bin \ openfired.vmoptions"...

View Article


Re: How to increase openfire memory.

All i know, you probably need to switch to 64-bit Java, but i can't tell how, i don't know and i'm not good at this Java memory management stuff. Maybe you can find something related to that searching...

View Article

Openfire users showing as offline in Admin Console using Converse.js

Hi, I am using Converse.js with a IIS Web Server and Openfire XMPP Server.  I am able to login to the login screen that converse provides with the users I created in Openfire. However in the Admin...

View Article


Re: smack 4.0.5 - javax.naming.NameNotFoundException: DNS name not found

Using the ip didnt work.XMPPConnection con = new XMPPTCPConnection ("127.0.0.1"); org.jivesoftware.smack.SmackException: javax.naming.NameNotFoundException: DNS name not found [response code 3];...

View Article

Load multiple conference rooms via automation

Hi! I've been googling for the last couple of days in an attempt to find a method of loading up chat rooms depending on various rules that we check as the user logs into the computer. I did see this:...

View Article

Re: [Openfire API] Sending message to all users

Thanks a lot Sun... working!

View Article
Browsing all 12162 articles
Browse latest View live