Florian Schmaus
557c240e56
Merge pull request #241 from linkmauve/eme
...
Explicit Message Encryption ProtoXEP: Add a 0.0.2 version
2016-10-26 22:20:31 +02:00
Florian Schmaus
b5f978cf1e
Merge pull request #223 from linkmauve/master
...
XEP-0329: update to JingleFT:4 and various cosmetic fixes
2016-10-26 22:17:48 +02:00
Mike Taylor
277ec124d2
Merge pull request #266 from horazont/feature/fix-bylaws-url
...
Fix Bylaws link
2016-10-20 02:57:25 -04:00
Jonas Wielicki
688a6e4acf
Fix Bylaws link
2016-10-20 08:48:04 +02:00
Sam Whited
84246ecae6
XEP-0347: Replace external image with data URI.
...
Fixes #62
2016-10-17 14:54:20 -05:00
Sam Whited
fb27ff2073
XEP-0198: Fix example formatting
...
Remove trailing whitespace
2016-10-17 14:50:14 -05:00
Sam Whited
395d3b77c3
Merge pull request #259 from legastero/master
...
Update message deletion protoxep based on Council feedback
2016-10-17 12:41:19 -07:00
Lance Stout
033bf81a22
Update revisions
2016-10-12 10:44:32 -07:00
Lance Stout
d0b10927e0
Update message deletion protoxep based on Council feedback
2016-10-12 10:30:54 -07:00
Sam Whited
914273677c
Merge pull request #253 from linkmauve/improve-checkdeadlinks
...
Improve checkdeadlinks.py
2016-10-12 10:07:38 -07:00
Sam Whited
17b1e58ed9
XEP-0060: New revision
2016-10-11 10:30:30 -05:00
Sam Whited
c04fc263bd
Merge pull request #106 from sstrigler/xep-0060
...
XEP-0060: be more consistent with reply
2016-10-11 08:29:24 -07:00
Sam Whited
7f8bf3be87
Merge pull request #247 from stevekille/MIX
...
Mix
2016-10-11 08:21:57 -07:00
Peter Saint-Andre
eb24d32e52
corrected version numbers and dates
2016-10-10 18:06:09 -06:00
Steve Kille
bdcbd3070d
Update 0.4 version to reflect subsequent changes
2016-10-05 15:44:12 +01:00
Steve Kille
8f933bc919
Channel Invitations
2016-10-05 15:34:40 +01:00
Steve Kille
e9790010ee
Add XEP-0372 mechanism to reference channel and informal invite
2016-10-05 14:14:21 +01:00
Steve Kille
c37550fff8
Add information on original id to message reflected back to sender
2016-10-05 13:58:42 +01:00
Steve Kille
a439fb13e2
Add definition of Roles
...
Add Banned and Allowed Nodes
Clarify Configuration Node in light of above
2016-10-05 13:22:12 +01:00
Sam Whited
8aafff9b28
Merge pull request #254 from linkmauve/xep-0037
...
XEP-0037: Fix double “Version” in revision history
2016-10-04 14:06:49 -07:00
Emmanuel Gil Peyrot
96a0238aca
XEP-0037: Release version 0.8.1.
2016-10-04 22:03:49 +01:00
Emmanuel Gil Peyrot
7ce53def3f
XEP-0037: Fix double “Version” in revision history.
2016-10-04 22:03:46 +01:00
Sam Whited
7d5f226d17
Merge pull request #255 from linkmauve/xep-0230-namespace-fix
...
XEP-0230: Add forgotten namespace in example 3, and fix related text
2016-10-04 11:24:45 -07:00
Emmanuel Gil Peyrot
903b5611ab
XEP-0230: Release version 0.1.1.
2016-10-04 19:22:49 +01:00
Emmanuel Gil Peyrot
b6765232a3
XEP-0230: Add forgotten namespace in example 3, and fix related text.
2016-10-04 19:17:51 +01:00
Steve Kille
5851e7adf2
Remove references to "member/membership" and one to occupant
2016-10-04 15:52:52 +01:00
Kevin Smith
22ec20a757
Merge pull request #252 from linkmauve/autodiscover-announce-diff
...
Automatically generate the diff URL from the previous and current version for announce
2016-10-04 09:31:19 +01:00
Emmanuel Gil Peyrot
ad480a6ef8
announce: Automatically generate the diff URL from the previous and current version.
2016-10-04 02:25:55 +01:00
Emmanuel Gil Peyrot
bddc7bd04a
Explicit Message Encryption ProtoXEP: Add a 0.0.2 version
...
- Made the 'name' attribute optional for existing mechanisms.
- Added a remark about the possibility to hide encrypted messages
following user input.
- Made explicit that this protocol affects any encryption mechanism,
present or future, not only those listed here.
- Display the namespace of the encryption mechanism in the default
messages.
- Remove the second example message, which didn’t add any useful
information.
2016-10-04 01:13:56 +01:00
Emmanuel Gil Peyrot
8496245e85
checkdeadlinks: Move the main functionality into a separate function.
2016-10-03 23:32:43 +01:00
Emmanuel Gil Peyrot
e626ca87aa
checkdeadlinks: Update the last modified header.
2016-10-03 23:17:23 +01:00
Emmanuel Gil Peyrot
137e41fbba
checkdeadlinks: Make the script compatible both python2 and python3.
2016-10-03 23:12:01 +01:00
Emmanuel Gil Peyrot
62348c310b
checkdeadlinks: Output the list of dead links on exit.
2016-10-03 23:12:01 +01:00
Emmanuel Gil Peyrot
230bab3bf9
checkdeadlinks: Remove unused imports.
2016-10-03 23:03:58 +01:00
Emmanuel Gil Peyrot
358fce4443
checkdeadlinks: Also check for images sources, and check each unique URL only once.
2016-10-03 23:03:58 +01:00
Emmanuel Gil Peyrot
615d091877
checkdeadlinks: Move the checking code into its own is_dead() function.
2016-10-03 23:03:57 +01:00
Emmanuel Gil Peyrot
3acdb8f2d1
checkdeadlinks: Return 0 on no-deadlink, 1 on deadlinks.
2016-10-03 23:03:55 +01:00
Emmanuel Gil Peyrot
52e64d545b
checkdeadlinks: Replace optparse with argparse to simplify argument parsing.
2016-10-03 22:54:22 +01:00
Emmanuel Gil Peyrot
9dbd567676
checkdeadlinks: Remove trailing whitespace and use four spaces instead of tabs.
2016-10-03 22:50:35 +01:00
Steve Kille
251199ba60
Sort update of preference and subscription
2016-09-30 17:28:52 +01:00
Steve Kille
fe4b7c2725
User Preference Tweaks
2016-09-30 16:50:18 +01:00
Steve Kille
d33831d148
Modify Prefernces to use XEP-0004
2016-09-30 16:01:04 +01:00
Steve Kille
81ccf5017c
Clarification of bookmarks and MIX proxy
2016-09-30 14:35:47 +01:00
Steve Kille
ff83d69400
Add vCard personal prefence
2016-09-30 09:10:04 +01:00
Sam Whited
bd7cc7037c
Add Olm and Curve25519 entities
2016-09-22 10:23:17 -05:00
Steve Kille
7de06d91d4
Bump version to 0.4
2016-09-21 09:55:09 +01:00
Steve Kille
5e62880c5c
vCard Requests and Private Messages
2016-09-21 09:47:34 +01:00
Steve Kille
a63c2ccd64
Add Participant and Information retrieval protocol
2016-09-20 11:57:53 +01:00
Steve Kille
d1ed7652fd
Sort Subject Setting
2016-09-19 14:38:33 +01:00
Steve Kille
2ffa7fc522
Add Disco examples
2016-09-19 13:45:09 +01:00