Differences From Artifact [7227381b06]:
- File src/XMPPConnection.m — part of check-in [f09ee1db55] at 2018-11-11 12:17:03 on branch trunk — Add support for anonymous authentication (user: js, size: 32452) [annotate] [blame] [check-ins using]
To Artifact [0b3550d382]:
- File src/XMPPConnection.m — part of check-in [f2793cf7cb] at 2018-11-11 15:30:11 on branch trunk — Do not set presence type to available (user: js, size: 32451) [annotate] [blame] [check-ins using]
︙ | |||
701 702 703 704 705 706 707 | 701 702 703 704 705 706 707 708 709 710 711 712 713 714 | - | _streamOpen = true; } - (void)close { if (_streamOpen) [_socket writeString: @"</stream:stream>"]; |
︙ |