Re: OpenFire group sharing problem (group disappears from rosters)
I still have yet to experience this issue. I'm not sure whats different with my configuration verses everyone else. I'm sure the devs will get it resolved though.
View ArticleRe: (a)Smack Update/Remove PrivacyItem From List.
Simple oopsie. thanks for the help flow it worked great when using the Iterator. My Code in case some one else comes along List<PrivacyItem> pList; PrivacyListManager privacyManager =...
View ArticleRe: PingManager.ping gave me a outofmemeory at aSmack 4.0.1-SNAPSHOT-2014-07-13
thanks, I go to get one at once.
View Articleimport asmack source to android studio,but run App failed.
E/SmackConfiguration﹕ Could not determine Smack version java.lang.NullPointerException at java.io.Reader.<init>(Reader.java:64) at...
View ArticleAnybody able to enable BOSH with 3.10.0-alpha?
Hi, enabling BOSH in the current master (3.10 alpha) fails for me. It might be because of the Jetty update. Here's the stacktrace, does anybody have an idea? -- csh 2014.11.28 18:52:27...
View ArticleRe: SSL 3.0 fallback vulnerability encounters to openfire/bouncycastle?
wroot,Your settings work fine for port 5223 but what about disabling SSLv3 on port 9091?
View ArticleRe: SSL 3.0 fallback vulnerability encounters to openfire/bouncycastle?
Original question was for client ports. Don't know how to do this for Admin Console. Admin Console is handled by Jetty web server, i think, maybe this can be done in there.
View ArticleRe: SSL 3.0 fallback vulnerability encounters to openfire/bouncycastle?
Does anyone know where the settings are for Jetty?
View ArticleRe: 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 ArticleRe: import contact detials from android to roster
hello we want to upload all contacts not just one thanks
View ArticleMUC 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 ArticleRe: (a)Smack Sort HostedRoom Collection Alphabetically
Collection is not a subclass of List.
View ArticleRe: (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 ArticleRe: (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 ArticleRe: (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 ArticleHow 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 ArticleHow 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 ArticleRe: 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