user (property)

The user portion of this entity's Jabber ID.

Syntax

@property (nonatomic,readwrite,assign,getter=user,setter=setUser:) NSString* user;
- (NSString*)user;
- (void)setUser:(NSString*)newUser;
public var user: String {
  get {...}
set {...} }

Default Value

""

Remarks

The User property is a unique username associated with this entity and set at time of registration under the field "user".

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 iOS Edition - Version 20.0 [Build 8307]