| Version | 1 |
| Variant | specified in RFC 4122 |
| urn | urn:uuid:4db06f06-1ea4-11dc-aca3-000bcd821bfb |
| Hexdump | 4db06f061ea411dcaca3000bcd821bfb |
| Bytes | Mโoโโรฑโโยผรบโโโรฉโโ |
| Clock ID | 11427 |
| Clock ID (hex) | 0x2ca3 |
| Timestamp, RFC | 2007-06-19 20:33:14 |
| Timestamp, MS | 2025-09-05 20:33:14 |
| Timestamp, UNIX | 2394-09-05 20:33:14 |
| Raw hex timestamp | 0x1dc1ea44db06f06 |
| Raw timestamp | 134015779941150470 |
| Sub-millisecond timestamp | 50470 |
| MAC Address | 000bcd821bfb |
| is_local bit | False |
| is_multicast bit | False |
| MAC Manufacturer | HewlettP |
| UUIDv1 | timestamp + clock_id + version (1) + node ID (MAC) |
| MAC Date | 2002-11-19, wireshark.org, 000bcd/24 |
Seen in RFC 6120 Counts : rfc6120:3 Seen 3 times in more than 1 page, showing only the first. RFC 6120 XMPP Core March 2011 C: <iq id='tn281v37' type='set'> <bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'/> </iq> Once the server has generated an XMPP resourcepart for the client, it MUST return an IQ stanza of type "result" to the client, which MUST include a <jid/> child element that specifies the full JID for the connected resource as determined by the server. S: <iq id='tn281v37' type='result'> <bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'> <jid> juliet@im.example.com/4db06f06-1ea4-11dc-aca3-000bcd821bfb </jid> </bind> </iq> 7.6.2. Error Cases When a client asks the server to generate a resourcepart during resource binding, the following stanza error conditions are defined: o The account has reached a limit on the number of simultaneous connected resources allowed. o The client is otherwise not allowed to bind a resource to the stream. Naturally, it is possible that error conditions not specified here might occur, as described under Section 8.3. 7.6.2.1. Resource Constraint If the account has reached a limit on the number of simultaneous connected resources allowed, the server MUST return a <resource- constraint/> stanza error (Section 8.3.3.18). S: <iq id='tn281v37' type='error'> <error type='wait'> <resource-constraint xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/> </error> </iq> Saint-Andre Standards Track [Page 95]