Page MenuHomePhabricator
Feed All Stories

Sep 2 2021

saghul committed rSYLKdea9d5284a4d: Added XEP-0092 support (Software Version) (authored by saghul).
Added XEP-0092 support (Software Version)
Sep 2 2021, 5:26 PM
saghul committed rSYLKe8194dcd2d9d: Added fallback handler, replies with service-unavailable to unsupported IQ… (authored by saghul).
Added fallback handler, replies with service-unavailable to unsupported IQ…
Sep 2 2021, 5:26 PM
saghul committed rSYLK475471572bee: Reorganized XMPP protocol loading (authored by saghul).
Reorganized XMPP protocol loading
Sep 2 2021, 5:26 PM
saghul committed rSYLK2d824a835443: Raised SIP session media timeout on XMPP gateway to 24h (authored by saghul).
Raised SIP session media timeout on XMPP gateway to 24h
Sep 2 2021, 5:26 PM
saghul committed rSYLK05496e8d6048: TAG release-2.3.0 (authored by saghul).
TAG release-2.3.0
Sep 2 2021, 5:26 PM
saghul committed rSYLK0dc6196fe790: Updated changelog (authored by saghul).
Updated changelog
Sep 2 2021, 5:26 PM
adigeo committed rSYLK58061516e76b: Update changelog (authored by adigeo).
Update changelog
Sep 2 2021, 5:26 PM
saghul committed rSYLKf8bf23b22db5: Map echo@* URI to the echo application by default (authored by saghul).
Map echo@* URI to the echo application by default
Sep 2 2021, 5:26 PM
adigeo committed rSYLK7b912c3e3491: Update dependency version (authored by adigeo).
Update dependency version
Sep 2 2021, 5:26 PM
adigeo committed rSYLKab590fff4ba4: Update readme (authored by adigeo).
Update readme
Sep 2 2021, 5:26 PM
adigeo committed rSYLK6d965565f83a: Update sample configurations (authored by adigeo).
Update sample configurations
Sep 2 2021, 5:26 PM
saghul committed rSYLK1ff0367dab70: Updated sample configuration files (authored by saghul).
Updated sample configuration files
Sep 2 2021, 5:26 PM
saghul committed rSYLKfd29eef4f1cc: Use request URI as the room URI when handling REFER requests instead of the To… (authored by saghul).
Use request URI as the room URI when handling REFER requests instead of the To…
Sep 2 2021, 5:26 PM
saghul committed rSYLK9b168b69f9b3: Added ability to load extra applications from an external directory (authored by saghul).
Added ability to load extra applications from an external directory
Sep 2 2021, 5:26 PM
saghul committed rSYLK409dd33c0f50: Fixed leaking session objects if session fails while joining a conference (authored by saghul).
Fixed leaking session objects if session fails while joining a conference
Sep 2 2021, 5:25 PM
saghul committed rSYLK5494451acea0: Refactored per-application logger (authored by saghul).
Refactored per-application logger
Sep 2 2021, 5:25 PM
saghul committed rSYLK5bc51df39a0f: Simplified mechanism required for adding new applications (authored by saghul).
Simplified mechanism required for adding new applications
Sep 2 2021, 5:25 PM
adigeo committed rSYLKc4ba1c61a8e1: Refine changelog (authored by adigeo).
Refine changelog
Sep 2 2021, 5:25 PM
adigeo committed rSYLKd719478a1be6: Document mapping logic between Request-URI and application (authored by adigeo).
Document mapping logic between Request-URI and application
Sep 2 2021, 5:25 PM
adigeo committed rSYLKd27f7641dc43: Mention X-Sylk-App header (authored by adigeo).
Mention X-Sylk-App header
Sep 2 2021, 5:25 PM
adigeo committed rSYLKec7cd715c4ea: Added note about DNS records required for conference component (authored by adigeo).
Added note about DNS records required for conference component
Sep 2 2021, 5:25 PM
saghul committed rSYLK8befbbaaf7fd: Disable presence and xcap from the mock account (authored by saghul).
Disable presence and xcap from the mock account
Sep 2 2021, 5:25 PM
saghul committed rSYLKb717dff57bde: Don't instantiate NotificationCenter if unneeded (authored by saghul).
Don't instantiate NotificationCenter if unneeded
Sep 2 2021, 5:25 PM
saghul committed rSYLKa7eaf81be032: Fixed log line (authored by saghul).
Fixed log line
Sep 2 2021, 5:25 PM
saghul committed rSYLK39df1f1444af: Added echo application (authored by saghul).
Added echo application
Sep 2 2021, 5:25 PM
saghul committed rSYLKf6eccf6ff646: Updated changelog (authored by saghul).
Updated changelog
Sep 2 2021, 5:25 PM
saghul committed rSYLK01b1056a4b70: Raised python-sipsimple version dependency (authored by saghul).
Raised python-sipsimple version dependency
Sep 2 2021, 5:24 PM
saghul committed rSYLK5db09c71586c: Added more logs for subscriptions (authored by saghul).
Added more logs for subscriptions
Sep 2 2021, 5:24 PM
adigeo committed rSYLK7a96955c1136: Change log line (authored by adigeo).
Change log line
Sep 2 2021, 5:24 PM
saghul committed rSYLK29beaf6847fb: Moved decorator (authored by saghul).
Moved decorator
Sep 2 2021, 5:24 PM
adigeo committed rSYLK12f8e8370a38: Shorten log line (authored by adigeo).
Shorten log line
Sep 2 2021, 5:24 PM
saghul committed rSYLK3e4e94f3aab5: Fixed setting same timestamp regardless of what device changed the presence… (authored by saghul).
Fixed setting same timestamp regardless of what device changed the presence…
Sep 2 2021, 5:24 PM
saghul committed rSYLKecd9b67514e8: Added timestamp to generated PIDF documents (authored by saghul).
Added timestamp to generated PIDF documents
Sep 2 2021, 5:24 PM
saghul committed rSYLK46581da4cb04: Removed as_string method from BaseURI (authored by saghul).
Removed as_string method from BaseURI
Sep 2 2021, 5:24 PM
adigeo committed rSYLKcafee16ba143: Remove TODO (authored by adigeo).
Remove TODO
Sep 2 2021, 5:24 PM
adigeo committed rSYLKe8e9d6d43a71: Update dependency version (authored by adigeo).
Update dependency version
Sep 2 2021, 5:24 PM
adigeo committed rSYLKf38ac2403b81: Update installation instructions (authored by adigeo).
Update installation instructions
Sep 2 2021, 5:24 PM
adigeo committed rSYLK2e51fecc04bb: Increase copyright years (authored by adigeo).
Increase copyright years
Sep 2 2021, 5:24 PM
adigeo committed rSYLK7a536bc1de84: Use lower case (authored by adigeo).
Use lower case
Sep 2 2021, 5:24 PM
adigeo committed rSYLKb712cc133a70: Increase copyright years (authored by adigeo).
Increase copyright years
Sep 2 2021, 5:24 PM
saghul committed rSYLK44e0b645d240: Added more logs (authored by saghul).
Added more logs
Sep 2 2021, 5:24 PM
adigeo committed rSYLK5f0f20a14d1f: Update readme (authored by adigeo).
Update readme
Sep 2 2021, 5:24 PM
saghul committed rSYLK9f7224172a0e: Fixed log line formatting (authored by saghul).
Fixed log line formatting
Sep 2 2021, 5:23 PM
saghul committed rSYLK02895961431b: Fixed indentation with tabs (authored by saghul).
Fixed indentation with tabs
Sep 2 2021, 5:23 PM
saghul committed rSYLK310f978ab223: Fix typo (authored by saghul).
Fix typo
Sep 2 2021, 5:23 PM
saghul committed rSYLKf4cd224f1799: Improved logging (authored by saghul).
Improved logging
Sep 2 2021, 5:23 PM
saghul committed rSYLKd8760e11bb9a: Added SIP<->XMPP gateway abiliy to invite participants to a multiparty chat (authored by saghul).
Added SIP<->XMPP gateway abiliy to invite participants to a multiparty chat
Sep 2 2021, 5:23 PM
saghul committed rSYLKfed914e1755c: Fixed detecting nickname collision (authored by saghul).
Fixed detecting nickname collision
Sep 2 2021, 5:23 PM
saghul committed rSYLKd0471b120427: Fixed log line (authored by saghul).
Fixed log line
Sep 2 2021, 5:23 PM
saghul committed rSYLK05fc47478b7f: Fixed bogus log line (authored by saghul).
Fixed bogus log line
Sep 2 2021, 5:23 PM
saghul committed rSYLK734f0108344d: Fixed handling xmpp subscribe handling if notification is processed too late (authored by saghul).
Fixed handling xmpp subscribe handling if notification is processed too late
Sep 2 2021, 5:23 PM
adigeo committed rSYLKe004e9a17550: Fixes in conference application logging (authored by adigeo).
Fixes in conference application logging
Sep 2 2021, 5:23 PM
adigeo committed rSYLK5eda6586d35e: Spellcheck (authored by adigeo).
Spellcheck
Sep 2 2021, 5:23 PM
adigeo committed rSYLK6bf922ac8dc9: Prefix conference room log lines with the room uri (authored by adigeo).
Prefix conference room log lines with the room uri
Sep 2 2021, 5:23 PM
saghul committed rSYLKee9c836e64ed: Removed bogus notification (authored by saghul).
Removed bogus notification
Sep 2 2021, 5:22 PM
saghul committed rSYLK4814557c1c3f: Fixed spacing and syntax errors (authored by saghul).
Fixed spacing and syntax errors
Sep 2 2021, 5:22 PM
saghul committed rSYLK2940e352ccf6: Fixed potential clashing of ids when building PIDF documents (authored by saghul).
Fixed potential clashing of ids when building PIDF documents
Sep 2 2021, 5:22 PM
adigeo committed rSYLK2fe81ae5a316: Check headers for incoming subscriptions (authored by adigeo).
Check headers for incoming subscriptions
Sep 2 2021, 5:22 PM
adigeo committed rSYLKc06bae15ebbd: Check presence of headers for incoming subscriptions (authored by adigeo).
Check presence of headers for incoming subscriptions
Sep 2 2021, 5:22 PM
adigeo committed rSYLK448b06b20963: Improve logging of conference application (authored by adigeo).
Improve logging of conference application
Sep 2 2021, 5:22 PM
saghul committed rSYLKa44a903a6b0a: Updated changelog (authored by saghul).
Updated changelog
Sep 2 2021, 5:22 PM
saghul committed rSYLK834d3052b251: Fixed syntax errors (authored by saghul).
Fixed syntax errors
Sep 2 2021, 5:22 PM
saghul committed rSYLK134ee26b03bc: Simplified message stanza handling code (authored by saghul).
Simplified message stanza handling code
Sep 2 2021, 5:22 PM
saghul committed rSYLKa5ac52454192: Made parsing of xmpp receipts more resilient (authored by saghul).
Made parsing of xmpp receipts more resilient
Sep 2 2021, 5:22 PM
saghul committed rSYLK6f18c930717e: Fixed parsing chatstate when namespace prefixes are used (authored by saghul).
Fixed parsing chatstate when namespace prefixes are used
Sep 2 2021, 5:22 PM
adigeo committed rSYLKf12564475c51: Improve logging of xmpp gateway application (authored by adigeo).
Improve logging of xmpp gateway application
Sep 2 2021, 5:22 PM
saghul committed rSYLK300ad163ef49: Fixed typo (authored by saghul).
Fixed typo
Sep 2 2021, 5:22 PM
saghul committed rSYLKc01c878a099e: Raised version and updated changelog (authored by saghul).
Raised version and updated changelog
Sep 2 2021, 5:22 PM
saghul committed rSYLK0738bd778b16: Fixed translating resource IDs for presence (authored by saghul).
Fixed translating resource IDs for presence
Sep 2 2021, 5:22 PM
saghul committed rSYLK14e06242c99b: Improved log line (authored by saghul).
Improved log line
Sep 2 2021, 5:22 PM
saghul committed rSYLK364eb1378981: Do not unnecessarily instantiate the NotificationCenter (authored by saghul).
Do not unnecessarily instantiate the NotificationCenter
Sep 2 2021, 5:21 PM
saghul committed rSYLK13844c3d3cbd: Added TODO note (authored by saghul).
Added TODO note
Sep 2 2021, 5:21 PM
saghul committed rSYLK50198fd0cd72: Fixed handling presence availability stanzas without a resource part in the from (authored by saghul).
Fixed handling presence availability stanzas without a resource part in the from
Sep 2 2021, 5:21 PM
saghul committed rSYLKf867c72b58f6: Removed bogus check (authored by saghul).
Removed bogus check
Sep 2 2021, 5:21 PM
saghul committed rSYLK877c3f6ed1f0: Added support for XEP-0030 (service discovery) (authored by saghul).
Added support for XEP-0030 (service discovery)
Sep 2 2021, 5:21 PM
saghul committed rSYLK37d2ad95a888: Removed extended-away state handling, it no longer exists (authored by saghul).
Removed extended-away state handling, it no longer exists
Sep 2 2021, 5:21 PM
saghul committed rSYLK2dfa5cffaf6d: Improved logging when adding participants to a conference (authored by saghul).
Improved logging when adding participants to a conference
Sep 2 2021, 5:21 PM
saghul committed rSYLK4acc49ab3406: Raised version and updated changelog (authored by saghul).
Raised version and updated changelog
Sep 2 2021, 5:21 PM
saghul committed rSYLK2ba8721c45fa: Simplified test (authored by saghul).
Simplified test
Sep 2 2021, 5:21 PM
saghul committed rSYLK5e1888bf3a27: Fixed attribute access (authored by saghul).
Fixed attribute access
Sep 2 2021, 5:21 PM
saghul committed rSYLK18f87d99d1d6: Fixed stream creating after API changes in SDK (authored by saghul).
Fixed stream creating after API changes in SDK
Sep 2 2021, 5:21 PM
saghul committed rSYLKe6495f25d8e1: Renamed ServerSession to Session (authored by saghul).
Renamed ServerSession to Session
Sep 2 2021, 5:21 PM
saghul committed rSYLKc45b8ce86c4b: Properly implement custom stream classes (authored by saghul).
Properly implement custom stream classes
Sep 2 2021, 5:20 PM
saghul committed rSYLK2cf52bc0ef91: Raised version and updated changelog (authored by saghul).
Raised version and updated changelog
Sep 2 2021, 5:20 PM
saghul committed rSYLKecfbc8ea5a36: Replace datetime.now with ISOTimestamp.now (authored by saghul).
Replace datetime.now with ISOTimestamp.now
Sep 2 2021, 5:20 PM
adigeo committed rSYLK7eced0806eea: TAG cocoa-1.0.1b (authored by adigeo).
TAG cocoa-1.0.1b
Sep 2 2021, 5:20 PM
saghul committed rSYLK8b4b3d7b38b2: Reordered statements (authored by saghul).
Reordered statements
Sep 2 2021, 5:20 PM
saghul committed rSYLKcbbcbe6f65d5: Use 'xmpp' URI parameter as a hint on generated PIDFs (authored by saghul).
Use 'xmpp' URI parameter as a hint on generated PIDFs
Sep 2 2021, 5:20 PM
saghul committed rSYLKff4bd2b924df: Raised python-sipsimple version dependency (authored by saghul).
Raised python-sipsimple version dependency
Sep 2 2021, 5:20 PM
saghul committed rSYLK0baeed08c5e9: Publish service capabilities for PIDFs translated from XMPP (authored by saghul).
Publish service capabilities for PIDFs translated from XMPP
Sep 2 2021, 5:20 PM
saghul committed rSYLK354dd4d8ab58: Renamed MUCProtocol to MUCServerProtocol (authored by saghul).
Renamed MUCProtocol to MUCServerProtocol
Sep 2 2021, 5:20 PM
saghul committed rSYLKf562110be9a8: Added XEP-0115 caps to presence stanzas (authored by saghul).
Added XEP-0115 caps to presence stanzas
Sep 2 2021, 5:20 PM
saghul committed rSYLK4118c97c50c1: Fixed typo (authored by saghul).
Fixed typo
Sep 2 2021, 5:20 PM
saghul committed rSYLK5154c38293fc: Convert stanzas module into a package (authored by saghul).
Convert stanzas module into a package
Sep 2 2021, 5:20 PM
saghul committed rSYLKe243313a7493: Fixed not terminating incoming referral in certain cases (authored by saghul).
Fixed not terminating incoming referral in certain cases
Sep 2 2021, 5:20 PM
saghul committed rSYLK8b9ae8526fd1: Removed unneeded code (authored by saghul).
Removed unneeded code
Sep 2 2021, 5:20 PM
saghul committed rSYLK0de62b10a031: Fixed initializing conference application database (authored by saghul).
Fixed initializing conference application database
Sep 2 2021, 5:20 PM
saghul committed rSYLKe60d6259abe8: Adapted to changes in streams API (authored by saghul).
Adapted to changes in streams API
Sep 2 2021, 5:20 PM
adigeo committed rSYLK4b01919d0282: Added example for xmmp server DNS record (authored by adigeo).
Added example for xmmp server DNS record
Sep 2 2021, 5:19 PM
saghul committed rSYLK49b22bc98be6: Fixed message dispatching if non matching identities are found (authored by saghul).
Fixed message dispatching if non matching identities are found
Sep 2 2021, 5:19 PM