Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Giving you a positive vote! Please help me #113

Closed
LeeGyong opened this issue Oct 6, 2012 · 1 comment
Closed

Giving you a positive vote! Please help me #113

LeeGyong opened this issue Oct 6, 2012 · 1 comment

Comments

@LeeGyong
Copy link

LeeGyong commented Oct 6, 2012

Hi, robbiehanson.

Please help.
I am also creating group chatting func in iphone app using your xmpp framework.
But room was created sucessfully but i don't know how to go from that on for group chat.

XMPPRoomCoreDataStorage *rosterstorage = [[XMPPRoomCoreDataStorage alloc] init];
XMPPRoom *xmppRoom = [[XMPPRoom alloc] initWithRoomStorage:rosterstorage jid:[XMPPJID jidWithString:@"[email protected]"] dispatchQueue:dispatch_get_main_queue()];
[xmppRoom activate:[[self appDelegate] xmppStream]];
if ([xmppRoom preJoinWithNickname:@"viratsRoom"]) {
NSLog(@"room created");

  [xmppRoom joinRoomUsingNickname:@"viratsroom11" history:nil];

}
[xmppRoom fetchConfigurationForm];
[xmppRoom configureRoomUsingOptions:nil];
[xmppRoom addDelegate:[self appDelegate] delegateQueue:dispatch_get_main_queue()];

What can i do then?

Looking forward to hearing from you.

drodriguez pushed a commit to drodriguez/XMPPFramework that referenced this issue Jan 2, 2013
…multiple reads using the same buffer) when using old-school (deprecated) secure connection option.
@ObjColumnist
Copy link
Collaborator

This is a question for the mailing list

davidchiles pushed a commit to davidchiles/XMPPFramework that referenced this issue Jan 26, 2016
…multiple reads using the same buffer) when using old-school (deprecated) secure connection option.
williamdolke added a commit to williamdolke/XMPPFramework that referenced this issue Nov 1, 2023
rodrigoands pushed a commit to ubotsbr/Ubots-XMPPFramework that referenced this issue Apr 22, 2024
rodrigoands pushed a commit to ubotsbr/Ubots-XMPPFramework that referenced this issue Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants