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

Re: SSL 3.0 fallback vulnerability encounters to openfire/bouncycastle?

Dont know yet, but we are using bouncycastle 1.51, the latest and greatest on 3.10 alpha

View Article


(a)Smack Sort HostedRoom Collection Alphabetically

So i can get hosted rooms nicely, but when listing them using their names it is a little disorganized. So i am trying to sort by the HostedRoom.GetName() needless to say i can't figure out how to do...

View Article


Re: import contact detials from android to roster

hello we want to upload all contacts not just one  thanks

View Article

Image may be NSFW.
Clik here to view.

MUC Service Plugin - Loading multiple rooms

Hi, I'm still having troubles loading multiple MUC rooms.  I've decided to try my hand with loading them using the MUC plugin.  I've only managed to get one loaded.  We use Active directory groups.  Of...

View Article

Re: (a)Smack Sort HostedRoom Collection Alphabetically

Collection is not a subclass of List.

View Article


Image may be NSFW.
Clik here to view.

Re: (a)Smack Sort HostedRoom Collection Alphabetically

Well that would explain why i can't do that... hmm... Any way to sort it Alphabetically?was thinking of iterating through the list and populating another list if the iterator began with an "a" then...

View Article

Re: (a)Smack Sort HostedRoom Collection Alphabetically

You can easily create a list out of a collection. BTW in a feature version of Smack getHostedRooms will return a List instead of a collection. Thanks for reporting this.

View Article

Re: (a)Smack Sort HostedRoom Collection Alphabetically

Awesome! Glad I could help I'll transform the collection to a list and then sort the list. When I have finished doing so I'll edit this with the code to do so. In case anyone else comes along (before...

View Article


How do I enable privacy list on Openfire ?

I am using Spark to check the client features supported by Openfire. It is showing a message "Privacy List is not supported by server". How do I enable privacy list on Openfire server ? Thanks for your...

View Article


How do I pass registration data to Openfire from Smack client ?

I would like to register a new user via a client screen using Smack. How do I pass on the registration information to the registration web page ? When I try using POST method, it is connecting but not...

View Article

(a)Smack New Method Suggestion.

Class MultiUserChatpublic list<Packet> getPreviousMessages(int Amount){list<Packet> messages = new List<Packet>();//logic to obtain messages and add to list using int to get a...

View Article

Re: XMPPStringUtils error for smack

I have the same problem. i didn't include xpp3-1.1.4c.jar and by logging the code i can connect to the server but after that it throws an error. My code is below. private class LongOperation extends...

View Article

Help, installing openfire SSL certificates fails

Me and my team of linux experts have been fighting with this for almost 3 weeks now, it's pathetic we want to give up on openfire but this is our last and final resort.  We have installed it many many...

View Article


Image may be NSFW.
Clik here to view.

Re: Openfire 3.9.3: Import Certificates error

I wish I knew why openfire was also so incredibly complicated to get working with properly signed certificates, it's absolutely ridiculous we have spent 3 weeks on ours and made very little progress on...

View Article

Re: (a)Smack New Method Suggestion.

XEP-45 does nut support retrieving the history after the initial presence has been send (see XEP-45 7.2.14). And this is already supported by Smack: MultiUserChat (smack 4.0.6 API)

View Article


Image may be NSFW.
Clik here to view.

Re: (a)Smack New Method Suggestion.

Well it should   didn't know it wasnt supported. I wonder why.

View Article

Cannot receive message using Smack

Hello!  I am trying to develop a chat application for android and iOS in which I am using OpenFire as the chat server. OpenFire has already been setup on AWS. But I am facing a problem here. I cannot...

View Article


ChatManager initialize

Hello everyone, I successfully loggedin to my server with my username and password, now i'm trying to create a connection with chatmanager class and this class does not let meput XMPPTCP connection...

View Article

Re: ChatManager initialize

XMPPTCPConnection implements XMPPConnection, so this can not be issue. Are you sure you did read the (compiler) error that's shown and read ChatManager (smack 4.0.6 API) ?

View Article

Gradle build error with markdown

I just checked out from Github, rebuild from Android Studio gave the error:Error:(12, 0) Plugin with id 'org.kordamp.gradle.markdown' not found. How can I build successfully? Thanks.

View Article
Browsing all 11412 articles
Browse latest View live